mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: refining find & replace
git-svn-id: svn://ultimatepp.org/upp/trunk@7510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8cbe6af7cf
commit
09e6a3633b
6 changed files with 74 additions and 22 deletions
|
|
@ -883,8 +883,8 @@ public:
|
|||
void EditFind() { editor.FindReplace(find_pick_sel, find_pick_text, false); }
|
||||
void EditReplace() { editor.FindReplace(find_pick_sel, find_pick_text, true); }
|
||||
void EditFindReplacePickText() { editor.FindReplace(true, true, false); }
|
||||
void EditFindNext() { editor.Find(false, false); }
|
||||
void EditFindPrevious() { editor.Find(true, false); }
|
||||
void EditFindNext() { editor.FindNext(); }
|
||||
void EditFindPrevious() { editor.FindPrev(); }
|
||||
void EditPaste() { editor.Paste(); }
|
||||
bool Next(int tab, ArrayCtrl& ctrl, int d);
|
||||
void FindNextError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue