mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cleanup Project Explorer reference docs
This commit is contained in:
parent
d8ed3cc27f
commit
fd24768314
2 changed files with 9 additions and 21 deletions
|
@ -120,11 +120,6 @@ Files that you select in the C/C++ Projects view affect the information that is
|
||||||
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td>
|
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td>
|
||||||
<td width="81%">Class</td>
|
<td width="81%">Class</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td width="19%" align="left">
|
|
||||||
<img border="0" src="../images/template_obj.gif" width="16" height="16"></td>
|
|
||||||
<td width="81%">Code template</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="19%" align="left">
|
<td width="19%" align="left">
|
||||||
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td>
|
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td>
|
||||||
|
|
|
@ -60,22 +60,20 @@ Files that you select in the Project Explorer view affect the information that
|
||||||
<td valign="top"><b>Menu</b></td>
|
<td valign="top"><b>Menu</b></td>
|
||||||
<td valign="top">Click the black upside-down triangle icon to open a menu of items specific to the view.<br><br>
|
<td valign="top">Click the black upside-down triangle icon to open a menu of items specific to the view.<br><br>
|
||||||
<dl>
|
<dl>
|
||||||
|
<p><dt>Top Level Elements</dt>
|
||||||
|
<dd>Choose whether to show working sets or projects as top level elements.
|
||||||
|
Chosing working sets allows easy grouping of projects in large workspaces.</dd></p>
|
||||||
<p><dt>Select Working Set</dt>
|
<p><dt>Select Working Set</dt>
|
||||||
<dd>Opens the <B>Select Working Set</B> dialog to allow selecting a working set for the view.</dd></p>
|
<dd>Opens the <B>Select Working Set</B> dialog to allow selecting a working set for the view.</dd></p>
|
||||||
<p><dt>Deselect Working Set</dt>
|
<p><dt>Deselect Working Set</dt>
|
||||||
<dd>Deselects the current working set. </dd></p>
|
<dd>Deselects the current working set. </dd></p>
|
||||||
<p><dt>Edit Active Working Set</dt>
|
<p><dt>Edit Active Working Set</dt>
|
||||||
<dd>Opens the <B>Edit Working Set</B> dialog to allow changing the current working set.</dd></p>
|
<dd>Opens the <B>Edit Working Set</B> dialog to allow changing the current working set.</dd></p>
|
||||||
<p><dt>Sort</dt>
|
<p><dt>Customize View</dt>
|
||||||
<dd>This command sorts the resources in the view according to the selected schema:<br>
|
<dd>This command allows customization of view filters and content modules.
|
||||||
<ul>
|
The previous will allow you to supress the display of certain types of files
|
||||||
<li><b>By Name</b>: Resources are sorted alphabetically, according to the full name of the resource (e.g., A.TXT, then B.DOC, then C.HTML, etc.)</li>
|
while the later will allow entirely new types of content to be shown in the view.<dd></p>
|
||||||
<li><b>By Type</b>: Resources are sorted alphabetically by file type/extension (e.g., all DOC files, then all HTML files, then all TXT files, etc.).</li>
|
<p><dt>Link Editor</dt>
|
||||||
</ul></p>
|
|
||||||
<p><dt>Filters</dt>
|
|
||||||
<dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed.
|
|
||||||
File types selected in the list will not be shown in the Project Explorer view.<dd></p>
|
|
||||||
<p><dt>Link with Editor</dt>
|
|
||||||
<dd>See the toolbar item description above.</dd></p>
|
<dd>See the toolbar item description above.</dd></p>
|
||||||
</dl></td>
|
</dl></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -85,7 +83,7 @@ Files that you select in the Project Explorer view affect the information that
|
||||||
|
|
||||||
<h2>Project Explorer view icons</h2>
|
<h2>Project Explorer view icons</h2>
|
||||||
|
|
||||||
<p>The table below lists the icons displayed in the Project Explorer view.</p>
|
<p>The table below lists the icons displayed in the Project Explorer view for C/C++ content.</p>
|
||||||
|
|
||||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -102,11 +100,6 @@ Files that you select in the Project Explorer view affect the information that
|
||||||
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td>
|
<img border="0" src="../images/class_obj.gif" width="16" height="16"></td>
|
||||||
<td width="81%">Class</td>
|
<td width="81%">Class</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td width="19%" align="left">
|
|
||||||
<img border="0" src="../images/template_obj.gif" width="16" height="16"></td>
|
|
||||||
<td width="81%">Code template</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="19%" align="left">
|
<td width="19%" align="left">
|
||||||
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td>
|
<img border="0" src="../images/define_obj.gif" width="16" height="16"></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue