Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index d10c308b012..719707c823f 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -9,6 +9,7 @@
# QNX Software Systems - Initial API and implementation
# IBM Corporation
# Patrick Chuong (Texas Instruments) - Pin and Clone Supports (Bug 331781)
+# Dobrin Alexiev (Texas Instruments) - initial API and implementation (bug 336876)
###############################################################################
pluginName=C/C++ Development Tools Debugger UI
@@ -195,6 +196,15 @@ Uncall.name = Uncall
Uncall.description = Perform Uncall
Uncall.label = Uncall
+# Debug View layout
+DebugViewLayoutActionSet.label = Debug View Layout
+DebugViewLayoutCategory.name = Debug View Layout Commands
+DebugViewLayoutCategory.description = Set of commands for controlling the Debug View Layout
+GroupDebugContexts.name = Group
+GroupDebugContexts.description = Groups the selected debug contexts
+UngroupDebugContexts.name = Ungroup
+UngroupDebugContexts.description = Ungroups the selected debug contexts
+
# Menu for selecting breakpoint toggle type
BreakpointTypes.label=B&reakpoint Types

Back to the top