Skip to content

Commit 659b102

Browse files
Maximilian WittmerMaximilian Wittmer
authored andcommitted
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#1090
1 parent 0847f8e commit 659b102

File tree

20 files changed

+1977
-878
lines changed

20 files changed

+1977
-878
lines changed

bundles/org.eclipse.jface.text/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.jface.text
5-
Bundle-Version: 3.24.200.qualifier
5+
Bundle-Version: 3.25.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Export-Package:

bundles/org.eclipse.ui.workbench.texteditor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true
5-
Bundle-Version: 3.17.200.qualifier
5+
Bundle-Version: 3.18.0.qualifier
66
Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %providerName
315 Bytes
Loading
315 Bytes
Loading
366 Bytes
Loading
364 Bytes
Loading
500 Bytes
Loading
117 Bytes
Loading
366 Bytes
Loading
159 Bytes
Loading

0 commit comments

Comments
 (0)