Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-12-20 20:38:25 +0000
committerDarin Wright2004-12-20 20:38:25 +0000
commit1005470411e82c169a5ac82fb556d4ba8e96c020 (patch)
treecb01964ffd9ae4db911f25ab2537c5971609d3b7 /org.eclipse.debug.ui/plugin.properties
parent80c3424d382437d2454d0a3f85e3320cb3110ba0 (diff)
downloadeclipse.platform.debug-1005470411e82c169a5ac82fb556d4ba8e96c020.tar.gz
eclipse.platform.debug-1005470411e82c169a5ac82fb556d4ba8e96c020.tar.xz
eclipse.platform.debug-1005470411e82c169a5ac82fb556d4ba8e96c020.zip
Bug 72909 - Add "Remove All Breakpoints" action to "Run" menu
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 8064a3545..689341906 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -88,6 +88,7 @@ RegistersView.name=Registers
RelaunchAction.label=Re&launch
RemoveAction.label=Rem&ove
RemoveAllAction.label=Remove A&ll
+RemoveAllBreakpointsAction.label=Remo&ve All Breakpoints
RemoveAllBreakpointsAction.tooltip=Remove All Breakpoints
RemoveAllExpressionsAction.tooltip=Remove All Expressions
RemoveAllTerminatedAction.label=Remove &All Terminated
@@ -225,6 +226,9 @@ ActionDefinition.toggleWatchpoint.description=Creates or removes a watchpoint
ActionDefinition.toggleMethodBreakpoint.name=Toggle Method Breakpoint
ActionDefinition.toggleMethodBreakpoint.description=Creates or removes a method breakpoint
+ActionDefinition.removeAllBreakpoints.name=Remove All Breakpoints
+ActionDefinition.removeAllBreakpoints.description=Removes all breakpoints
+
ActionDefinition.skipAllBreakpoints.name=Skip All Breakpoints
ActionDefinition.skipAllBreakpoints.description=Sets whether or not any breakpoint should suspend execution

Back to the top