mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[162081][doc] Update ISV Docs with new meaning of systemTypeIds
This commit is contained in:
parent
313cd36041
commit
647111643d
2 changed files with 6 additions and 5 deletions
|
@ -30,9 +30,9 @@ object via its ID.<li><b>vendor</b>. Your company name, shown in properties dial
|
|||
<li><b>icon</b>. The icon displayed in the Remote Systems view for each subsystem created by this subsystem configuration.
|
||||
<li><b>iconlive</b>. The icon used when the subsystem is physically connected to its remote system.
|
||||
<li><b>name</b>. The name displayed in the Remote Systems view for each subsystem created by this subsystem configuration.
|
||||
<li><b>systemTypes</b>. A semi-colon separated list of system types which this subsystem configuration supports. When a user creates a
|
||||
connection, this configuration will only be asked to create a subsystem for connections to systems of these types. The default is all
|
||||
system types.
|
||||
<li><b>systemTypeIds</b>. A semi-colon separated list of system type IDs which this subsystem configuration supports. When a user creates a
|
||||
connection, this configuration will only be asked to create a subsystem for connections to systems of these types. Wildcards are
|
||||
supported; in order to register against all system types, specify a single "*".
|
||||
<li><b>category</b>. A name used to categorize this subsystem's functionality. Used by the <A href="popup.html">popupMenus</A>
|
||||
and <A href="propertypage.html">propertyPages</A> extension points to allow actions and property pages to be scoped to
|
||||
resources shown in subsystems of a particular category. Multiple subsystems can have the same category.
|
||||
|
|
|
@ -80,7 +80,7 @@ add the line highlighted <a href="rseSamplesResources3.html">here</a>.
|
|||
<extension point="org.eclipse.rse.ui.subsystemConfigurations">
|
||||
<configuration
|
||||
id="samples.subsystems.factory"
|
||||
systemTypes="Linux;Unix;Windows"
|
||||
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.windows"
|
||||
name="Teams"
|
||||
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
||||
category="users"
|
||||
|
@ -90,7 +90,8 @@ add the line highlighted <a href="rseSamplesResources3.html">here</a>.
|
|||
</extension>
|
||||
</samp></pre>
|
||||
<b>Note:</b> You would normal use the <samp>icon</samp> and <samp>iconlive</samp> attributes to specify
|
||||
a unique icon for your subsystem, but to keep it simple here, just use the default icon.
|
||||
a unique icon for your subsystem, but to keep it simple here, just use the default icon. Also, the
|
||||
<samp>priority</samp> attribute has been left out for simplicity.
|
||||
</li>
|
||||
</ol>
|
||||
<p>Now you are far enough along that you can try our what you have, before proceeding. Select
|
||||
|
|
Loading…
Add table
Reference in a new issue