Author: adietish
Date: 2010-11-19 10:22:27 -0500 (Fri, 19 Nov 2010)
New Revision: 26772
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
Log:
[JBIDE-7679] added "Show in Remote System Explorer" command to the context menu
of the instance view
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2010-11-19 15:11:39
UTC (rev 26771)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2010-11-19 15:22:27
UTC (rev 26772)
@@ -1,6 +1,7 @@
2010-11-19 André Dietisheim <adietish(a)redhat.com>
* plugin.xml:
+ [JBIDE-7679] added "Show in Remote System Explorer" command to the context
menu of the instance view
* src/org/jboss/tools/deltacloud/ui/commands/InstancePropertyTester.java (test):
[JBIDE-7678] added property isRunning, testing for ShowInRemoteSystemExplorerHandler
handler
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-11-19 15:11:39
UTC (rev 26771)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-11-19 15:22:27
UTC (rev 26772)
@@ -427,6 +427,8 @@
<separator
name="additions"
visible="true" />
+ <separator
+ name="remoteSysExplorer"/>
</menuContribution>
<!-- instance commands -->
<menuContribution
@@ -487,6 +489,19 @@
tooltip="%command.refreshinstances.tooltip">
</command>
</menuContribution>
+ <!-- remote system explorer -->
+ <menuContribution
+ allPopups="true"
+
locationURI="popup:org.jboss.tools.deltacloud.ui.views.InstanceView?after=remoteSysExplorer">
+ <command
+ commandId="org.jboss.tools.deltacloud.ui.showremotesysexplorer"
+ disabledIcon="icons/system_viewd.gif"
+ icon="icons/system_view.gif"
+ label="%command.showInRemoteSysExplorer"
+ style="push"
+ tooltip="%command.showInRemoteSysExplorer.tooltip">
+ </command>
+ </menuContribution>
</extension>
<extension point="org.eclipse.ui.menus">
<!-- InstanceView toolbar ================================== -->
Show replies by date