Commit fae805d
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 b72dc9b commit fae805d
File tree
37 files changed
+2988
-1357
lines changed- bundles
- org.eclipse.jface.text/META-INF
- org.eclipse.ui.workbench.texteditor
- META-INF
- icons/full
- dlcl16
- elcl16
- obj16
- src/org/eclipse/ui
- internal/findandreplace
- texteditor
- tests/org.eclipse.ui.workbench.texteditor.tests
- META-INF
- src/org/eclipse/ui
- findandreplace
- workbench/texteditor/tests
37 files changed
+2988
-1357
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments