From 103ba0e9c1b2ab320fd48504975cd79297834210 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Mon, 17 Apr 2006 18:47:02 +0000 Subject: [PATCH] Added the "AddWatchpoint" action to the breakpoints view. --- debug/org.eclipse.cdt.debug.ui/ChangeLog | 6 + .../plugin.properties | 2 + debug/org.eclipse.cdt.debug.ui/plugin.xml | 8 + .../actions/AddWatchpointActionDelegate.java | 251 ++---------------- 4 files changed, 44 insertions(+), 223 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index 0a3d33f041b..c8c4919f393 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,9 @@ +2006-04-17 Mikhail Khodjaiants + Added the "AddWatchpoint" action to the breakpoints view. + * AddWatchpointActionDelegate.java + * plugin.properties + * plugin.xml + 2006-04-05 Mikhail Khodjaiants Bug 135118: Modules view is not updated. * ModuleProxyFactory.java diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index 01523ba459a..1bf2141917d 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -48,6 +48,8 @@ JumpToLineAction.label=Resume At Li&ne GlobalJumpToLineAction.label=Resume At Li&ne (C/C++) ShowFullPathsAction.label=Show Full &Paths ShowFullPathsAction.tooltip=Show Full Paths +AddWatchpoint.label=Add Watchpoint (C/C++)... +AddWatchpoint.tooltip=Add Watchpoint (C/C++) AddGlobalsAction.label=Add Global Variables... AddGlobalsAction.tooltip=Add Global Variables diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml index 1134772ce5f..0d125eba701 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.xml +++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml @@ -281,6 +281,14 @@ +