diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-16 16:52:56 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-16 18:44:01 +0530 |
| commit | 96f05b39e89266d83673dbecd8649965ce43bfe6 (patch) | |
| tree | 48fa3ac9e1cf5d2612c480b197021e96f62896a0 /src | |
| parent | d9a6067b237dd08133598467e771fa62dc72d6a9 (diff) | |
Terminal View
Diffstat (limited to 'src')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index d84d304d..675b7e52 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -299,6 +299,12 @@ id="com.gluster.storage.management.console.commands.Refresh" name="Refresh Data"> </command> + <command + categoryId="com.gluster.storage.management.console.category" + description="Terminal" + id="com.gluster.storage.management.console.commands.Terminal" + name="Terminal"> + </command> </extension> <extension point="org.eclipse.ui.bindings"> @@ -384,6 +390,11 @@ schemeId="com.gluster.storage.management.console.KeyConfig" sequence="F5"> </key> + <key + commandId="com.gluster.storage.management.console.commands.Terminal" + schemeId="com.gluster.storage.management.console.KeyConfig" + sequence="CTRL+T"> + </key> </extension> <extension id="product" @@ -1110,7 +1121,7 @@ <action allowLabelUpdate="false" class="com.gluster.storage.management.console.actions.TerminalAction" - definitionId="org.eclipse.tm.terminal.command1" + definitionId="com.gluster.storage.management.console.commands.Terminal" icon="icons/tango/32x32/utilities-terminal.png" id="com.gluster.storage.management.console.actions.TerminalAction" label="&Terminal" @@ -1407,15 +1418,15 @@ visible="false"> </view> <view - closeable="false" + closeable="true" id="com.gluster.storage.management.console.views.TerminalView" minimized="false" moveable="false" - ratio="0.70f" + ratio="0.60f" relationship="bottom" relative="com.gluster.storage.management.console.views.ClusterSummaryView" showTitle="true" - standalone="true" + standalone="false" visible="false"> </view> </perspectiveExtension> |
