diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm index fae9429213b..2c1816b1c99 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm @@ -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> <td width="81%">Class</td> </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> <td width="19%" align="left"> <img border="0" src="../images/define_obj.gif" width="16" height="16"></td> diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm index b9fae748360..7f110b3712b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm @@ -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">Click the black upside-down triangle icon to open a menu of items specific to the view.<br><br> <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> <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> <dd>Deselects the current working set. </dd></p> <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> - <p><dt>Sort</dt> - <dd>This command sorts the resources in the view according to the selected schema:<br> - <ul> - <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> - <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> - </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> + <p><dt>Customize View</dt> + <dd>This command allows customization of view filters and content modules. + The previous will allow you to supress the display of certain types of files + while the later will allow entirely new types of content to be shown in the view.<dd></p> + <p><dt>Link Editor</dt> <dd>See the toolbar item description above.</dd></p> </dl></td> </tr> @@ -85,7 +83,7 @@ Files that you select in the Project Explorer view affect the information that <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%"> <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> <td width="81%">Class</td> </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> <td width="19%" align="left"> <img border="0" src="../images/define_obj.gif" width="16" height="16"></td>