mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@6942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2f102d356b
commit
ec35e28d7d
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ bool CodeEditor::Find(bool back, const wchar *text, bool wholeword, bool ignorec
|
|||
return FindFrom(pos, back, text, wholeword, ignorecase, wildcards, block);
|
||||
}
|
||||
|
||||
|
||||
bool CodeEditor::FindFrom(int pos, bool back, const wchar *text, bool wholeword, bool ignorecase,
|
||||
bool wildcards, bool block) {
|
||||
WString ft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue