mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
[231630] TVT34:TCT170: RU: F1 help is untranslated on File Properties>Service
https://bugs.eclipse.org/bugs/show_bug.cgi?id=231630
This commit is contained in:
parent
cd4cc996d2
commit
6a9d129c1d
2 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved.
|
Copyright (c) 2006, 2008 IBM Corporation and others. All rights reserved.
|
||||||
This program and the accompanying materials are made available under the terms
|
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
|
of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
available at http://www.eclipse.org/legal/epl-v10.html
|
available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -14,9 +14,13 @@ Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
Contributors:
|
Contributors:
|
||||||
Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
|
Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui
|
||||||
Kevin Doyle (IBM) - [212940] Added help for Remote Monitor
|
Kevin Doyle (IBM) - [212940] Added help for Remote Monitor
|
||||||
|
David Dykstal (IBM) - [231630] adding help for services property page
|
||||||
-->
|
-->
|
||||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||||
<contexts>
|
<contexts>
|
||||||
|
<context id="ServicesPropertyPage">
|
||||||
|
<description>This page displays properties that configure the underlying services used by this subsystem.
Select the configuration to be used for this subsystem and then edit the properties for each available service in that configuration.</description>
|
||||||
|
</context>
|
||||||
|
|
||||||
<!-- System types table in RS preferences -->
|
<!-- System types table in RS preferences -->
|
||||||
<context id="systype_preferences">
|
<context id="systype_preferences">
|
||||||
|
@ -41,6 +45,9 @@ Kevin Doyle (IBM) - [212940] Added help for Remote Monitor
|
||||||
<description>Use this view to work with the team-sharable artifacts from the Remote System Explorer: connection, filters, user actions and compile commands. These are contained in profiles. Use this view to see the sharable artifacts by profile, and share those artifacts using the popup menu of the root node. </description>
|
<description>Use this view to work with the team-sharable artifacts from the Remote System Explorer: connection, filters, user actions and compile commands. These are contained in profiles. Use this view to see the sharable artifacts by profile, and share those artifacts using the popup menu of the root node. </description>
|
||||||
<topic href="../org.eclipse.rse.doc.user/concepts/cprofile.htm" label="Remote System Explorer Profiles" />
|
<topic href="../org.eclipse.rse.doc.user/concepts/cprofile.htm" label="Remote System Explorer Profiles" />
|
||||||
</context>
|
</context>
|
||||||
|
<context id="ServicesPropertyPage">
|
||||||
|
<description>This page displays the properties used to configure the underlying services used by this subsystem. Select the service and then configure its properties with the appropriate values.</description>
|
||||||
|
</context>
|
||||||
<!-- TEAM VIEW ACTION: New Profile action... -->
|
<!-- TEAM VIEW ACTION: New Profile action... -->
|
||||||
<context id="actn0003">
|
<context id="actn0003">
|
||||||
<description>Open a wizard to create a new profile for partitioning your connections, filters, user actions and compile commands.</description>
|
<description>Open a wizard to create a new profile for partitioning your connections, filters, user actions and compile commands.</description>
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [175262] IHost.getSystemType() should return IRSESystemType
|
* Martin Oberhuber (Wind River) - [175262] IHost.getSystemType() should return IRSESystemType
|
||||||
* David Dykstal (IBM) - [217556] remove service subsystem types
|
* David Dykstal (IBM) - [217556] remove service subsystem types
|
||||||
|
* David Dykstal (IBM) - [231630] add help for services property page
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.propertypages;
|
package org.eclipse.rse.ui.propertypages;
|
||||||
|
@ -21,6 +22,7 @@ import org.eclipse.rse.core.IRSESystemType;
|
||||||
import org.eclipse.rse.core.subsystems.IConnectorService;
|
import org.eclipse.rse.core.subsystems.IConnectorService;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystem;
|
import org.eclipse.rse.core.subsystems.ISubSystem;
|
||||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||||
|
import org.eclipse.rse.ui.SystemWidgetHelpers;
|
||||||
import org.eclipse.rse.ui.widgets.services.FactoryServiceElement;
|
import org.eclipse.rse.ui.widgets.services.FactoryServiceElement;
|
||||||
import org.eclipse.rse.ui.widgets.services.RootServiceElement;
|
import org.eclipse.rse.ui.widgets.services.RootServiceElement;
|
||||||
import org.eclipse.rse.ui.widgets.services.ServiceElement;
|
import org.eclipse.rse.ui.widgets.services.ServiceElement;
|
||||||
|
@ -43,7 +45,7 @@ public abstract class ServicesPropertyPage extends SystemBasePropertyPage
|
||||||
|
|
||||||
// init services
|
// init services
|
||||||
initServices();
|
initServices();
|
||||||
|
SystemWidgetHelpers.setCompositeHelp(parent, "org.eclipse.rse.ui.ServicesPropertyPage"); //$NON-NLS-1$
|
||||||
return parent;
|
return parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue