mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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
|
||||
id="org.eclipse.tm.terminal"
|
||||
label="%featureName"
|
||||
version="3.6.1.qualifier"
|
||||
version="3.6.100.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||
<version>3.6.1.qualifier</version>
|
||||
<version>3.6.100.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.core.sdk"
|
||||
label="%featureName"
|
||||
version="3.6.1.qualifier"
|
||||
version="3.6.100.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>
|
||||
<version>3.6.1.qualifier</version>
|
||||
<version>3.6.100.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<feature
|
||||
id="org.eclipse.tm.terminal.sdk"
|
||||
label="%featureName"
|
||||
version="3.6.1.qualifier"
|
||||
version="3.6.100.qualifier"
|
||||
provider-name="%providerName"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="1.0.1.qualifier">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
||||
<version>3.6.1.qualifier</version>
|
||||
<version>3.6.100.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
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-Vendor: %providerName
|
||||
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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# 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.paste.name=Paste
|
||||
terminal.command.maximize.name=Maximize Active View or Editor
|
||||
terminal.command.quickaccess.name=Quick Access
|
||||
|
||||
terminal.preferences.name = Terminal
|
||||
terminal.font.description = The font for the terminal console.
|
||||
|
|
|
@ -50,6 +50,15 @@
|
|||
categoryId="org.eclipse.tm.terminal.category1"
|
||||
id="org.eclipse.tm.terminal.paste"
|
||||
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
|
||||
description="%terminal.view.insertion.description"
|
||||
id="org.eclipse.tm.terminal.category1"
|
||||
|
@ -217,13 +226,15 @@
|
|||
since these are extremely valuable, but the original shortcut may need
|
||||
to go to the Terminal.
|
||||
-->
|
||||
<!-- org.eclipse.ui.window.quickAccess -->
|
||||
<key
|
||||
commandId="org.eclipse.ui.window.quickAccess"
|
||||
commandId="org.eclipse.tm.terminal.quickaccess"
|
||||
contextId="org.eclipse.tm.terminal.EditContext"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
sequence="M3+ARROW_RIGHT"/>
|
||||
<!-- org.eclipse.ui.window.maximizePart -->
|
||||
<key
|
||||
commandId="org.eclipse.ui.window.maximizePart"
|
||||
commandId="org.eclipse.tm.terminal.maximize"
|
||||
contextId="org.eclipse.tm.terminal.EditContext"
|
||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
||||
sequence="M3+ARROW_UP"/>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal</artifactId>
|
||||
<version>3.2.301.qualifier</version>
|
||||
<version>3.2.400.qualifier</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue