1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Terminals: Fix invalid category ids for view and commands

This commit is contained in:
Uwe Stieber 2015-02-17 15:13:28 +01:00
parent 06c2bb5245
commit 3c24c4231f
12 changed files with 59 additions and 20 deletions

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Terminals Core
pluginName = Terminals Core
providerName = Eclipse.org - Target Explorer
ExtensionPoint.contextPropertiesProviders = Terminal Context Properties Providers

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Terminals Local Connector
pluginName = Terminals Local Connector
providerName = Eclipse.org - Target Explorer
# ----- Commands and Menu contributions -----
@ -20,4 +20,4 @@ menu.showIn.localterminal.label = Terminals
# ----- Preference Pages -----
preference.page.name=Terminals
preference.page.name=Terminals View

View file

@ -67,7 +67,7 @@
<!-- Command contributions -->
<extension point="org.eclipse.ui.commands">
<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"
id="org.eclipse.tcf.te.ui.terminals.local.command.launch"
name="%command.launch.name">
@ -101,7 +101,7 @@
<!-- Preference page contributions -->
<extension point="org.eclipse.ui.preferencePages">
<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"
id="org.eclipse.tcf.te.ui.terminals.local.showin.preferences"
name="%preference.page.name">

View file

@ -20,9 +20,9 @@ ExternalExecutablesDialog_field_args=Arguments:
ExternalExecutablesDialog_field_icon=Icon:
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_column_name_label=Name
PreferencePage_executables_column_path_label=Path

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Terminals Process Connector
pluginName = Terminals Process Connector
providerName = Eclipse.org - Target Explorer
# ----- Terminal Connectors -----

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Terminals RSE Add-on
pluginName = Terminals RSE Add-on
providerName = Eclipse.org - Target Explorer
# ----- Commands and Menu contributions -----

View file

@ -77,7 +77,7 @@
<!-- Command contributions -->
<extension point="org.eclipse.ui.commands">
<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"
id="org.eclipse.tcf.te.ui.terminals.rse.command.launch"
name="%command.launch.name">

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Serial Terminals Extensions
pluginName = Terminals Serial Extensions
providerName = Eclipse.org - Target Explorer
# ----- Terminal Launcher Delegates -----

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, SSH Terminals Extensions
pluginName = Terminals SSH Extensions
providerName = Eclipse.org - Target Explorer
# ----- Terminal Connector Types -----

View file

@ -8,7 +8,7 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Telnet Terminals Extensions
pluginName = Terminals Telnet Extensions
providerName = Eclipse.org - Target Explorer
# ----- Terminal Launcher Delegates -----

View file

@ -8,11 +8,13 @@
# Wind River Systems - initial API and implementation
##################################################################################
pluginName = Target Explorer, Terminals
pluginName = Terminals
providerName = Eclipse.org - Target Explorer
# ----- Terminals View -----
ViewCategory.name=Terminals
TerminalsView.name=Terminals
TerminalsView.context.name=In Terminals View
TerminalsView.context.description=Show modified keyboard shortcuts in context menu
@ -26,6 +28,7 @@ TerminalConnector.streams=Streams Connector (hidden)
StreamsLauncherDelegate.label=Streams Terminal
# ----- Commands and Menu contributions -----
command.category.name=Terminals Commands
toolbar.terminal.label=Terminals
@ -40,11 +43,11 @@ command.disconnect.tooltip=Disconnect Terminal Connection
menu.showIn.label = Show In
# ***** Extension Points *****
# ----- Extension Points -----
ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates
# ***** Activity contributions *****
# ----- Activity contributions -----
activities.category.terminals.name=Terminal
activities.category.terminals.description=Use the terminal to connect to remote hosts via telnet, ssh and others.

View file

@ -7,9 +7,14 @@
<!-- View contributions -->
<extension point="org.eclipse.ui.views">
<category
id="org.eclipse.tcf.te.ui.terminals.views.category"
name="%ViewCategory.name">
</category>
<view
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"
icon="icons/eview16/terminal_view.gif"
id="org.eclipse.tcf.te.ui.terminals.TerminalsView"
@ -70,6 +75,32 @@
visible="false">
</view>
</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="*">
<!-- Show In shortcut -->
@ -184,20 +215,25 @@
<!-- Command contributions -->
<extension point="org.eclipse.ui.commands">
<category
id="org.eclipse.tcf.te.ui.terminals.commands.category"
name="%command.category.name">
</category>
<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"
id="org.eclipse.tcf.te.ui.terminals.command.launch"
name="%command.launch.selection.name">
</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"
id="org.eclipse.tcf.te.ui.terminals.command.launchToolbar"
name="%command.launch.name">
</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"
id="org.eclipse.tcf.te.ui.terminals.command.disconnect"
name="%command.disconnect.name">