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:
parent
297e4e1de8
commit
c2f443c0a3
1 changed files with 9 additions and 12 deletions
|
@ -497,18 +497,6 @@
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction">
|
id="org.eclipse.cdt.debug.internal.ui.actions.CBreakpointPropertiesAction">
|
||||||
</action>
|
</action>
|
||||||
</objectContribution>
|
</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
|
<viewerContribution
|
||||||
targetID="#ASMEditorRulerContext"
|
targetID="#ASMEditorRulerContext"
|
||||||
id="org.eclipse.cdt.debug.ui.AsmEditorRulerActions">
|
id="org.eclipse.cdt.debug.ui.AsmEditorRulerActions">
|
||||||
|
@ -1090,6 +1078,15 @@
|
||||||
</pluginState>
|
</pluginState>
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</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
|
<action
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate"
|
||||||
icon="icons/obj16/eventbreakpoint_obj.gif"
|
icon="icons/obj16/eventbreakpoint_obj.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue