-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find/Replace overlay: immediate replace after selected text #2011
The TextViewer implementation of IFindReplaceTargetExtension3.replaceSelection() does not perform a replace operation if no preceeding find operation was called. To address this accepted deviation from the interface's specification, this change forces the overlay to search for an initializing word again so that the Editor can then later replace it if required. fixes #2011
- Loading branch information
1 parent
816820a
commit be68f2f
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters