Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2011-09-22 18:38:48 +0000
committerPawel Piech2011-09-22 18:38:48 +0000
commit472eea319d490fe2300465bfcde19fce457b9724 (patch)
tree6102a28637371ed00d98d6c978296871c3836e64 /org.eclipse.debug.ui/plugin.properties
parent6f8daed33c35a3d295bf9597db71a0e0c81894bd (diff)
downloadeclipse.platform.debug-472eea319d490fe2300465bfcde19fce457b9724.tar.gz
eclipse.platform.debug-472eea319d490fe2300465bfcde19fce457b9724.tar.xz
eclipse.platform.debug-472eea319d490fe2300465bfcde19fce457b9724.zip
Bug 258767 - [debug view][menu] support for top level debug toolbarv20110922-1838
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 2d8faf443..aeb1c2497 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,6 +10,7 @@
# QNX Software Systems - Mikhail Khodjaiants - Registers View (Bug 53640)
# Wind River Systems - Pawel Piech - Added Modules view (bug 211158)
# Wind River Systems - Ted Williams -[Memory View] Memory View: Workflow Enhancements (bug 215432)
+# Patrick Chuong (Texas Instruments) - Move debug toolbar actions to main window (Bug 332784)
###############################################################################
pluginName=Debug UI
@@ -51,6 +52,7 @@ CopyVariablesToClipboardAction.label=Copy &Variables
CopyExpressionsToClipboardAction.label=Copy &Expressions
CopyRegistersToClipboardAction.label=Copy &Registers
DebugActionSet.label=Debug
+DebugToolbarActionSet.label=Debug Toolbar
debugCurrentInstructionPointer=Debug Current Instruction Pointer
debugCallStack=Debug Call Stack
DebugDropDownAction.label=Debug
@@ -129,6 +131,8 @@ StepReturnAction.label=Step Ret&urn
StringVariablePresentationsName=String Variable Presentations
SuspendAction.label=&Suspend
TerminateAction.label=&Terminate
+DropToFrame.label=Drop To Frame
+Disconnect.label=Disconnect
ToggleBreakpointAction.label=Toggle Brea&kpoint
ToggleBreakpointsTargetFactoriesExtension.name=Toggle Breakpoints Target Factories
ToggleLineBreakpointAction.label=Toggle &Line Breakpoint
@@ -219,6 +223,12 @@ ActionDefinition.toggleBreakpoint.description=Creates or removes a breakpoint
ActionDefinition.suspend.name=Suspend
ActionDefinition.suspend.description=Suspend
+ActionDefinition.dropToFrame.name=Drop to Frame
+ActionDefinition.dropToFrame.description=Drop to Frame
+
+ActionDefinition.disconnect.name=Disconnect
+ActionDefinition.disconnect.description=Disconnect
+
ActionDefinition.openProfile.name=Profile...
ActionDefinition.openProfile.description=Open profile launch configuration dialog

Back to the top