Add "Complete statement actions" to Edit menu for all IDEs

This commit is contained in:
Alexander Zolotov
2017-10-16 20:49:30 +03:00
parent ec62b76521
commit 29b5492b65
2 changed files with 3 additions and 6 deletions
@@ -56,7 +56,9 @@
<action id="EditorMatchBrace" class="com.intellij.codeInsight.editorActions.MatchBraceAction"/>
<action id="EditorCodeBlockStartWithSelection" class="com.intellij.codeInsight.editorActions.CodeBlockStartWithSelectionAction"/>
<action id="EditorCodeBlockEndWithSelection" class="com.intellij.codeInsight.editorActions.CodeBlockEndWithSelectionAction"/>
<action id="EditorCompleteStatement" class="com.intellij.codeInsight.editorActions.smartEnter.SmartEnterAction"/>
<action id="EditorCompleteStatement" class="com.intellij.codeInsight.editorActions.smartEnter.SmartEnterAction">
<add-to-group group-id="EditSmartGroup" anchor="first"/>
</action>
<add-to-group group-id="EditorActions" anchor="last"/>
</group>
@@ -68,11 +68,6 @@
<add-to-group group-id="ExportImportGroup" anchor="last"/>
</action>
<!-- Edit -->
<reference ref="EditorCompleteStatement">
<add-to-group group-id="EditSmartGroup" anchor="first"/>
</reference>
<!-- View -->
<reference ref="DelegateMethods">
<add-to-group group-id="CodeMenu" anchor="after" relative-to-action="ImplementMethods"/>