mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-12 09:24:30 +03:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user