mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inline shortcut for Collapse action (RUBY-7044)
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user