Commit f975bc4
Implemented Find-Replace Overlay.
In response to issue eclipse-platform#1090. Goals for this overlay are a simple
and modern UI/UX for finding/replacing in eclipse.
-- [Modern Find/Replace] Refactor FindReplaceDialog
The FindReplaceDialog's business-logic is now handled in the
FindReplacer.
The FindReplacer communicates using a FindReplaceStatus object which is
polled by FindReplaceDialog as needed and allows for displaying correct
messages in the Interface.
This Refactoring is required so that the business-logic can be reused in
the new FindReplace overlay, as proposed in issue eclipse-platform#10901 parent 54e2bcd commit f975bc4
File tree
36 files changed
+2996
-1355
lines changed- bundles/org.eclipse.ui.workbench.texteditor
- icons/full
- dlcl16
- elcl16
- obj16
- src/org/eclipse/ui
- internal/findandreplace
- texteditor
- releng/org.eclipse.text.releng
- tests/org.eclipse.ui.workbench.texteditor.tests
- META-INF
- src/org/eclipse/ui
- findandreplace
- workbench/texteditor/tests
36 files changed
+2996
-1355
lines changed
0 commit comments