mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
Terminal: Bug 435119 - Make the Alt+Up / Alt+Right keyboard shortcuts
discoverable
This commit is contained in:
parent
b579ec3e80
commit
1a94d87ec7
10 changed files with 24 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal"
|
id="org.eclipse.tm.terminal"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.6.1.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||||
<version>3.6.1.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.core.sdk"
|
id="org.eclipse.tm.terminal.core.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.6.1.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
||||||
<version>3.6.1.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.sdk"
|
id="org.eclipse.tm.terminal.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.6.1.qualifier"
|
version="3.6.100.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="1.0.1.qualifier">
|
license-feature-version="1.0.1.qualifier">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm.features</groupId>
|
<groupId>org.eclipse.tm.features</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
||||||
<version>3.6.1.qualifier</version>
|
<version>3.6.100.qualifier</version>
|
||||||
<packaging>eclipse-feature</packaging>
|
<packaging>eclipse-feature</packaging>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
||||||
Bundle-Version: 3.2.301.qualifier
|
Bundle-Version: 3.2.400.qualifier
|
||||||
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2003, 2012 Wind River Systems, Inc. and others.
|
# Copyright (c) 2003, 2012, 2014 Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -34,6 +34,8 @@ terminal.view.insertion.description = Terminal view commands
|
||||||
|
|
||||||
terminal.command.copy.name=Copy
|
terminal.command.copy.name=Copy
|
||||||
terminal.command.paste.name=Paste
|
terminal.command.paste.name=Paste
|
||||||
|
terminal.command.maximize.name=Maximize Active View or Editor
|
||||||
|
terminal.command.quickaccess.name=Quick Access
|
||||||
|
|
||||||
terminal.preferences.name = Terminal
|
terminal.preferences.name = Terminal
|
||||||
terminal.font.description = The font for the terminal console.
|
terminal.font.description = The font for the terminal console.
|
||||||
|
|
|
@ -50,6 +50,15 @@
|
||||||
categoryId="org.eclipse.tm.terminal.category1"
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
id="org.eclipse.tm.terminal.paste"
|
id="org.eclipse.tm.terminal.paste"
|
||||||
name="%terminal.command.paste.name"/>
|
name="%terminal.command.paste.name"/>
|
||||||
|
<command
|
||||||
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
|
id="org.eclipse.tm.terminal.maximize"
|
||||||
|
name="%terminal.command.maximize.name">
|
||||||
|
</command>
|
||||||
|
<command
|
||||||
|
categoryId="org.eclipse.tm.terminal.category1"
|
||||||
|
id="org.eclipse.tm.terminal.quickaccess"
|
||||||
|
name="%terminal.command.quickaccess.name"/>
|
||||||
<category
|
<category
|
||||||
description="%terminal.view.insertion.description"
|
description="%terminal.view.insertion.description"
|
||||||
id="org.eclipse.tm.terminal.category1"
|
id="org.eclipse.tm.terminal.category1"
|
||||||
|
@ -217,13 +226,15 @@
|
||||||
since these are extremely valuable, but the original shortcut may need
|
since these are extremely valuable, but the original shortcut may need
|
||||||
to go to the Terminal.
|
to go to the Terminal.
|
||||||
-->
|
-->
|
||||||
|
<!-- org.eclipse.ui.window.quickAccess -->
|
||||||
<key
|
<key
|
||||||
commandId="org.eclipse.ui.window.quickAccess"
|
commandId="org.eclipse.tm.terminal.quickaccess"
|
||||||
contextId="org.eclipse.tm.terminal.EditContext"
|
contextId="org.eclipse.tm.terminal.EditContext"
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||||
sequence="M3+ARROW_RIGHT"/>
|
sequence="M3+ARROW_RIGHT"/>
|
||||||
|
<!-- org.eclipse.ui.window.maximizePart -->
|
||||||
<key
|
<key
|
||||||
commandId="org.eclipse.ui.window.maximizePart"
|
commandId="org.eclipse.tm.terminal.maximize"
|
||||||
contextId="org.eclipse.tm.terminal.EditContext"
|
contextId="org.eclipse.tm.terminal.EditContext"
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||||
sequence="M3+ARROW_UP"/>
|
sequence="M3+ARROW_UP"/>
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||||
<version>3.2.301.qualifier</version>
|
<version>3.2.400.qualifier</version>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue