inline shortcut for Collapse action (RUBY-7044)

This commit is contained in:
Dmitry Jemerov
2010-11-03 15:52:39 +03:00
parent 16e519f030
commit 5f20ebdb43
3 changed files with 8 additions and 1 deletions
@@ -375,6 +375,10 @@
<keyboard-shortcut first-keystroke="control SUBTRACT"/>
<keyboard-shortcut first-keystroke="control MINUS"/>
</action>
<action id="CollapseRegion">
<keyboard-shortcut first-keystroke="control SUBTRACT"/>
<keyboard-shortcut first-keystroke="control MINUS"/>
</action>
<action id="PreviousOccurence">
<keyboard-shortcut first-keystroke="control alt UP"/>
</action>
@@ -158,7 +158,7 @@
<group id="FoldingGroup" class="com.intellij.codeInsight.folding.impl.actions.FoldingActionGroup" popup="true">
<action id="ExpandRegion" class="com.intellij.codeInsight.folding.impl.actions.ExpandRegionAction"/>
<action id="CollapseRegion" class="com.intellij.codeInsight.folding.impl.actions.CollapseRegionAction" use-shortcut-of="CollapseAll"/>
<action id="CollapseRegion" class="com.intellij.codeInsight.folding.impl.actions.CollapseRegionAction"/>
<separator/>
<action id="ExpandAllRegions" class="com.intellij.codeInsight.folding.impl.actions.ExpandAllRegionsAction"/>
<action id="CollapseAllRegions" class="com.intellij.codeInsight.folding.impl.actions.CollapseAllRegionsAction"/>
+3
View File
@@ -28,6 +28,9 @@
<action id="CollapseAll">
<keyboard-shortcut first-keystroke="control SUBTRACT"/>
</action>
<action id="CollapseRegion">
<keyboard-shortcut first-keystroke="control SUBTRACT"/>
</action>
<action id="CollapseBlock"/>
<action id="CopyElement"/>
<action id="CopyPaths"/>