Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
index 4f59eb912..7fbca7a8a 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
@@ -304,6 +304,21 @@
</with>
</visibleWhen>
</command>
+ <command
+ commandId="org.eclipse.tcf.te.tcf.processes.ui.command.refreshViewer"
+ icon="icons/obj16/refresh.gif"
+ label="%command.refreshviewer.label"
+ style="push"
+ tooltip="%command.refreshviewer.tooltip">
+ <visibleWhen checkEnabled="false">
+ <with variable="selection">
+ <count value="+"/>
+ <iterate ifEmpty="false" operator="and">
+ <instanceof value="org.eclipse.tcf.te.tcf.processes.core.model.interfaces.IProcessContextNode"/>
+ </iterate>
+ </with>
+ </visibleWhen>
+ </command>
<separator
name="group.search"
visible="true">

Back to the top