1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[284286] Move down the Breakpoint type entry of the CEditor popup menu. It is nicer to have the toggle bp menu first.

This commit is contained in:
Marc Khouzam 2010-04-09 13:06:21 +00:00
parent 354f9207c9
commit 7c14e3bb49

View file

@ -403,6 +403,13 @@
<viewerContribution
targetID="#CEditorRulerContext"
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
<action
label="%BreakpointTypes.label"
class="org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate"
id="org.eclipse.cdt.debug.ui.breakpointTypesAction"
menubarPath="debug"
style="pulldown">
</action>
<action
label="%BreakpointProperties.label"
helpContextId="breakpoint_properties_action_context"
@ -2270,20 +2277,6 @@
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.popupMenus">
<viewerContribution
id="org.eclipse.cdt.debug.ui.breakpointTypeMenu"
targetID="#CEditorRulerContext">
<action
class="org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate"
id="org.eclipse.cdt.debug.ui.breakpointTypesAction"
label="%BreakpointTypes.label"
menubarPath="debug"
style="pulldown">
</action>
</viewerContribution>
</extension>
<!-- Cast to Type / Display as Array -->
<extension