eepp: Added UIAnchor (Anchor or a).

UIRelativeLayout: Respect max width and height when using match_parent.
ecode: New icon WIP.
Fixed LSP TCP server connecting from the main thread (now connects async).
This commit is contained in:
Martín Lucas Golini
2023-03-20 16:33:35 -03:00
parent a231e4dd85
commit 854e148a36
21 changed files with 182 additions and 32 deletions

View File

@@ -1601,7 +1601,7 @@ void SettingsMenu::createProjectTreeMenu( const FileInfo& file ) {
}
}
mProjectTreeMenu->add( i18n( "open_folder", "Open File" ), findIcon( "document-open" ) )
mProjectTreeMenu->add( i18n( "open_file", "Open File" ), findIcon( "document-open" ) )
->setId( "open_file" );
mProjectTreeMenu
->add( i18n( "open_containin_folder", "Open Containing Folder..." ),