Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2014-05-15 07:11:00 +0000
committerMartin Oberhuber2014-05-15 07:11:00 +0000
commit43ac00f932fd2eb07d019ba3ce0dd766037d7ab2 (patch)
tree340d1a4a95369b95300b3fdce0d2f3bc9af6cecb /target_explorer
parentd2d2229a2a8077941949c49d11c4559a73b1ba6c (diff)
downloadorg.eclipse.tcf-43ac00f932fd2eb07d019ba3ce0dd766037d7ab2.tar.gz
org.eclipse.tcf-43ac00f932fd2eb07d019ba3ce0dd766037d7ab2.tar.xz
org.eclipse.tcf-43ac00f932fd2eb07d019ba3ce0dd766037d7ab2.zip
Terminals: Bug 434921 - Keyboard shortcut for "Open a Terminal"
Contribute Ctrl+Alt+T as a shortcut for "Open a Terminal" from any context. Also update the Tooltip of the New Terminal Toolbar Button to be compliant with Eclipse UI Guidelines. Change-Id: I1a6751c1babed0fa9bd515dbc1858f7a2c01f7b1 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml9
2 files changed, 10 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
index f185b15d8..2bd19e92c 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
@@ -30,7 +30,7 @@ toolbar.terminal.label=Terminals
command.launch.name=Launch Terminal Command
command.launch.label=Launch Terminal...
-command.launchWithoutSelection.tooltip=Opens a terminal
+command.launchWithoutSelection.tooltip=Open a Terminal
command.disconnect.name=Disconnect Terminal Command
command.disconnect.label=Disconnect
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
index ea5effa3f..b8ed34038 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
@@ -185,6 +185,15 @@
</command>
</extension>
+<!-- Key bindings -->
+ <extension point="org.eclipse.ui.bindings">
+ <key
+ commandId="org.eclipse.tcf.te.ui.terminals.command.launchToolbar"
+ contextId="org.eclipse.ui.contexts.window"
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
+ sequence="M1+M3+T"/>
+ </extension>
+
<!-- Handler contributions -->
<extension point="org.eclipse.ui.handlers">
<handler

Back to the top