carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_project_explorer_view.htm
changeset 5 684bf18fdedf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_project_explorer_view.htm	Fri Dec 04 10:01:33 2009 -0600
@@ -0,0 +1,204 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Project Explorer View</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+
+<h1>Project Explorer view</h1>
+<p>The Project Explorer view displays, in a tree structure similar to the C/C++ Projects view, but it is not limited to C and C++ projects.  In this view you can do the following: 
+<ul>
+	<li>Browse the elements of C/C++ source files</li>
+	<li>Open files in the editor view</li>
+	<li>Open projects in a new window</li>
+	<li>Create new projects, classes, files, or folders</li>
+	<li>Manage existing files (cut, paste, delete, move or rename)</li>	
+	<li>Restore deleted files from local history</li>
+	<li>Import or Export files and projects</li>
+</ul>
+
+Files that you select in the Project Explorer view  affect the information that is displayed in other views.</p>
+<p><img img src="../images/view_project_explorer.png" alt="Project Explorer view"></p>
+
+
+<h2>Toolbar</h2>
+
+<p><table border="1" cellpadding="3" cellspacing="0">
+ 	<tr>
+		<th>Icon</th>
+		<th>Name</th>	
+		<th>Description</th>
+	 </tr>
+	<tr>
+		<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
+		<td valign="top"><b>Minimize</b></td>
+		<td valign="top">Minimizes the view.</td>
+	</tr>
+	<tr>
+		<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
+		<td valign="top"><b>Maximize</b></td>
+		<td valign="top">Maximizes the view.</td>
+	</tr>
+	<tr>
+	<tr>
+		<td align="center" valign="top"><img src="../images/icon_collapse_all.png" alt="Collapse All Icon"></td>
+		<td valign="top"><b>Collapse All</b></td>
+		<td valign="top">This command collapses the tree expansion state of all resources in the view.</td>
+	</tr>
+	<tr>
+		<td align="center" valign="top"><img src="../images/icon_link_with_editor.png" alt="Link with Editor Icon"></td>
+		<td valign="top"><b>Link with Editor</b></td>
+		<td valign="top">This command toggles whether the view selection is linked to the active editor. 
+				When this option is selected, changing the active editor will automatically update the selection to the resource being edited.</td>
+	</tr>
+	<tr>
+		<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu Icon"></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>
+									<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>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>	
+</table></p>
+
+<p>The Project Explorer view is provided by the Eclipse Platform. See the <a href="../../org.eclipse.platform.doc.user/reference/ref-27.htm">Workbench User Guide</a> for more information.</p>
+
+<h2>Project Explorer view icons</h2>
+
+<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>
+    <td width="19%" align="left"><b>Icon</b></td>
+    <td width="81%"><b>Description</b></td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file icon"></td>
+    <td width="81%">C or C++ file</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
+    <td width="81%">Class</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition icon"></td>
+    <td width="81%">Macro Definition</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
+    <td width="81%">Enum</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
+    <td width="81%">Enumerator</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable icon"></td>
+    <td width="81%">Variable</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
+    <td width="81%">Field private</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
+    <td width="81%">Field protected</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
+    <td width="81%">Field public</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
+    <td width="81%">Include</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
+    <td width="81%">Makefile</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
+    <td width="81%">Method private</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
+    <td width="81%">Method protected</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
+    <td width="81%">Method public</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
+    <td width="81%">Namespace</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
+    <td width="81%">Struct</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type Definition icon"></td>
+    <td width="81%">Type definition</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
+    <td width="81%">Union</td>
+  </tr>
+  <tr>
+    <td width="19%" align="left">
+    <img border="0" src="../images/function_obj.gif" width="16" height="16"  alt="Function icon"></td>
+    <td width="81%">Function</td>
+  </tr>
+</table>
+
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<br><a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a>
+</p>
+
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<br><a href="../Tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the Project Explorer view</a>
+<br><a href="../Tasks/cdt_t_prvw_hide_files.htm">Hiding files by type in the Project Explorer view</a></p>
+
+
+<p>
+<img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >  
+</p>
+
+</body>
+</html>
\ No newline at end of file