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:
Martín Lucas Golini
2024-08-26 01:09:50 -03:00
parent d6fc60a2ce
commit bd96005bf8
7 changed files with 346 additions and 63 deletions

View File

@@ -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" ) )