Skip to content

Commit

Permalink
IDEA-290250 Improve the order of the editor popup menu entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice-TIERCELIN authored and Fabrice Tiercelin committed Apr 1, 2022
1 parent 1266df2 commit 56a5b63
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions platform/platform-resources/src/idea/LangActions.xml
Expand Up @@ -961,15 +961,6 @@

<group id="EditorPopupMenu1.FindRefactor" compact="true">
<reference ref="FindUsages"/>
<reference ref="RefactoringMenu"/>
<separator/>
<reference ref="FoldingGroup"/>

<add-to-group group-id="EditorPopupMenu1"/>
</group>

<group id="EditorLangPopupMenu">
<separator/>
<group id="EditorPopupMenu.GoTo" popup="true">
<reference ref="ShowNavBar"/>
<reference ref="GotoDeclaration"/>
Expand All @@ -979,6 +970,15 @@
<reference ref="GotoRelated"/>
<reference ref="GotoTest"/>
</group>
<separator/>
<reference ref="FoldingGroup"/>

<add-to-group group-id="EditorPopupMenu1"/>
</group>

<group id="EditorLangPopupMenu">
<separator/>
<reference ref="RefactoringMenu"/>
<reference ref="Generate"/>
<separator/>

Expand Down

0 comments on commit 56a5b63

Please sign in to comment.