Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-02-23 14:49:22 +0000
committerJohn Cortell2010-02-23 14:49:22 +0000
commitc2f443c0a3f3fb6cb36c9b39d19fd56c94f7fe1d (patch)
tree9a016c2648595aaf519094687ef29001f67b1500 /debug/org.eclipse.cdt.debug.ui/plugin.xml
parent297e4e1de8d46f3a9ecf40cb757976ecce9908e3 (diff)
downloadorg.eclipse.cdt-c2f443c0a3f3fb6cb36c9b39d19fd56c94f7fe1d.tar.gz
org.eclipse.cdt-c2f443c0a3f3fb6cb36c9b39d19fd56c94f7fe1d.tar.xz
org.eclipse.cdt-c2f443c0a3f3fb6cb36c9b39d19fd56c94f7fe1d.zip
[303380] Breakpoint view's Watchpoint and Event Breakpoint action should be in the same place
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml21
1 files changed, 9 insertions, 12 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index 34e421d8d2b..8610a975c5f 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -498,18 +498,6 @@
</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">
<!--
@@ -1091,6 +1079,15 @@
</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"
id="org.eclipse.cdt.debug.internal.ui.actions.AddEventBreakpointActionDelegate"

Back to the top