mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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"
|
||||
retarget="true">
|
||||
</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
|
||||
definitionId="org.eclipse.cdt.ui.refactor.toggle.function"
|
||||
label="%Refactoring.toggleFunction.label"
|
||||
|
@ -1750,6 +1743,13 @@
|
|||
id="org.eclipse.cdt.ui.actions.ToggleFunction"
|
||||
retarget="true">
|
||||
</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
|
||||
definitionId="org.eclipse.cdt.ui.refactor.extract.constant"
|
||||
label="%Refactoring.extractConstant.label"
|
||||
|
|
Loading…
Add table
Reference in a new issue