Skip to content

Commit 7068e26

Browse files
committed
add to right click context menu
1 parent dba54c2 commit 7068e26

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

plugins/amazonq/chat/jetbrains-community/resources/META-INF/plugin-chat.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929

3030
<actions>
3131
<action id="aws.toolkit.open.q.window" class="software.aws.toolkits.jetbrains.services.amazonq.QRefreshPanelAction"/>
32-
<action id="aws.toolkit.jetbrains.core.services.cwc.inline.openChat" class="software.aws.toolkits.jetbrains.services.cwc.inline.OpenChatInputAction">
33-
<keyboard-shortcut keymap="Mac OS X" first-keystroke="meta I"/>
34-
<keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta I"/>
35-
<keyboard-shortcut keymap="$default" first-keystroke="control I"/>
36-
</action>
3732
<group id="aws.q.toolwindow.titleBar" popup="false" compact="true">
3833
<reference id="aws.toolkit.open.q.window"/>
3934
</group>
@@ -84,6 +79,13 @@
8479
class="software.aws.toolkits.jetbrains.services.cwc.commands.SendToPromptAction">
8580
<keyboard-shortcut keymap="$default" first-keystroke="meta alt S" />
8681
</action>
82+
83+
<action id="aws.toolkit.jetbrains.core.services.cwc.inline.openChat"
84+
class="software.aws.toolkits.jetbrains.services.cwc.inline.OpenChatInputAction">
85+
<keyboard-shortcut keymap="Mac OS X" first-keystroke="meta I"/>
86+
<keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta I"/>
87+
<keyboard-shortcut keymap="$default" first-keystroke="control I"/>
88+
</action>
8789
</group>
8890
</actions>
8991
</idea-plugin>

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ action.aws.toolkit.jetbrains.core.services.cwc.commands.FixCodeAction.descriptio
2323
action.aws.toolkit.jetbrains.core.services.cwc.commands.FixCodeAction.text = Fix Code
2424
action.aws.toolkit.jetbrains.core.services.cwc.commands.GenerateUnitTestsAction.description = Generates unit tests for the selected code
2525
action.aws.toolkit.jetbrains.core.services.cwc.commands.GenerateUnitTestsAction.text = Generate Tests (Beta)
26+
action.aws.toolkit.jetbrains.core.services.cwc.inline.openChat.text = Inline Chat
2627
action.aws.toolkit.jetbrains.core.services.cwc.commands.OptimizeCodeAction.description = Optimizes the selected code
2728
action.aws.toolkit.jetbrains.core.services.cwc.commands.OptimizeCodeAction.text = Optimize Code
2829
action.aws.toolkit.jetbrains.core.services.cwc.commands.RefactorCodeAction.description = Refactors the selected code

0 commit comments

Comments
 (0)