Skip to content

Commit 0e9bd7c

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.
1 parent 36519cd commit 0e9bd7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3880
-1296
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Bundle-Vendor: %providerName
99
Bundle-Localization: plugin
1010
Export-Package:
1111
org.eclipse.ui.contentassist,
12+
org.eclipse.ui.internal.findandreplace;x-friends:="org.eclipse.ui.workbench.texteditor.tests",
13+
org.eclipse.ui.internal.findandreplace.status;x-friends:="org.eclipse.ui.workbench.texteditor.tests",
1214
org.eclipse.ui.internal.texteditor;texteditor=split;mandatory:=texteditor;x-friends:="org.eclipse.ui.editors",
1315
org.eclipse.ui.internal.texteditor.codemining;x-internal:=true,
1416
org.eclipse.ui.internal.texteditor.quickdiff;x-internal:=true,
315 Bytes
Loading
315 Bytes
Loading
366 Bytes
Loading
364 Bytes
Loading
500 Bytes
Loading
117 Bytes
Loading
366 Bytes
Loading
159 Bytes
Loading
311 Bytes
Loading

0 commit comments

Comments
 (0)