Commit 0455efe
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.
!!!!!
This commit is only a functional commit meant to showcase a new feature.
The code still has several flaws and needs a lot of improvement and
redesign before being considered for Merging.
!!!!!
-- [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 50553ea commit 0455efe
File tree
20 files changed
+1993
-878
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/texteditor
20 files changed
+1993
-878
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: 1 addition & 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 | | |
| |||
0 commit comments