mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
bug 237425: undefined tm.terminal command
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237425
This commit is contained in:
parent
99a7b2f9ed
commit
71933e44e7
1 changed files with 1 additions and 60 deletions
|
@ -10,6 +10,7 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Michael Scharf (Wind River) - initial API and implementation
|
# Michael Scharf (Wind River) - initial API and implementation
|
||||||
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||||
|
# Michael Scharf (Wind River) - [237425] undefined tm.terminal command
|
||||||
-->
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<extension-point id="terminalConnectors" name="Terminal Connectors" schema="schema/terminalConnectors.exsd"/>
|
<extension-point id="terminalConnectors" name="Terminal Connectors" schema="schema/terminalConnectors.exsd"/>
|
||||||
|
@ -20,64 +21,4 @@
|
||||||
id="org.eclipse.tm.terminal.TerminalContext"
|
id="org.eclipse.tm.terminal.TerminalContext"
|
||||||
/>
|
/>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
|
||||||
point="org.eclipse.ui.bindings">
|
|
||||||
<!--
|
|
||||||
These keybindings are needed to disable the menu-activation keys (e.g.,
|
|
||||||
Alt-F for the File menu, etc.). The code in method
|
|
||||||
TerminalControl.TerminalFocusListener.focusGained() disables the Eclipse key
|
|
||||||
binding service, but it doesn't disable the global menu-activation
|
|
||||||
keys.
|
|
||||||
-->
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+A"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+E"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+F"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+G"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+H"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+N"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+P"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+R"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+T"/>
|
|
||||||
<key
|
|
||||||
commandId="org.eclipse.tm.terminal.command1"
|
|
||||||
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
||||||
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
||||||
sequence="Alt+W"/>
|
|
||||||
</extension>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue