Added "join-lines" (SpartanJ/ecode#669).

Added "move-to-previous-paragraph", "move-to-next-paragraph", "select-paragraph", "delete-paragraph" (SpartanJ/ecode#670).
Updated codicon font and changed the AI Assistant main icon.
Improved `CommandPalette::build`.
This commit is contained in:
Martín Lucas Golini
2025-10-01 00:50:03 -03:00
parent 3ca72f91d3
commit 3d002678a8
7 changed files with 393 additions and 283 deletions

View File

@@ -392,13 +392,14 @@ LLMChatUI::LLMChatUI( PluginManager* manager ) :
setCmd( "ai-show-menu", [this] {
UIPopUpMenu* menu = UIPopUpMenu::New();
menu->add( i18n( "new_conversation", "New Conversation" ),
getUISceneNode()->findIconDrawable( "code-ai", PixelDensity::dpToPxI( 12 ) ),
getPlugin()
->getPluginContext()
->getMainLayout()
->getKeyBindings()
.getCommandKeybindString( "new-ai-assistant" ) )
menu->add(
i18n( "new_conversation", "New Conversation" ),
getUISceneNode()->findIconDrawable( "chat-sparkle", PixelDensity::dpToPxI( 12 ) ),
getPlugin()
->getPluginContext()
->getMainLayout()
->getKeyBindings()
.getCommandKeybindString( "new-ai-assistant" ) )
->setId( "new-ai-assistant" );
menu->add(