Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-04-15 14:20:23 +0000
committerDarin Wright2008-04-15 14:20:23 +0000
commita78a629ad09b62497b35a724c725173d668ae8a1 (patch)
treef89f0c0803b0d62120ff380b5500be1d7889f28f /org.eclipse.debug.ui/plugin.properties
parent296ce9d4871fdf456a3d64853f0c73f0851199fa (diff)
downloadeclipse.platform.debug-a78a629ad09b62497b35a724c725173d668ae8a1.tar.gz
eclipse.platform.debug-a78a629ad09b62497b35a724c725173d668ae8a1.tar.xz
eclipse.platform.debug-a78a629ad09b62497b35a724c725173d668ae8a1.zip
Bug 226997 - Update to use showView command instead of view id
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties21
1 files changed, 0 insertions, 21 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 7bd0e3543..0bbe9473a 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -249,27 +249,6 @@ ActionDefinition.removeAllBreakpoints.description=Removes all breakpoints
ActionDefinition.skipAllBreakpoints.name=Skip All Breakpoints
ActionDefinition.skipAllBreakpoints.description=Sets whether or not any breakpoint should suspend execution
-ViewCommand.debugView.name=Debug
-ViewCommand.debugView.description=Show the Debug view
-
-ViewCommand.breakpointView.name=Breakpoints
-ViewCommand.breakpointView.description=Show the Breakpoints view
-
-ViewCommand.variableView.name=Variables
-ViewCommand.variableView.description=Show the Variables view
-
-ViewCommand.expressionView.name=Expressions
-ViewCommand.expressionView.description=Show the Expressions view
-
-ViewCommand.registerView.name=Registers
-ViewCommand.registerView.description=Show the Registers view
-
-ViewCommand.moduleView.name=Modules
-ViewCommand.moduleView.description=Show the Modules view
-
-ViewCommand.memoryView.name=Memory
-ViewCommand.memoryView.description=Show the Memory view
-
SkipAllBreakpointsAction.label=S&kip All Breakpoints
editWatchExpressionAction.label=&Edit Watch Expression...
editWatchExpressionAction.tooltip=Edit the selected watch expression

Back to the top