Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2013-03-11 19:07:29 +0000
committerPawel Piech2013-03-11 19:07:29 +0000
commit00f6e99dc7478899c4054a9c431c1bf8fc71eaed (patch)
treec763cbf329fac563299b8388098dabdb97a2b205 /org.eclipse.debug.ui/plugin.properties
parent6fc665f50d6c006ea36d617d912c1b039d22f26b (diff)
downloadeclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.tar.gz
eclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.tar.xz
eclipse.platform.debug-00f6e99dc7478899c4054a9c431c1bf8fc71eaed.zip
Revert "Bug 372181 - Working set support for Expressions View"
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 6f83288f9..2a491ddce 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -11,7 +11,6 @@
# 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)
-# Abeer Bagul (Tensilica) - Working set support for Expressions view (Bug 372181)
###############################################################################
pluginName=Debug UI
@@ -273,8 +272,6 @@ addWatchExpressionAction.label=&Add Watch Expression...
addWatchExpressionAction.tooltip=Create a new watch expression
convertToWatchExpressionAction.label=Convert to &Watch Expression
convertToWatchExpressionAction.tooltip=Convert an inspect expression to a watch expression
-assignWatchExpressionToWorkingSet.label=Assign Working Sets
-assignWatchExpressionToWorkingSet.tooltip=Assign selected watch expressions to a working set
Watch.label=Wa&tch
Watch.description=Create a watch expression from the current selection and add it to the Expressions view

Back to the top