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

Improve lambda breakpoint toggle (#146) #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2022

  1. Improve lambda breakpoint toggle (eclipse-jdt#146)

    When not selecting the whole lambda expression, the codeSelect fails to
    find the lambda method element. So instead of using the document
    selection, we use the breakpoint locator location if that provides more
    wider range.
    
    Signed-off-by: Gayan Perera <[email protected]>
    gayanper authored and SarikaSinha committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4f58f8a View commit details
    Browse the repository at this point in the history