Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-06-19 20:24:45 +0000
committerMichael Rennie2007-06-19 20:24:45 +0000
commit5c0bad244ae7d5bf4108bcd5dbeabf099f350509 (patch)
tree2bceaad2edba27e4ce43faf9c89a8dea3511d85e /org.eclipse.debug.ui/plugin.xml
parent6fe24fb457c7dc4c42e9fe18e57278b623870716 (diff)
downloadeclipse.platform.debug-5c0bad244ae7d5bf4108bcd5dbeabf099f350509.tar.gz
eclipse.platform.debug-5c0bad244ae7d5bf4108bcd5dbeabf099f350509.tar.xz
eclipse.platform.debug-5c0bad244ae7d5bf4108bcd5dbeabf099f350509.zip
Bug 193179
Should there be an 'add' button in the expression view toolbar?
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index e4a120c96..cabdb951e 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -690,6 +690,16 @@
class="org.eclipse.debug.core.model.IVariable">
</selection>
</action>
+ <action
+ label="%addWatchExpressionAction.label"
+ toolbarPath="expressionGroup"
+ icon="$nl$/icons/full/etool16/watch_exp.gif"
+ hoverIcon="$nl$/icons/full/etool16/watch_exp.gif"
+ helpContextId="add_watch_expression_context"
+ class="org.eclipse.debug.internal.ui.actions.expressions.AddWatchExpressionAction"
+ tooltip="%addWatchExpressionAction.tooltip"
+ id="org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression">
+ </action>
</viewContribution>
<viewContribution
targetID="org.eclipse.debug.ui.MemoryView"

Back to the top