mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Added command palette.
This commit is contained in:
@@ -211,6 +211,7 @@ class App : public UICodeEditorSplitter::Client {
|
||||
t.setCommand( "find-replace", [&] { showFindView(); } );
|
||||
t.setCommand( "open-global-search", [&] { showGlobalSearch( false ); } );
|
||||
t.setCommand( "open-locatebar", [&] { mFileLocator->showLocateBar(); } );
|
||||
t.setCommand( "open-command-palette", [&] { mFileLocator->showCommandPalette(); } );
|
||||
t.setCommand( "editor-set-line-breaking-column", [&] { setLineBreakingColumn(); } );
|
||||
t.setCommand( "editor-set-line-spacing", [&] { setLineSpacing(); } );
|
||||
t.setCommand( "editor-set-cursor-blinking-time", [&] { setCursorBlinkingTime(); } );
|
||||
|
||||
Reference in New Issue
Block a user