Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLE-920: Enhance the extension point for diff viewers #723

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. SLE-920: Enhance the extension point for diff viewers

    Enhance the extension point used for syntax highlighting with a new method to take into account the compare/diff viewer.
    
    Added implementations for JDT (Java/JSP) and CDT (C/C++) but not PyDev due to a missing `Export-Package` statement in the plug-in.
    thahnen committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5b81288 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. SLE-920: Move EP to the UI plug-in

    In order to not calculate SWT for all fragments (Sloop) of the CORE plug-in, we move it to the UI plug-in.
    
    This will fix an error with the build as the SWT dependency couldn't be found for our "no-arch" fragment that is literally "every other OS/ARCH" combination except for the ones we have Sloop packages for.
    thahnen committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a641499 View commit details
    Browse the repository at this point in the history