-
Notifications
You must be signed in to change notification settings - Fork 197
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] changed search string is ignored by search dialog #2322
Comments
@Wittmaxi, @HeikoKlare : FYI. I didn't investigated if this related to the overlay work, if yes, probably should be added to #2021 |
Thank you for the detailed reproduction description. I expect this to be a regression of #2209. I will try to have a look as soon as possible. |
The issue is not reproducible in MacOS. Since the search string in the |
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes eclipse-platform#2322
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes eclipse-platform#2322
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes eclipse-platform#2322
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes #2322
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes eclipse-platform#2322
The find/replace dialog does currently not properly update its search string. When changing the search string and pressing return to execute a search, the previous search string is taken. The reason is an existing workaround for event handling of Combos in GTK. This change ensures that the search and replace input strings are properly updated upon every text modification in the according widgets. Fixes eclipse-platform#2322
I believe this is a regression in the recent code related to Find/Replace.
I'm using "old" Find/Replace dialog, latest SDK build I20240923-1800.
findReplaceLogic
at line 83 and trigger Ctrl+F to open find/replace dialogfindReplaceLogic
string (OK).findReplaceLogic
search text and click on "Find"findReplaceLogic
occurrence on line 108.findReplaceLogic.
should be found!The text was updated successfully, but these errors were encountered: