mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 13:45:45 +02:00
[142968] fixed some "IBM supplied" strings in the documentation.
This commit is contained in:
parent
cb84631912
commit
ee97e0f348
4 changed files with 4 additions and 4 deletions
|
@ -154,7 +154,7 @@ development and test effort. All these dialogs are in package <samp><A href="../
|
|||
<P><BR>While the dialogs can be instantiated directly, it is perhaps best to use them by instantiating their action class, and calling the run method on it.
|
||||
The action classes are all in <samp><A href="../../../reference/api/org/eclipse/rse/ui/actions/package-summary.html">org.eclipse.rse.ui.actions</A></samp> package.
|
||||
</P>
|
||||
<p>In addition to these universal dialogs, there are dialogs specific to the Files subsystem supplied by IBM. These enable selection of remote files or folders. They can be found in the <a href="../../../reference/api/org/eclipse/rse/files/ui/dialogs/package-summary.html"><samp>org.eclipse.rse.files.ui.dialogs</samp></a> package.</p>
|
||||
<p>In addition to these universal dialogs, there are dialogs specific to the predefined Files subsystem. These enable selection of remote files or folders. They can be found in the <a href="../../../reference/api/org/eclipse/rse/files/ui/dialogs/package-summary.html"><samp>org.eclipse.rse.files.ui.dialogs</samp></a> package.</p>
|
||||
<TABLE border="1">
|
||||
<TBODY>
|
||||
<TR>
|
||||
|
|
|
@ -19,7 +19,7 @@ defined by the RSE.
|
|||
The API set supplied by the RSE can be roughly partitioned into three areas:
|
||||
<ol>
|
||||
<li><a href="api/uiAPI.html">User interface</a> support, to make it easier to author plug-ins that extend or use the RSE.
|
||||
<li><a href="api/resourceAPI.html">Remote resources</a> support, to enable access to remote resources via IBM-supplied subsystems.
|
||||
<li><a href="api/resourceAPI.html">Remote resources</a> support, to enable access to remote resources via predefined subsystems.
|
||||
<li><a href="api/modelAPI.html">Model</a> support, to enable traversal of the RSE model, to access connections, subsystem factories, subsystems, filters, and so on.
|
||||
</ol>
|
||||
</p>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<li><span>In the Remote Systems view, right-click on a file subsystem, and select <span><b>Work With </b> > <b>Named
|
||||
Types</b></span>.</span></li>
|
||||
<li><span>On the Work With Named Types window, expand <b>Object </b> or <b>Member</b>.</span></li>
|
||||
<li><span>Select your defined type from the list. You cannot edit any IBM-supplied types.</span></li>
|
||||
<li><span>Select your defined type from the list. You cannot edit any predefined types.</span></li>
|
||||
<li><span>Make the required changes.</span></li>
|
||||
<li><span>Click <b>Apply</b>.</span></li>
|
||||
</ol>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<ol>
|
||||
<li><span>In the Remote Systems view, right-click on a subsystem, and select <span><b>Work With </b> > <b>Named Types</b></span>.</span></li>
|
||||
<li><span>On the Work With Named Types window, expand <b>Object</b> or <b>Member</b>.</span></li>
|
||||
<li><span>Select your defined type from the list. You cannot remove any IBM-supplied types.</span></li>
|
||||
<li><span>Select your defined type from the list. You cannot remove any predefined types.</span></li>
|
||||
<li><span>Click <b>Remove</b>.</span></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue