Skip to content

Commit 942bc33

Browse files
authored
Move Q action group to the bottom of right click menu (#4213)
* Updated Q context action position to the bottom of menu * added changelog
1 parent 01f8592 commit 942bc33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Move 'Send to Amazon Q' action group to the bottom of right click menu"
4+
}

plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,8 @@
755755
>
756756
<add-to-group
757757
group-id="EditorPopupMenu"
758-
anchor="after"
759-
relative-to-action="ShowIntentionsGroup"
758+
anchor="last"
759+
760760
/>
761761

762762
<action id="aws.toolkit.jetbrains.core.services.cwc.commands.ExplainCodeAction"

0 commit comments

Comments
 (0)