ecode: Add new commands to the command palette and menues.

This commit is contained in:
Martín Lucas Golini
2023-03-04 15:29:58 -03:00
parent d3f0877897
commit 053d24751e
3 changed files with 14 additions and 1 deletions

View File

@@ -281,7 +281,8 @@ void UniversalLocator::initLocateBar( UILocateBar* locateBar, UITextInput* locat
mSplitter->getCurEditor()->getDocument().hasCommand( cmd ) )
mSplitter->getCurEditor()->setFocus();
}
if ( cmd != "open-locatebar" ) {
if ( cmd != "open-locatebar" && cmd != "open-workspace-symbol-search" &&
cmd != "open-document-symbol-search" && cmd != "go-to-line" ) {
hideLocateBar();
} else {
mLocateInput->setFocus();