-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find/replace: fix search operation during replace in RegEx mode #2203
When performing a search operation in the FindReplaceLogic, it currently always validates compatibility of the search options. In particular, having incremental search and regex search enabled at the same time will result in search operations not being performed. This results in problems when performing replace operations that also include search operations, as the search operation will not be executed then. With this change, the search operations performed while doing a replace will not validate the search operations but always perform the requested search instead. Fixes #2203
- Loading branch information
1 parent
e69252a
commit 0bf8ce2
Showing
2 changed files
with
38 additions
and
3 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