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

Find/Replace overlay: consistent handling of incremental base location (#1913 #1914) #1921

Commits on Jul 5, 2024

  1. Find/Replace overlay: consistent handling of incremental base location

    Increment the incremental base location consistently, remove method for
    "performIncrementalSearch" as it only called "performSearch" and lead to
    semantic confusion while calling "performSearch".
    - "SearchOptions.REGEX" will now correctly update the incremental base
    location once it is disabled.
    - Added a method for updating the incremental base location manually
      from outside
    
    fixes eclipse-platform#1914
    fixes eclipse-platform#1913
    Wittmaxi authored and HeikoKlare committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c087338 View commit details
    Browse the repository at this point in the history