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] incremental base position resets randomly when using "search in selection" #1914

Open
Tracked by #2021
Wittmaxi opened this issue May 31, 2024 · 0 comments · May be fixed by #1921
Open
Tracked by #2021
Labels
bug Something isn't working

Comments

@Wittmaxi
Copy link
Contributor

Wittmaxi commented May 31, 2024

This Issue Documents a review-comment from the find/replace overlay PR
which could not be addressed into the current proposal
comment by @HeikoKlare

When activating and deactivating the "selected lines" option, the incremental base position seems to be reset (or not set properly).
grafik

@Wittmaxi Wittmaxi added the bug Something isn't working label May 31, 2024
Wittmaxi added a commit to Wittmaxi/eclipse.platform.ui that referenced this issue Jun 3, 2024
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 added a commit to Wittmaxi/eclipse.platform.ui that referenced this issue Jun 3, 2024
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 added a commit to Wittmaxi/eclipse.platform.ui that referenced this issue Jun 10, 2024
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 added a commit to Wittmaxi/eclipse.platform.ui that referenced this issue Jun 10, 2024
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
HeikoKlare pushed a commit to Wittmaxi/eclipse.platform.ui that referenced this issue Jul 5, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant