mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00
Terminals: Fix invalid category ids for view and commands
This commit is contained in:
parent
06c2bb5245
commit
3c24c4231f
12 changed files with 59 additions and 20 deletions
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Terminals Core
|
pluginName = Terminals Core
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
ExtensionPoint.contextPropertiesProviders = Terminal Context Properties Providers
|
ExtensionPoint.contextPropertiesProviders = Terminal Context Properties Providers
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Terminals Local Connector
|
pluginName = Terminals Local Connector
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Commands and Menu contributions -----
|
# ----- Commands and Menu contributions -----
|
||||||
|
@ -20,4 +20,4 @@ menu.showIn.localterminal.label = Terminals
|
||||||
|
|
||||||
# ----- Preference Pages -----
|
# ----- Preference Pages -----
|
||||||
|
|
||||||
preference.page.name=Terminals
|
preference.page.name=Terminals View
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
<!-- Command contributions -->
|
<!-- Command contributions -->
|
||||||
<extension point="org.eclipse.ui.commands">
|
<extension point="org.eclipse.ui.commands">
|
||||||
<command
|
<command
|
||||||
categoryId="org.eclipse.tcf.te.ui.commands.category"
|
categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
helpContextId="org.eclipse.tcf.te.ui.terminals.local.command_Launch"
|
helpContextId="org.eclipse.tcf.te.ui.terminals.local.command_Launch"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.local.command.launch"
|
id="org.eclipse.tcf.te.ui.terminals.local.command.launch"
|
||||||
name="%command.launch.name">
|
name="%command.launch.name">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<!-- Preference page contributions -->
|
<!-- Preference page contributions -->
|
||||||
<extension point="org.eclipse.ui.preferencePages">
|
<extension point="org.eclipse.ui.preferencePages">
|
||||||
<page
|
<page
|
||||||
category="org.eclipse.tcf.te.ui.preferences.general"
|
category="org.eclipse.tm.terminal.TerminalPreferencePage"
|
||||||
class="org.eclipse.tcf.te.ui.terminals.local.showin.preferences.PreferencePage"
|
class="org.eclipse.tcf.te.ui.terminals.local.showin.preferences.PreferencePage"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.local.showin.preferences"
|
id="org.eclipse.tcf.te.ui.terminals.local.showin.preferences"
|
||||||
name="%preference.page.name">
|
name="%preference.page.name">
|
||||||
|
|
|
@ -20,9 +20,9 @@ ExternalExecutablesDialog_field_args=Arguments:
|
||||||
ExternalExecutablesDialog_field_icon=Icon:
|
ExternalExecutablesDialog_field_icon=Icon:
|
||||||
ExternalExecutablesDialog_field_translate=Translate Backslashes on Paste
|
ExternalExecutablesDialog_field_translate=Translate Backslashes on Paste
|
||||||
|
|
||||||
# ***** Preference Pages *****
|
# ----- Preference Pages -----
|
||||||
|
|
||||||
PreferencePage_label=General settings for Terminals:
|
PreferencePage_label=General Terminals view settings:
|
||||||
PreferencePage_executables_label="Show In ..." Custom Entries
|
PreferencePage_executables_label="Show In ..." Custom Entries
|
||||||
PreferencePage_executables_column_name_label=Name
|
PreferencePage_executables_column_name_label=Name
|
||||||
PreferencePage_executables_column_path_label=Path
|
PreferencePage_executables_column_path_label=Path
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Terminals Process Connector
|
pluginName = Terminals Process Connector
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Terminal Connectors -----
|
# ----- Terminal Connectors -----
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Terminals RSE Add-on
|
pluginName = Terminals RSE Add-on
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Commands and Menu contributions -----
|
# ----- Commands and Menu contributions -----
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<!-- Command contributions -->
|
<!-- Command contributions -->
|
||||||
<extension point="org.eclipse.ui.commands">
|
<extension point="org.eclipse.ui.commands">
|
||||||
<command
|
<command
|
||||||
categoryId="org.eclipse.tcf.te.ui.commands.category"
|
categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
helpContextId="org.eclipse.tcf.te.ui.terminals.rse.command_Launch"
|
helpContextId="org.eclipse.tcf.te.ui.terminals.rse.command_Launch"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.rse.command.launch"
|
id="org.eclipse.tcf.te.ui.terminals.rse.command.launch"
|
||||||
name="%command.launch.name">
|
name="%command.launch.name">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Serial Terminals Extensions
|
pluginName = Terminals Serial Extensions
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Terminal Launcher Delegates -----
|
# ----- Terminal Launcher Delegates -----
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, SSH Terminals Extensions
|
pluginName = Terminals SSH Extensions
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Terminal Connector Types -----
|
# ----- Terminal Connector Types -----
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Telnet Terminals Extensions
|
pluginName = Terminals Telnet Extensions
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Terminal Launcher Delegates -----
|
# ----- Terminal Launcher Delegates -----
|
||||||
|
|
|
@ -8,11 +8,13 @@
|
||||||
# Wind River Systems - initial API and implementation
|
# Wind River Systems - initial API and implementation
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
pluginName = Target Explorer, Terminals
|
pluginName = Terminals
|
||||||
providerName = Eclipse.org - Target Explorer
|
providerName = Eclipse.org - Target Explorer
|
||||||
|
|
||||||
# ----- Terminals View -----
|
# ----- Terminals View -----
|
||||||
|
|
||||||
|
ViewCategory.name=Terminals
|
||||||
|
|
||||||
TerminalsView.name=Terminals
|
TerminalsView.name=Terminals
|
||||||
TerminalsView.context.name=In Terminals View
|
TerminalsView.context.name=In Terminals View
|
||||||
TerminalsView.context.description=Show modified keyboard shortcuts in context menu
|
TerminalsView.context.description=Show modified keyboard shortcuts in context menu
|
||||||
|
@ -26,6 +28,7 @@ TerminalConnector.streams=Streams Connector (hidden)
|
||||||
StreamsLauncherDelegate.label=Streams Terminal
|
StreamsLauncherDelegate.label=Streams Terminal
|
||||||
|
|
||||||
# ----- Commands and Menu contributions -----
|
# ----- Commands and Menu contributions -----
|
||||||
|
command.category.name=Terminals Commands
|
||||||
|
|
||||||
toolbar.terminal.label=Terminals
|
toolbar.terminal.label=Terminals
|
||||||
|
|
||||||
|
@ -40,11 +43,11 @@ command.disconnect.tooltip=Disconnect Terminal Connection
|
||||||
|
|
||||||
menu.showIn.label = Show In
|
menu.showIn.label = Show In
|
||||||
|
|
||||||
# ***** Extension Points *****
|
# ----- Extension Points -----
|
||||||
|
|
||||||
ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates
|
ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates
|
||||||
|
|
||||||
# ***** Activity contributions *****
|
# ----- Activity contributions -----
|
||||||
|
|
||||||
activities.category.terminals.name=Terminal
|
activities.category.terminals.name=Terminal
|
||||||
activities.category.terminals.description=Use the terminal to connect to remote hosts via telnet, ssh and others.
|
activities.category.terminals.description=Use the terminal to connect to remote hosts via telnet, ssh and others.
|
||||||
|
|
|
@ -7,9 +7,14 @@
|
||||||
|
|
||||||
<!-- View contributions -->
|
<!-- View contributions -->
|
||||||
<extension point="org.eclipse.ui.views">
|
<extension point="org.eclipse.ui.views">
|
||||||
|
<category
|
||||||
|
id="org.eclipse.tcf.te.ui.terminals.views.category"
|
||||||
|
name="%ViewCategory.name">
|
||||||
|
</category>
|
||||||
|
|
||||||
<view
|
<view
|
||||||
allowMultiple="true"
|
allowMultiple="true"
|
||||||
category="org.eclipse.tcf.te.ui.views.category"
|
category="org.eclipse.tcf.te.ui.terminals.views.category"
|
||||||
class="org.eclipse.tcf.te.ui.terminals.view.TerminalsView"
|
class="org.eclipse.tcf.te.ui.terminals.view.TerminalsView"
|
||||||
icon="icons/eview16/terminal_view.gif"
|
icon="icons/eview16/terminal_view.gif"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.TerminalsView"
|
id="org.eclipse.tcf.te.ui.terminals.TerminalsView"
|
||||||
|
@ -71,6 +76,32 @@
|
||||||
</view>
|
</view>
|
||||||
</perspectiveExtension>
|
</perspectiveExtension>
|
||||||
|
|
||||||
|
<perspectiveExtension targetID="org.eclipse.jdt.ui.JavaPerspective">
|
||||||
|
<!-- Register the view shortcuts -->
|
||||||
|
<viewShortcut id="org.eclipse.tcf.te.ui.terminals.TerminalsView"/>
|
||||||
|
<!-- Place the Terminals view relative to the Task List view -->
|
||||||
|
<view
|
||||||
|
id="org.eclipse.tcf.te.ui.terminals.TerminalsView"
|
||||||
|
minimized="false"
|
||||||
|
relationship="stack"
|
||||||
|
relative="org.eclipse.ui.views.TaskList"
|
||||||
|
visible="false">
|
||||||
|
</view>
|
||||||
|
</perspectiveExtension>
|
||||||
|
|
||||||
|
<perspectiveExtension targetID="org.eclipse.pde.ui.PDEPerspective">
|
||||||
|
<!-- Register the view shortcuts -->
|
||||||
|
<viewShortcut id="org.eclipse.tcf.te.ui.terminals.TerminalsView"/>
|
||||||
|
<!-- Place the Terminals view relative to the Task List view -->
|
||||||
|
<view
|
||||||
|
id="org.eclipse.tcf.te.ui.terminals.TerminalsView"
|
||||||
|
minimized="false"
|
||||||
|
relationship="stack"
|
||||||
|
relative="org.eclipse.ui.views.TaskList"
|
||||||
|
visible="false">
|
||||||
|
</view>
|
||||||
|
</perspectiveExtension>
|
||||||
|
|
||||||
<perspectiveExtension targetID="*">
|
<perspectiveExtension targetID="*">
|
||||||
<!-- Show In shortcut -->
|
<!-- Show In shortcut -->
|
||||||
<showInPart id="org.eclipse.tcf.te.ui.terminals.TerminalsView"/>
|
<showInPart id="org.eclipse.tcf.te.ui.terminals.TerminalsView"/>
|
||||||
|
@ -184,20 +215,25 @@
|
||||||
|
|
||||||
<!-- Command contributions -->
|
<!-- Command contributions -->
|
||||||
<extension point="org.eclipse.ui.commands">
|
<extension point="org.eclipse.ui.commands">
|
||||||
|
<category
|
||||||
|
id="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
|
name="%command.category.name">
|
||||||
|
</category>
|
||||||
|
|
||||||
<command
|
<command
|
||||||
categoryId="org.eclipse.tcf.te.ui.commands.category"
|
categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Launch"
|
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Launch"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.command.launch"
|
id="org.eclipse.tcf.te.ui.terminals.command.launch"
|
||||||
name="%command.launch.selection.name">
|
name="%command.launch.selection.name">
|
||||||
</command>
|
</command>
|
||||||
<command
|
<command
|
||||||
categoryId="org.eclipse.tcf.te.ui.commands.category"
|
categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Launch"
|
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Launch"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.command.launchToolbar"
|
id="org.eclipse.tcf.te.ui.terminals.command.launchToolbar"
|
||||||
name="%command.launch.name">
|
name="%command.launch.name">
|
||||||
</command>
|
</command>
|
||||||
<command
|
<command
|
||||||
categoryId="org.eclipse.tcf.te.ui.commands.category"
|
categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
|
||||||
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Disconnect"
|
helpContextId="org.eclipse.tcf.te.ui.terminals.command_Disconnect"
|
||||||
id="org.eclipse.tcf.te.ui.terminals.command.disconnect"
|
id="org.eclipse.tcf.te.ui.terminals.command.disconnect"
|
||||||
name="%command.disconnect.name">
|
name="%command.disconnect.name">
|
||||||
|
|
Loading…
Add table
Reference in a new issue