-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix correctly setting Find-Scopes when opening Find/Replace-Dialog #1819 #1820
Fix correctly setting Find-Scopes when opening Find/Replace-Dialog #1819 #1820
Conversation
Test Results 921 files ±0 921 suites ±0 1h 13m 31s ⏱️ - 1m 10s For more details on these failures, see this check. Results for commit e9340dc. ± Comparison against base commit 3c12155. ♻️ This comment has been updated with latest results. |
493da29
to
ddd9a5e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
Just two minor comments.
...ch.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/FindReplaceDialogTest.java
Outdated
Show resolved
Hide resolved
...se.ui.workbench.texteditor/src/org/eclipse/ui/internal/findandreplace/IFindReplaceLogic.java
Outdated
Show resolved
Hide resolved
ddd9a5e
to
d2b7626
Compare
f583f7d
to
2c2428a
Compare
...ch.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/FindReplaceDialogTest.java
Outdated
Show resolved
Hide resolved
...ch.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/FindReplaceDialogTest.java
Outdated
Show resolved
Hide resolved
...ch.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/FindReplaceDialogTest.java
Outdated
Show resolved
Hide resolved
2c2428a
to
4f96a6e
Compare
4f96a6e
to
e50b59c
Compare
…lipse-platform#1819 This PR correctly disables SearchOptions.GLOBAL in the FindReplaceLogic object of the Dialog if a multiline-selection was selected while opening the Find/Replace-Dialog. This PR also provides a unit-test for this behavior. Fixes eclipse-platform#1819
e50b59c
to
e9340dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! Failing test is unrelated and documented in #926.
This PR correctly disables SearchOptions.GLOBAL in the FindReplaceLogic object of the Dialog if a multiline-selection was selected while opening the Find/Replace-Dialog.
This PR also provides a unit-test for this behavior.
See #1819