mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
ecode: Implemented LSP document symbol tree with search, integrated with the breadcrumb.
eepp: Added a new flag to UIWindow to create ephemeral windows (windows that close on focus loss).
This commit is contained in:
@@ -1675,7 +1675,7 @@ UIPopUpMenu* SettingsMenu::createToolsMenu() {
|
||||
mToolsMenu
|
||||
->add( i18n( "document_symbol_find_ellipsis", "Search Document Symbol..." ),
|
||||
findIcon( "search" ), getKeybind( "open-document-symbol-search" ) )
|
||||
->setId( "open-workspace-symbol-search" );
|
||||
->setId( "open-document-symbol-search" );
|
||||
mToolsMenu
|
||||
->add( i18n( "go_to_line_ellipsis", "Go to line..." ), findIcon( "go-to-line" ),
|
||||
getKeybind( "go-to-line" ) )
|
||||
|
||||
Reference in New Issue
Block a user