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 eclipse-platform#1090
  • Loading branch information
Wittmaxi authored and vogella committed Jan 15, 2024
1 parent 2ff9d30 commit 5498b3e
Show file tree
Hide file tree
Showing 21 changed files with 2,280 additions and 1,207 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.status;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 5498b3e

Please sign in to comment.