mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add "Complete statement actions" to Edit menu for all IDEs
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user