ide: Incremental searching

git-svn-id: svn://ultimatepp.org/upp/trunk@7474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-30 15:36:09 +00:00
parent 1e5f80877e
commit 264964556b
4 changed files with 38 additions and 9 deletions

View file

@ -232,7 +232,8 @@ void CodeEditor::SelectionChanged()
Refresh();
}
if(!foundsel) {
CloseFindReplace();
if(!persistent_find_replace && !findreplace.incremental)
CloseFindReplace();
found = false;
notfoundfw = notfoundbk = false;
findreplace.amend.Disable();