mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
restore action's order of introduce params
This commit is contained in:
@@ -317,6 +317,8 @@
|
||||
<action id="IntroduceField" class="com.intellij.refactoring.actions.IntroduceFieldAction"/>
|
||||
<action id="IntroduceParameter" class="com.intellij.refactoring.actions.IntroduceParameterAction"/>
|
||||
<separator/>
|
||||
<action id="IntroduceParameterObject" class="com.intellij.refactoring.actions.IntroduceParameterObjectAction"/>
|
||||
<separator/>
|
||||
<action id="ExtractMethod" class="com.intellij.refactoring.actions.ExtractMethodAction"/>
|
||||
<separator/>
|
||||
<action id="ExtractClass" class="com.intellij.refactoring.actions.ExtractClassAction"/>
|
||||
@@ -324,7 +326,6 @@
|
||||
<action id="ExtractInterface" class="com.intellij.refactoring.actions.ExtractInterfaceAction"/>
|
||||
<action id="ExtractSuperclass" class="com.intellij.refactoring.actions.ExtractSuperclassAction"/>
|
||||
<action id="ExtractModule" class="com.intellij.refactoring.actions.ExtractModuleAction"/>
|
||||
<action id="IntroduceParameterObject" class="com.intellij.refactoring.actions.IntroduceParameterObjectAction"/>
|
||||
</group>
|
||||
|
||||
<action id="Inline" class="com.intellij.refactoring.actions.InlineAction"/>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
</action>
|
||||
|
||||
<action id="IntroduceFunctionalParameter" class="com.intellij.refactoring.actions.IntroduceFunctionalParameterAction">
|
||||
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceParameter"/>
|
||||
<add-to-group group-id="IntroduceActionsGroup" anchor="before" relative-to-action="IntroduceParameterObject"/>
|
||||
<keyboard-shortcut first-keystroke="control shift alt P" keymap="$default"/>
|
||||
</action>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user