mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
ide: Incremental searching
git-svn-id: svn://ultimatepp.org/upp/trunk@7474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1e5f80877e
commit
264964556b
4 changed files with 38 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue