mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
More multi cursor improvements.
This commit is contained in:
@@ -36,7 +36,8 @@ class DocSearchController {
|
||||
{ "mod+w", "change-whole-word" },
|
||||
{ "mod+l", "toggle-lua-pattern" },
|
||||
{ "mod+e", "change-escape-sequence" },
|
||||
{ "mod+shift+g", "find-prev" } };
|
||||
{ "mod+shift+g", "find-prev" },
|
||||
{ "mod+shift+a", "select-all-results" } };
|
||||
}
|
||||
|
||||
DocSearchController( UICodeEditorSplitter*, App* app );
|
||||
@@ -65,6 +66,8 @@ class DocSearchController {
|
||||
|
||||
SearchBarConfig getSearchBarConfig() const;
|
||||
|
||||
void selectAll( SearchState& search );
|
||||
|
||||
protected:
|
||||
UICodeEditorSplitter* mEditorSplitter{ nullptr };
|
||||
UITextInput* mFindInput{ nullptr };
|
||||
|
||||
Reference in New Issue
Block a user