Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2013-02-06 21:00:54 +0000
committerPawel Piech2013-02-27 18:36:26 +0000
commitfaf798e1240cdf437166b53f7dd3fcb5cc7e84ef (patch)
treedf6f10ad2bd1b2f1c8506425de44ec95339218be /org.eclipse.debug.ui/plugin.properties
parenteca4380528c0d428b566d5f5e58e7026e18489a1 (diff)
downloadeclipse.platform.debug-faf798e1240cdf437166b53f7dd3fcb5cc7e84ef.tar.gz
eclipse.platform.debug-faf798e1240cdf437166b53f7dd3fcb5cc7e84ef.tar.xz
eclipse.platform.debug-faf798e1240cdf437166b53f7dd3fcb5cc7e84ef.zip
Bug 372181 - Working set support for Expressions View
- Added serializing of selected expression sets based on stack frame.
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 6f83288f9..ce197ff4e 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -399,7 +399,9 @@ debug.ui.component.label = Platform Debug UI
debug.core.component.label = Platform Debug Core
# Expression working set
-ExpressionWorkingSet.name=Expression
-ExpressionWorkingSet.description=A working set that contains expressions
-ExpressionWorkingSet.manageAction.label=&Working Sets...
-ExpressionWorkingSet.manageAction.tooltip=Manage Working Sets \ No newline at end of file
+expressionWorkingSet.name=Expression
+expressionWorkingSet.description=A working set that contains expressions
+expressionWorkingSet.manageAction.label=&Working Sets...
+expressionWorkingSet.manageAction.tooltip=Manage Working Sets
+expressionWorkingSet.autoSelectAction.label=&Auto Select Working Sets
+expressionWorkingSet.autoSelectAction.tooltip=Automatically select Working Sets based on view input \ No newline at end of file

Back to the top