1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

[303380] Breakpoint view's Watchpoint and Event Breakpoint action should be in the same place

This commit is contained in:
John Cortell 2010-02-23 14:49:22 +00:00
parent 297e4e1de8
commit c2f443c0a3

View file

@ -497,18 +497,6 @@
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction">
</action>
</objectContribution>
<viewerContribution
targetID="org.eclipse.debug.ui.BreakpointView"
id="org.eclipse.cdt.debug.ui.breakpointview.popupMenu">
<action
class="org.eclipse.cdt.debug.internal.ui.actions.AddWatchpointActionDelegate"
helpContextId="add_watchpoint_action_context"
icon="icons/elcl16/watchpoint_co.gif"
id="org.eclipse.cdt.debug.ui.addWatchpoint"
label="%AddWatchpoint.label"
menubarPath="additions"
tooltip="%AddWatchpoint.tooltip"/>
</viewerContribution>
<viewerContribution
targetID="#ASMEditorRulerContext"
id="org.eclipse.cdt.debug.ui.AsmEditorRulerActions">
@ -1090,6 +1078,15 @@
</pluginState>
</enablement>
</action>
<action
class="org.eclipse.cdt.debug.internal.ui.actions.AddWatchpointActionDelegate"
icon="icons/elcl16/watchpoint_co.gif"
id="org.eclipse.cdt.debug.ui.addWatchpoint"
label="%AddWatchpoint.label"
menubarPath="cDebugActions"
style="push"
helpContextId="add_watchpoint_action_context"
tooltip="%AddWatchpoint.tooltip"/>
<action
class="org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate"
icon="icons/obj16/eventbreakpoint_obj.gif"