Commit 493f3ed
Find/replace dialog: properly update search string 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#23221 parent 74c6846 commit 493f3ed
File tree
1 file changed
+1
-1
lines changed- bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments