mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Fixed the issue with Replace in Files
git-svn-id: svn://ultimatepp.org/upp/trunk@7885 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
88d7959039
commit
3f1c0d28f0
1 changed files with 1 additions and 0 deletions
|
|
@ -801,6 +801,7 @@ void CodeEditor::SetFindReplaceData(const FindReplaceData& r)
|
|||
findreplace.wildcards <<= r.wildcards;
|
||||
findreplace.samecase <<= r.samecase;
|
||||
findreplace.regexp <<= r.regexp;
|
||||
findreplace.mode <<= 0;
|
||||
}
|
||||
|
||||
void CodeEditor::FindPrevNext(bool prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue