mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Adjusted menu ordering.
This commit is contained in:
parent
12f003ec60
commit
839a50b9b8
1 changed files with 7 additions and 7 deletions
|
@ -1736,13 +1736,6 @@
|
||||||
id="org.eclipse.cdt.ui.actions.HideMethod"
|
id="org.eclipse.cdt.ui.actions.HideMethod"
|
||||||
retarget="true">
|
retarget="true">
|
||||||
</action>
|
</action>
|
||||||
<action
|
|
||||||
definitionId="org.eclipse.cdt.ui.refactor.extract.function"
|
|
||||||
label="%Refactoring.extractFunction.label"
|
|
||||||
menubarPath="org.eclipse.jdt.ui.refactoring.menu/codingGroup"
|
|
||||||
id="org.eclipse.cdt.ui.actions.ExtractMethod"
|
|
||||||
retarget="true">
|
|
||||||
</action>
|
|
||||||
<action
|
<action
|
||||||
definitionId="org.eclipse.cdt.ui.refactor.toggle.function"
|
definitionId="org.eclipse.cdt.ui.refactor.toggle.function"
|
||||||
label="%Refactoring.toggleFunction.label"
|
label="%Refactoring.toggleFunction.label"
|
||||||
|
@ -1750,6 +1743,13 @@
|
||||||
id="org.eclipse.cdt.ui.actions.ToggleFunction"
|
id="org.eclipse.cdt.ui.actions.ToggleFunction"
|
||||||
retarget="true">
|
retarget="true">
|
||||||
</action>
|
</action>
|
||||||
|
<action
|
||||||
|
definitionId="org.eclipse.cdt.ui.refactor.extract.function"
|
||||||
|
label="%Refactoring.extractFunction.label"
|
||||||
|
menubarPath="org.eclipse.jdt.ui.refactoring.menu/codingGroup"
|
||||||
|
id="org.eclipse.cdt.ui.actions.ExtractMethod"
|
||||||
|
retarget="true">
|
||||||
|
</action>
|
||||||
<action
|
<action
|
||||||
definitionId="org.eclipse.cdt.ui.refactor.extract.constant"
|
definitionId="org.eclipse.cdt.ui.refactor.extract.constant"
|
||||||
label="%Refactoring.extractConstant.label"
|
label="%Refactoring.extractConstant.label"
|
||||||
|
|
Loading…
Add table
Reference in a new issue