Skip to content

Commit

Permalink
[Modern Find/Replace] Refactor FindReplaceDialog
Browse files Browse the repository at this point in the history
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 #1090
  • Loading branch information
Maximilian Wittmer authored and Maximilian Wittmer committed Dec 29, 2023
1 parent 54e2bcd commit 061b9f7
Show file tree
Hide file tree
Showing 21 changed files with 2,243 additions and 1,210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
org.eclipse.ui.contentassist,
org.eclipse.ui.internal.findandreplace;x-friends:="org.eclipse.ui.workbench.texteditor.tests",
org.eclipse.ui.internal.findandreplace.findreplacelogicstatus;x-friends:="org.eclipse.ui.workbench.texteditor.tests",
org.eclipse.ui.internal.texteditor;texteditor=split;mandatory:=texteditor;x-friends:="org.eclipse.ui.editors",
org.eclipse.ui.internal.texteditor.codemining;x-internal:=true,
org.eclipse.ui.internal.texteditor.quickdiff;x-internal:=true,
Expand Down
Loading

0 comments on commit 061b9f7

Please sign in to comment.