mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-30 11:43:33 +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:
parent
354f9207c9
commit
7c14e3bb49
1 changed files with 7 additions and 14 deletions
|
@ -403,6 +403,13 @@
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
targetID="#CEditorRulerContext"
|
targetID="#CEditorRulerContext"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
|
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
|
<action
|
||||||
label="%BreakpointProperties.label"
|
label="%BreakpointProperties.label"
|
||||||
helpContextId="breakpoint_properties_action_context"
|
helpContextId="breakpoint_properties_action_context"
|
||||||
|
@ -2270,20 +2277,6 @@
|
||||||
</command>
|
</command>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
</extension>
|
</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 -->
|
<!-- Cast to Type / Display as Array -->
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue