mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-06 00:25:25 +02:00
[175688][doc] fix missing trailing s in doc for newConnectionWizards. Add since RSE 2.0 information.
This commit is contained in:
parent
c5cb2ba26e
commit
9c328c6d7d
1 changed files with 11 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<schema targetNamespace="org.eclipse.rse.ui">
|
||||
<annotation>
|
||||
<appInfo>
|
||||
<meta.schema plugin="org.eclipse.rse.ui" id="newConnectionWizard" name="RSE New Connection Wizard"/>
|
||||
<meta.schema plugin="org.eclipse.rse.ui" id="newConnectionWizards" name="RSE New Connection Wizards"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
This extension point is used to register new connection creation wizard extensions. New connection creation wizards appear as choices within the "New Connection" dialog, and are used to create connections from the registered system types. New connection creation wizards can be organized in categories. Uncategorized wizards or wizards with invalid category paths will be sorted in as non-categorized root element.
|
||||
|
@ -162,6 +162,15 @@ The default RSE wizard category id is "org.eclipse.rse.ui.wizards.newconnec
|
|||
</complexType>
|
||||
</element>
|
||||
|
||||
<annotation>
|
||||
<appInfo>
|
||||
<meta.section type="since"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
RSE 2.0
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
<annotation>
|
||||
<appInfo>
|
||||
<meta.section type="examples"/>
|
||||
|
@ -171,7 +180,7 @@ The default RSE wizard category id is "org.eclipse.rse.ui.wizards.newconnec
|
|||
|
||||
<p>
|
||||
<pre>
|
||||
<extension point="org.eclipse.rse.ui.newConnectionWizard">
|
||||
<extension point="org.eclipse.rse.ui.newConnectionWizards">
|
||||
<category id="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
||||
name="%Creation.category.name"/>
|
||||
<newConnectionWizard
|
||||
|
|
Loading…
Add table
Reference in a new issue