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

fix LineHeaderCodeMining redraw logic on empty lines #2133

Commits on Aug 5, 2024

  1. fix code mining redraw logic

    CodeMinings on empty lines and at end of line were not drawn after
    calling ISourceViewerExtension5#updateCodeMinings.
    Reason: InlinedAnnotationDrawingStrategy#draw triggered call
    StyledText#redrawRange with length = 0 which is ignored by SWT and no
    redraw event was triggered
    tobias-melcher committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c9a1c2d View commit details
    Browse the repository at this point in the history