1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-27 18:23:22 +02:00

Documentation update

This commit is contained in:
Anton Leherbauer 2007-06-14 15:58:09 +00:00
parent ccb455939b
commit b71d4ab820
81 changed files with 359 additions and 541 deletions

View file

@ -69,7 +69,7 @@
-->
</subitem>
</item>
<item title="Setup project properties" dialog="true" skip="false" href="/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_indexer.htm">
<item title="Setup project properties" dialog="true" skip="false" href="/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm">
<description>
With the project imported and able to build, its time now to reset some project properties for easier development.
</description>

View file

@ -17,6 +17,7 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p
<ul>
<li>Syntax highlighting</li>
<li>Content/code assist</li>
<li>Code folding</li>
<li>Integrated debugging features</li>
</ul>
@ -42,7 +43,7 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</body>
</html>

View file

@ -25,21 +25,19 @@ use of source folders or even turn it off completely. This customizable
behavior is available on a per-project basis (i.e. it is possible to
have different indexer settings for each project in your workspace). <br>
</p>
<p>CDT 3.0 supports the contribution of additional indexers, with 2
<p>CDT supports the contribution of additional indexers, with 2
indexers being provided with the default CDT release:<br>
</p>
<ul>
<li>Full C/C++ Indexer : provides full indexing capabilities - both
declarations and cross reference information.<br>
<li>Fast C/C++ Indexer : provides fastest indexing capabilities - both
declarations and cross reference information. This is the recommended indexer.<br>
</li>
<li>CTags Indexer: provides partial indexing capabilities - only
declaration information. <br>
<li>Full C/C++ Indexer : provides even more accurate indexing capabilities at the cost of performance - both
declarations and cross reference information.<br>
</li>
</ul>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> <br>
<a href="cdt_c_indexer_fullindexer.htm">Full C/C++ Indexer</a><br>
<a href="cdt_c_indexer_ctagsindexer.htm">CTags Indexer</a><br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
a project</a><br>
@ -48,12 +46,6 @@ a project</a><br>
width="143" height="21"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="../tasks/cdt_t_indexer_enablefull.htm">Enable/Disable the Full
C/C++
Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags
Indexer</a><br>
<a
href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
@ -63,13 +55,10 @@ Indexer</a><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img src="../images/ng00_05a.gif" alt="IBM Copyright Statement"
<img src="../images/ng00_07.gif" alt="IBM Copyright Statement"
style="width: 324px; height: 14px;">
</body>
</html>

View file

@ -1,59 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="en-us" http-equiv="Content-Language">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>CTags Indexer</title>
<link href="../help.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>CTags Indexer</h1>
<p>The CTags indexer makes use of Exuberant CTags (version 5.5.4) to
create an index of the source and header files in your project. The
main advantage provided by CTags is that the index creation is very
quick. This makes it ideal to use on larger sized projects.&nbsp; <br>
</p>
<p>CTags, however, does not provide the same level of detail in
indexing as the Full C/C++ indexer. Specifically:<br>
</p>
<ul>
<li>no cross reference information</li>
<li>each file is processed on its own<br>
</li>
<li>limited preprocessing capabilties<br>
</li>
</ul>
<p><img height="21" width="143" alt="Related concepts"
src="../images/ngconcepts.gif" border="0"> <br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_indexer_fullindexer.htm">Full C/C++ Indexer</a><br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
a project</a><br>
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
<p><img height="21" width="143" alt="Related tasks"
src="../images/ngtasks.gif" border="0"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="cdt_c_indexer_fullindexer.htm">Enable/Disable the Full C/C++
Indexer</a><br>
<a href="cdt_c_indexer_ctagsindexer.htm">Enable/Disable the CTags
Indexer</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
<p><img height="21" width="143" alt="Related reference"
src="../images/ngref.gif" border="0">
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<p>&nbsp;</p>
<img style="width: 324px; height: 14px;" alt="IBM Copyright Statement"
src="../images/ng00_05a.gif">
</body>
</html>

View file

@ -21,7 +21,6 @@ be potentially long running, especially on larger projects. <br>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> <br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_indexer_ctagsindexer.htm">CTags Indexer</a><br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
a project</a><br>
@ -31,12 +30,6 @@ a project</a><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a
href="../tasks/cdt_t_indexer_enablefull.htm">Enable/Disable the Full
C/C++
Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags
Indexer</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
@ -45,13 +38,10 @@ Indexer</a><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img style="width: 324px; height: 14px;" src="../images/ng00_05a.gif"
<img style="width: 324px; height: 14px;" src="../images/ng00_07.gif"
alt="IBM Copyright Statement">
</body>
</html>

View file

@ -17,19 +17,11 @@ features will not report any results for closed projects.</p>
<br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_indexer_fullindexer.htm">Full C/C++ Indexer</a><br>
<a href="cdt_c_indexer_ctagsindexer.htm">CTags Indexer</a><br>
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
<p><img height="21" width="143" alt="Related tasks"
src="../images/ngtasks.gif" border="0"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="../tasks/cdt_t_indexer_enablefull.htm">Enable/Disable the Full
C/C++
Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags
Indexer</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
<p><img height="21" width="143" alt="Related reference"
@ -38,12 +30,9 @@ Indexer</a><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
<img alt="IBM Copyright Statement" src="../images/ng00_07.gif">
</body>
</html>

View file

@ -24,18 +24,12 @@ indexing job and disable the indexer through the properties.</p>
<br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_indexer_fullindexer.htm">Full C/C++ Indexer</a><br>
<a href="cdt_c_indexer_ctagsindexer.htm">CTags Indexer</a><br>
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
a project</a></p>
<p><img height="21" width="143" alt="Related tasks"
src="../images/ngtasks.gif" border="0"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="../tasks/cdt_t_indexer_enablefull.htm">Enable/Disable the Full
C/C++ Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags Indexer</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
<p><img height="21" width="143" alt="Related reference"
@ -44,12 +38,9 @@ CTags Indexer</a><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
<img alt="IBM Copyright Statement" src="../images/ng00_07.gif">
</body>
</html>

View file

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Open declarations</title>
<title>Open Declaration</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
@ -16,7 +16,8 @@
<img src="../images/openDeclaration.png" alt="Editor View showing Open Declaration option">
<p>Open declaration will attempt to navigate to the exact declaration of the selected element.
<p>Open declaration will attempt to navigate to the exact definition of the selected element if the selected element is a reference or a declaration.
Otherwise, it will attempt to navigate to a declaration of the selected element.
Open declaration requires your file to have the proper include paths set up to the declaration.
If for any reason open declaration cannot find the declaration, it will display the following message in the status line:</p>
@ -30,10 +31,9 @@ If for any reason open declaration cannot find the declaration, it will display
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
<a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a><br>
<a href="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's declaration</a><br>
<a href="../tasks/cdt_t_open_definitions.htm">Navigate to a C or C++ element's definition</a><br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
</body>

View file

@ -1,40 +0,0 @@
<!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>Open definitions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Open definition</h1>
<p>You can select an element name in your code and quickly navigate to its definition.</p>
<img src="../images/openDefinition.png" alt="Editor View showing Open Definition option">
<p>Open definition will attempt to navigate to the exact definition of the selected element.
Open definition requires your file to have the proper include paths set up to the definition.
If for any reason open definition cannot find the definition, it will display the following message in the status line:</p>
<img src="../images/open_definition_error.png" alt="No definition was found message.">
<p>For more information see <a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a>.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="cdt_c_projects.htm">CDT Projects</a><br>
<a href="cdt_c_search.htm">C/C++ search</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
<a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a><br>
<a href="../tasks/cdt_t_open_declarations.htm">Navigate to a C or C++ element's declaration</a><br>
<a href="../tasks/cdt_t_open_definitions.htm">Navigate to a C or C++ element's definition</a><br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p>
</body>
</html>

View file

@ -100,8 +100,7 @@ items:</p>
<a href="cdt_c_comments.htm">Comments</a><br>
<a href="cdt_c_content_assist.htm">Content Assist and code completion</a><br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="cdt_c_open_definitions.htm">Open Definitions</a><br>
<a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
&nbsp;</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
@ -113,7 +112,7 @@ C/C++ Projects view</a><br>
<a href="../reference/cdt_u_outline_view.htm">Outline view</a><br>
&nbsp;</p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -26,11 +26,10 @@ Eclipse, see <b>Workbench User Guide &gt; Concepts &gt; Workbench</b>.</p>
C/C++ perspective consists of an editor and the following
views:</p>
<dl>
<dt>C/C++ Projects</dt><dd>Shows your C/C++ projects and files.It operates in much the same way as the <b>Navigator</b>.</dd>
<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build and external tool chain.</dd>
<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
@ -54,11 +53,14 @@ refer to <a href="http://www.eclipse.org/cdt/">http://www.eclipse.org/cdt/</a>:
</p>
<ul>
<li><a href="news://www.eclipse.org/eclipse.tools.cdt" target="_top">CDT newsgroup</a>:
<li><a href="news://news.eclipse.org/eclipse.tools.cdt" target="_top">CDT newsgroup</a>:
The place to ask questions about how to use the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project">User
FAQ</a>: Provides answers to the most common questions about using the CDT.</li>
<li><a href="http://wiki.eclipse.org/index.php/CDT/User/FAQ">User FAQ</a>:
Provides answers to the most common questions about using the CDT.</li>
<li><a href="http://wiki.eclipse.org/index.php/CDT">CDT Wiki</a>:
This is the main source for information around CDT.</li>
<!-- the following links are rather outdated -->
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/developer/docs.html?cvsroot=Tools_Project">Developer
Documentation</a>: Provides feature and design specifications for building and extending the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/community.html?cvsroot=Tools_Project">CDT
@ -82,7 +84,7 @@ use the CDT Development Mailing List or the Eclipse Tools CDT newsgroup.</li>
<br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -35,10 +35,10 @@ the <b>Debug</b> perspective has views that enable you to debug those programs.
By default it consists of an editor area and the following views:
</p>
<ul>
<li>C/C++ Projects (the file navigator for C/C++ resources)</li>
<li>Navigator (the file navigator for all Eclipse resources)</li>
<li>Project Explorer</li>
<li>Console</li>
<li>Properties</li>
<li>Problems</li>
<li>Tasks</li>
<li>Make Targets</li>
<li>Outline</li>

View file

@ -12,7 +12,7 @@
<h1>Project file views</h1>
<p>Projects files and elements are displayed in the C/C++ Projects view and in the Navigator view.</p>
<p>Projects files and elements are displayed in the C/C++ Projects view and in the ProjectExplorer view.</p>
<h2>C/C++ Projects view</h2>
<p>Displays, in a tree structure, only elements relevant to C and C++ projects. In this view you can do the following:
@ -33,99 +33,16 @@ Files that you select in the C/C++ Projects view affect the information that is
<img src="../images/view_projects.png" alt="C/C++ Projects View">
<h2>Navigator view</h2>
<h2>Project Explorer view</h2>
<p>The Navigator view provides a hierarchical view of all the resources in the workbench, not just your C/C++ resources.
<p>The Project Explorer view provides a hierarchical view of all the resources in the workbench, not just your C/C++ resources.
From this view, you can open files for editing or select resources for operations such as exporting. </p>
<p>Right-click any resource in the Navigator view to open a pop-up menu from which you can perform operations such as
<p>Right-click any resource in the Project Explorer view to open a pop-up menu from which you can perform operations such as
copy, move, create new resources, compare resources, or perform team operations. For a description of what each menu
item does, select an item and press F1. </p>
<p>By default, the Navigator view is included in the Resources perspective. To add it to the current perspective, click
<b>Window > Show View > Navigator</b>.</p>
<img src="../images/view_navigator.png" alt="Navigator View">
<h3>Toolbar icons</h3>
<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"></td>
<td valign="top"><b>Minimize Console.</b></td>
<td valign="top">Minimizes the view.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td>
<td valign="top"><b>Maximize Console</b></td>
<td valign="top">Maximizes the view.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
<td valign="top"><b>Back</b></td>
<td valign="top">This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp;
For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the
<i> Go Into</i> command. The hover help for this button tells you where it will take you. This command is similar to the Back button in a web browser.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_forward.png" alt="Forward Icon"></td>
<td valign="top"><b>Forward</b></td>
<td valign="top">This command displays the hierarchy that was displayed immediately after the current display.&nbsp;
For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the Back command.&nbsp;The
hover help for this button tells you where it will take you.
This command is similar to the Forward button in a web browser.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_up.png" alt="Up Icon"></td>
<td valign="top"><b>Up</b></td>
<td valign="top">This command displays the hierarchy of the parent of the current highest level resource. The hover help for this button tells you where it will take you.</td>
</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 Navigator view selection is linked to the active editor.
When this option is selected, changing the active editor will automatically update the Navigator 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 Navigator view.<br><br>
<dl>
<p><dt>Select Working Set</dt>
<dd>Opens the <B>Select Working Set</B> dialog to allow selecting a working set for the Navigator 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 Navigator view according to the selected schema:<br>
<ul>
<li><b>By Name</b>:&nbsp; 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>:&nbsp; 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 Navigator.<dd></p>
<p><dt>Link with Editor</dt>
<dd>See the toolbar item description above.</dd></p>
</dl></td>
</tr>
</table></p>
<p>For information about the Navigator view toolbar and icons, see <b>Workbench User Guide &gt; Concepts &gt; Views &gt; Navigator View</b>.</p>
<p>For information about the pop up menu in the Navigator view, see <b>Workbench User Guide &gt; Reference &gt; User interface information &gt;
Views and Editors &gt; Navigator View</b>.</p>
<p>For information about the Working Sets, see <b>Workbench User Guide &gt; Concepts &gt; Workbench &gt; Working sets</b>.</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>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
@ -140,7 +57,7 @@ Views and Editors &gt; Navigator View</b>.</p>
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Corporation Statement" ></p>
<img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p>
</body>

View file

@ -253,20 +253,18 @@ your last search.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"><br>
<a href="../concepts/cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_projects.htm">CDT Projects</a><br>
<a href="cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="cdt_c_open_definitions.htm">Open Definitions</a>
<a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
<a href="../tasks/cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
<a href="../tasks/cdt_t_open_definitions.htm">Navigating to C/C++ definitions</a>
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a><br>
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p><p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>

View file

@ -21,7 +21,7 @@ inserted are known as <b>templates</b>.
The templates that begin with that character appear. Double-click on a template to insert it into a file.</p>
<p>You can edit existing Code/Content Assist templates or create new ones. From the menu bar choose
<b>Window &gt; Preferences &gt; C/C++ &gt; Code Templates</b>.</p>
<b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</b>.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a>

View file

@ -23,11 +23,11 @@ The <b>C/C++</b> perspective displays these panels in a single Eclipse window. <
<p>The following views are commonly used in the <b>C/C++</b> perspective:</p>
<dl>
<dt>Project Explorer</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<dt>C/C++ Projects</dt><dd>Displays, in a tree structure, only elements relevant to C and C++ projects.</dd>
<dt>Console</dt><dd>Displays your program's output, as well as the output from your build tools.</dd>
<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
@ -47,7 +47,7 @@ The <b>C/C++</b> perspective displays these panels in a single Eclipse window. <
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</body>

View file

@ -32,10 +32,10 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Make Targets View</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_declarations.htm">Open declaration</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_definitions.htm">Open definitions</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Open Type</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Class Browser</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Heirarchy View</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_build_conc.htm">Build</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br>
@ -52,7 +52,7 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_search_ext.htm">Searching External Files</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Corporation Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p>
</body>
</html>

View file

@ -13,10 +13,9 @@
<h1>Editing C/C++ Files</h1>
<p>This section provides information on editing C/C++ files.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">C++</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -16,12 +16,13 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Make Targets View</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_search.htm">C/C++ search</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_declarations.htm">Open declarations</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_definitions.htm">Open definitions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Type</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Class Browser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_declarations.htm">Open Declaration</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -195,7 +195,7 @@
</context>
<context id ="man_prop_indexer">
<description>Click below to see help.</description>
<topic href="reference/cdt_u_mprop_indexer.htm"
<topic href="reference/cdt_u_prop_general_idx.htm"
label="Indexer"/>
</context>
<context id ="man_prop_error">
@ -230,7 +230,7 @@
</context>
<context id ="std_prop_indexer">
<description>Click below to see help.</description>
<topic href="reference/cdt_u_sprop_indexer.htm"
<topic href="reference/cdt_u_prop_general_idx.htm"
label="Indexer"/>
</context>
<context id ="std_prop_build">

View file

@ -74,7 +74,7 @@ items such as bookmarks, breakpoints, and compiler errors and warnings.</p>
</ol>
<p>Your new .cpp file is displayed in the C/C++ Projects
view and in the Navigator view. Your project now contains main.cpp. Before you
view and in the Project Explorer view. Your project now contains main.cpp. Before you
can build your HelloWorld project, you must next create a makefile.</p>
<p>
@ -99,7 +99,7 @@ can build your HelloWorld project, you must next create a makefile.</p>
<a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</html>

View file

@ -43,7 +43,7 @@ Make C++ Project which requires you to create a makefile. Managed Make C/C++ pro
Save</b>.</li></ol>
<p>Your new makefile, along with your main.cpp file are
displayed in the C/C++ Projects view and in the Navigator view. Your project now
displayed in the C/C++ Projects view and in the Project Explorer view. Your project now
contains main.cpp and makefile. You can now build your HelloWorld project.</p>
<p>
@ -69,7 +69,7 @@ contains main.cpp and makefile. You can now build your HelloWorld project.</p>
<a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</html>

View file

@ -35,7 +35,7 @@ view. You can also view the contents of the .o file in the C/C++ editor.
<li>If a message box prompts you to switch perspectives, click <b>Yes</b>.
</li>
</ol> <p>Your new project is displayed in the C/C++ Projects view and in
the Navigator view. Your project is empty because you have not yet created
the Project Explorer view. Your project is empty because you have not yet created
files for your project. You can now start writing the code for your HelloWorld
program.</p> <p><b>Tip:</b> You can view and modify the properties of your
HelloWorld project by right-clicking on the project in the C/C++ Projects
@ -56,7 +56,7 @@ border="0"> <br> <a href="../tasks/cdt_o_proj_prop.htm">Defining project propert
src="../images/ngref.gif" alt="Related reference" height="21" width="143" border="0"> <br> <a
href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 B

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,24 +0,0 @@
<!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>C/C++ Parser preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>C/C++ Parser preferences</h1>
<p>This section describes how to set preferences for the C/C++ parser.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_parser_codereader_cache_pref.htm">CodeReader Buffer Size preferences</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -15,7 +15,7 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_views.htm">C/C++ Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_navigator_view.htm">Navigator view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_editor_view.htm">Editor view</a><br>
@ -40,9 +40,9 @@
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_toolbar.htm">C/C++ Toolbar</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_open_type.htm">C/C++ Open Type</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_open_element.htm">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_create_make_target.htm">Create a Make Target</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_find_replace.htm">C/C++ Find/Replace</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_find_replace.htm">Find/Replace</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ Preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_build_pref.htm">Build Console preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Code Templates preferences</a><br>
@ -62,63 +62,11 @@
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parser preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parser preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Discovery Options preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_mproj_pref.htm">Managed Make Project preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_parser_pref.htm">C/C++ Parser preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_parser_codereader_cache_pref.htm">CodeReader Buffer Size preferences</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties.htm">C/C++ Project Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_mmake_proj.htm">Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_info.htm">Info</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_builders.htm">Builders</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build.htm">C/C++ Build</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_tool_settings.htm">Tool Settings</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build_settings.htm">Build Settings</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_dcbs.htm">Build Steps</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parser</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_mbinary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_env.htm">Environment</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_macros.htm">Macros</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_documentation.htm">C/C++ Documentation</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_file_types.htm">C/C++ File Types</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_indexer.htm">C/C++ Indexer</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_ref.htm">Project References</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_refactoring_history.htm">Refactoring History</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_mmake_file.htm">Managed Make File Properties</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mfile_info.htm">Info</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mfile_build.htm">C/C++ Build</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mfile_tool_settings.htm">Tool Settings</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_smake_proj.htm">Standard Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_info.htm">Info</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_builders.htm">Builders</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_file_types.htm">File Types</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_includes.htm">Include Paths and Symbols</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_indexer.htm">Indexer</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_o_sproj_make.htm">Make Project</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_mbuild.htm">Make Builder</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_merror.htm">Error Parser</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_mbinary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_mdiscovery.htm">Discovery Options</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_o_sproj_paths.htm">Project Paths</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_psource.htm">Source</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_poutput.htm">Output</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_pproj.htm">Projects</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_plib.htm">Libraries</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_pcontainers.htm">Path Containers</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_ref.htm">Project References</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties.htm">C/C++ Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_proj.htm">C/C++ Project Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_folder.htm">C/C++ Folder Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_file.htm">C/C++ File Properties</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz.htm">C/C++ New Project Wizard</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_new_mproj.htm">Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_name.htm">Name</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a
Project Type</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_proj.htm">Referenced Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_new_sproj.htm">Standard Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_name.htm">Name</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_proj.htm">Referenced Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_mbuilder.htm">Make Builder</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_errorp.htm">Error Parsers</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_binary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_discovery.htm">Discovery Options</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_cindexer.htm">C/C++ Indexer</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_dbg_pages.htm">C/C++ Run and Debug</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
@ -128,7 +76,7 @@ Project Type</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search</a><br>
<p><img src="../images/ng00_05a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -15,6 +15,7 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_navigator_view.htm">Navigator view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
@ -34,7 +35,7 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>C/C++ Project Views</title>
<title>C/C++ Project View</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
@ -35,13 +35,13 @@ Files that you select in the C/C++ Projects view affect the information that is
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td>
<td valign="top"><b>MinimizeConsole</b></td>
<td valign="top">Minimizes the Console view.</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"></td>
<td valign="top"><b>Maximize Console</b></td>
<td valign="top">Maximizes the Console view.</td>
<td valign="top"><b>Maximize</b></td>
<td valign="top">Maximizes the view.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
@ -71,29 +71,29 @@ Files that you select in the C/C++ Projects view affect the information that is
<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 Navigator view selection is linked to the active editor.
When this option is selected, changing the active editor will automatically update the Navigator selection to the resource being edited.</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 Navigator 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>
<p><dt>Select Working Set</dt>
<dd>Opens the <B>Select Working Set</B> dialog to allow selecting a working set for the Navigator 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>
<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 Navigator view according to the selected schema:<br>
<dd>This command sorts the resources in the view according to the selected schema:<br>
<ul>
<li><b>By Name</b>:&nbsp; 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>:&nbsp; 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 Navigator.<dd></p>
File types selected in the list will not be shown in the C/C++ Projects view.<dd></p>
<p><dt>Link with Editor</dt>
<dd>See the toolbar item description above.</dd></p>
</dl></td>
@ -142,7 +142,7 @@ Files that you select in the C/C++ Projects view affect the information that is
</tr>
<tr>
<td width="19%" align="left">
<img border="0" src="../images/field_obj.gif" width="16" height="16"></td>
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td>
<td width="81%">Variable</td>
</tr>
<tr>
@ -187,7 +187,7 @@ Files that you select in the C/C++ Projects view affect the information that is
</tr>
<tr>
<td width="19%" align="left">
<img border="0" src="../images/container_obj.gif" width="16" height="16"></td>
<img border="0" src="../images/namespace_obj.gif" width="16" height="16"></td>
<td width="81%">Namespace</td>
</tr>
<tr>
@ -207,7 +207,7 @@ Files that you select in the C/C++ Projects view affect the information that is
</tr>
<tr>
<td width="19%" align="left">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16"></td>
<img border="0" src="../images/function_obj.gif" width="16" height="16"></td>
<td width="81%">Function</td>
</tr>
</table>
@ -223,7 +223,7 @@ Files that you select in the C/C++ Projects view affect the information that is
<p>
<img img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
<img img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>

View file

@ -23,7 +23,7 @@
</ul>
<p>The most common way to invoke the C/C++ editor is to open a file from
the Navigator or the C/C++ Project views using pop-up menus or by clicking the file
the Project Explorer or the C/C++ Project views using pop-up menus or by clicking the file
(single or double-click depending on the user preferences).</p>
<p>The C/C++ editor does not contain a toolbar itself, but relies on the use of the main
@ -34,7 +34,7 @@ and key binding actions.</p>
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>

View file

@ -72,14 +72,6 @@
</tr>
<tr>
<td valign="top"><b>Open Type</b></td>
<td valign="top">Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. </td>
<td>Ctrl+Shift+T</td>
</tr>
<tr>
<td valign="top"><b>Open Resource</b></td>
<td valign="top">This command displays a dialog that lets you select any resource in the workspace to open it in an editor.
@ -152,7 +144,7 @@ Refer to the <i>Java Development User Guide</i> for details.
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>

View file

@ -23,13 +23,13 @@
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png"></td>
<td valign="top"><b>MinimizeConsole</b></td>
<td valign="top">Minimizes the Console view.</td>
<td valign="top"><b>Minimize</b></td>
<td valign="top">Minimizes the Navigator view.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png"></td>
<td valign="top"><b>Maximize Console</b></td>
<td valign="top">Maximizes the Console view.</td>
<td valign="top"><b>Maximize</b></td>
<td valign="top">Maximizes the Navigator view.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
@ -91,7 +91,7 @@
<p>In addition to these menu items, the Navigator view menu shows a list of recently used working sets that have been selected in the view.</p>
<p><img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" ></p>
</bODY>
</hTML>

View file

@ -4,21 +4,21 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>C/C++ Open Element</title>
<title>Open Element</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>C/C++ Open Element</h1>
<h1>Open Element</h1>
<p>Use Open Element to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations and namespaces.</p>
<p>Use Open Element to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations, namespaces, functions, methods and variables.</p>
<p><img src="../images/cdt_open_element.png" alt="C/C++ Open Element Dialog Box" ></p>
<p><img src="../images/cdt_open_element.png" alt="Open Element Dialog Box" ></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>

View file

@ -0,0 +1,211 @@
<!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"></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"></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>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>:&nbsp; 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>:&nbsp; 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>
<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.</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"></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"></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>
<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"></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"></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"></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"></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"></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"></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"></td>
<td width="81%">Include</td>
</tr>
<tr>
<td width="19%" align="left">
<img border="0" src="../images/makefile.gif" width="16" height="16"></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"></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"></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"></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"></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"></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"></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"></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"></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>

View file

@ -13,7 +13,7 @@
<p>The properties view displays property names and values for a selected item such as a resource. </p>
<p><img src="../images/view_properties.png" alt="Properties View"></p>
<p>Toolbar buttons allow you to toggle to display properties by category or to filter advanced properties. Another toolbar button allows you to restore the selected property to its default value.</p>
<p>To see more detailed information about a resource than the Properties view gives you, right-click the resource name in the Navigator view and select Properties from the pop-up menu.</p>
<p>To see more detailed information about a resource than the Properties view gives you, right-click the resource name in the Project Explorer view and select Properties from the pop-up menu.</p>
<h2>Toolbar</h2>
@ -64,7 +64,7 @@
</table></p>
<p>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</bODY>

View file

@ -22,9 +22,9 @@ you can put the focus on that view and get more options on the
A C/C++ search can also be conducted via the context menu of selected resources and elements in the following views:
</p>
<ul>
<li>Project Explorer</li>
<li>C/C++ Projects</li>
<li>Make Targets</li>
<li>Navigator</li>
<li>Outline view</li>
<li>Search result view</li>
</ul>
@ -98,7 +98,7 @@ you can put the focus on that view and get more options on the
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>

View file

@ -19,20 +19,16 @@ The following views comprise the C/C++ Projects View:
<h3>Basic views</h3>
<dl>
<dt>Console</dt><dd>Displays the application's output.</dd>
<dt>Navigator</dt><dd>Displays the file system under the <b><i>launchdir</i>/workspace</b> directory.</dd>
<dt>Project Explorer</dt><dd>Displays the file system under the <b><i>launchdir</i>/workspace</b> directory.</dd>
<dt>Outline</dt><dd>Displays the functions and header files in your source files. Open a source file in an editor to view its outline.</dd>
<dt>Problems</dt> <dd>Displays problems.</dd>
<dt>Properties</dt><dd>Displays the name, path, size, permissions, and last modified date of the resource highlighted in the <b>Navigator</b> view.</dd>
<dt>Properties</dt><dd>Displays the name, path, size, permissions, and last modified date of the resource highlighted in the <b>Project Explorer</b> view.</dd>
<dt>Search</dt><dd>Displays the results of file or text searches.</dd>
</dl>
<h3>C views</h3>
<dl>
<dt>C/C++ Projects</dt> <dd>Displays your current projects. This is similar to the <b>Navigator</b> view, except that:
<ul>
<li>Only projects and their contents are displayed</li>
<li>You are able to view the &quot;building blocks&quot; of the files, such as the include files and the functions.</li>
</ul></dd>
<dt>C/C++ Projects</dt> <dd>Displays your current projects. This is similar to the <b>Project Explorer</b> view.</dd>
</dl>
@ -43,11 +39,11 @@ The following views comprise the C/C++ Projects View:
<h3>Editor view</h3>
The <b>Editor</b> view is not listed under <b>Window > Show View </b> or <b>Window > Show View > Others</b>, it is opened whenever an editable file is opened from the C/C++ Projects or Navigator views.
The <b>Editor</b> view is not listed under <b>Window > Show View </b> or <b>Window > Show View > Others</b>, it is opened whenever an editable file is opened from the C/C++ Projects or Project Explorer views.
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement" ><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>

View file

@ -20,9 +20,8 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.0 Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_discovery.htm">Set Discovery Options</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html>

View file

@ -33,7 +33,6 @@
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_t_imp_code_temp.htm">Importing and exporting code templates</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_shift_code.htm">Shifting lines of code to the right or left</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_definitions.htm">Navigating to C/C++ definitions</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_refactoring.htm">Refactoring</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_build_task.htm">Building projects</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_proj_rename.htm">Renaming a project</a><br>

View file

@ -22,7 +22,6 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search.htm">Searching for C/C++ elements</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_sel_search.htm">Selection Searching for C/C++ elements</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_open_definitions.htm">Navigating to C/C++ definitions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_refactoring.htm">Refactoring</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -11,7 +11,7 @@
<p>For most standard make projects you will want to parse the output of
the build to populate your paths and symbols tables. </p>
<p>To do so right click on your project and select <b>Properties &gt;
C/C++ Make Project &gt; Discovery Options </b>
C/C++ Build &gt; Discovery Options </b>
and select the <b>Automate discovery of paths and symbols</b> checkbox.<br>
</p>
<p>There are two discovery profiles available:<br>
@ -22,9 +22,8 @@ with the project; all files use this information. <br>
</li>
</ul>
<p style="margin-left: 40px;"><img img=""
src="../images/sprop_make_discovery_project.png"
alt="C/C++ Project Properties, Standard, Discovery Options"
style="width: 598px; height: 585px;"><br>
src="../images/prop_discovery.png"
alt="C/C++ Project Properties, Standard, Discovery Options"><br>
</p>
<ul>
<li>Per file - specific discovered paths and symbols are associated
@ -40,9 +39,8 @@ Use per file profile to improve CDT features correctness.<br>
</ul>
<p></p>
<div style="margin-left: 40px;"><img
alt="C/C++ Project Properties, Standard, Discovery Options"
src="../images/sprop_make_discovery_file.png"
style="width: 598px; height: 585px;"><br>
alt="C/C++ Properties, Discovery Options"
src="../images/cdt_file_discovery.png"><br>
</div>
<p>For both profiles there is an option to discover paths and symbols
based on a previous build output. To activate the discovery select a
@ -52,8 +50,7 @@ button.<br>
<p><img src="../images/ngref.gif" alt="Related reference" border="0"
height="21" width="143"><br>
<a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a><br>
<a href="../reference/cdt_u_sprop_mdiscovery.htm">C/C++ Project
Properties, Standard, Discovery Options</a></p>
<img src="../images/ng00_04a.gif" alt="IBM Copyright Statement">
<a href="../reference/cdt_u_prop_build_discovery.htm">C/C++ Properties, Discovery Options</a></p>
<img src="../images/ng00_07.gif" alt="IBM Copyright Statement">
</body>
</html>

View file

@ -92,8 +92,6 @@ Bar</a></p>
src="../images/ngtasks.gif" border="0"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="cdt_t_indexer_enablectags.html">Enable/Disable the CTags
Indexer</a><br>
<a href="indexer_importing_large_project.html">Indexing a large project</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
@ -103,13 +101,10 @@ Indexer</a><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img alt="IBM Copyright Statement" src="../images/ng00_05a.gif"
<img alt="IBM Copyright Statement" src="../images/ng00_07.gif"
style="width: 324px; height: 14px;">
</body>
</html>

View file

@ -31,8 +31,7 @@ element declarations on successfully compiled programs.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a><br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
@ -42,7 +41,7 @@ element declarations on successfully compiled programs.</p>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -1,49 +0,0 @@
<!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>Navigating to C/C++ definitions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Navigating to C/C++ definitions</h1>
<p>The Open Definition feature lets you navigate to the definition that matches a
selected element in the C/C++ editor. It is recommended that you look for
element definitions on successfully compiled programs.</p>
<p>To navigate to C/C++ definition:</p>
<ol>
<li>In the C/C++ editor, select an object.</li>
<li>Right-click the selected element, select <b>Open Definition</b>.<br>
<img src="../images/openDefinition.png" alt="Editor View showing Open Definition option" >
</li>
</ol>
<p>For more information, see:<ul>
<li> <b>Workbench User Guide &gt; Tasks&gt; Navigating and finding resources</b></li>
</ul>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_t_search.htm">Searching for C/C++ elements</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</html>

View file

@ -21,7 +21,7 @@ the build output log.</p>
view. If the file is not found, the icon appears on the project.</p>
<p>You can define the properties on a per project basis in the New Project
wizard, in the C/C++ Projects view or in the Navigator view. You can also define
wizard, in the C/C++ Projects view or in the Project Explorer view. You can also define
project properties in the Preferences window for future standard make projects.</p>
<p>To select error parsers:</p>
@ -48,7 +48,7 @@ project properties in the Preferences window for future standard make projects.<
<a href="../reference/cdt_u_newproj_parser_error.htm">Error Parsers, C/C++ Properties window</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -16,7 +16,7 @@ effectively use the search and code completion features. </p>
<p>If Autodiscovery is enabled once a build has completed any
discovered paths and symbols will be displayed in the Discoverd Paths
section. You can also define the properties on a per project basis in
the C/C++ Projects or Navigator views.</p>
the C/C++ Projects or Project Explorer views.</p>
<p>To add include paths and symbols:</p>
<ul>
<li>To set properties for your project right click your CDT

View file

@ -22,8 +22,7 @@
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a><br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
@ -33,7 +32,7 @@
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -59,7 +59,7 @@ The info required to do a search is:
<td valign="top">this option becomes enabled whenever something is selected in one of the following views in the C/C++ perspective:
<ul>
<li>C/C++ Projects</li>
<li>Navigator</li>
<li>Project Explorer</li>
<li>Search</li>
<li>Outline</li>
</ul>
@ -129,21 +129,19 @@ The info required to do a search is:
<a href="../concepts/cdt_c_search.htm">C/C++ search</a><br>
<a href="../concepts/cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="cdt_t_sel_search.htm">Selection Searching for C/C++ elements</a><br>
<a href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations</a><br>
<a href="cdt_t_open_definitions.htm">Navigate to C/C++ definitions</a>
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
<p>&nbsp;</p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -47,18 +47,16 @@ include paths and symbols are correctly defined. For more information, see
<br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="cdt_t_search.htm">Searching for C/C++ elements</a><br>
<a href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations</a><br>
<a href="cdt_t_open_definitions.htm">Navigate to C/C++ definitions</a>
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>
<p>&nbsp;</p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -43,8 +43,6 @@ change to a "hollow" C or H.</li>
<br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a><br>
<a href="../concepts/cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="../concepts/cdt_c_indexer_fullindexer.htm">Full C/C++ Indexer</a><br>
<a href="../concepts/cdt_c_indexer_ctagsindexer.htm">CTags Indexer</a><br>
<a href="../concepts/cdt_c_indexer_open_close.htm">C/C++ Indexer
Opening or Closing a project</a><br>
<a href="../concepts/cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress
@ -53,10 +51,6 @@ Bar</a></p>
src="../images/ngtasks.gif" border="0"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="cdt_t_indexer_enablefull.htm">Enable/Disable the Full C/C++
Indexer</a><br>
<a href="cdt_t_indexer_enablectags.html">Enable/Disable the CTags
Indexer</a><a href="../tasks/cdt_t_endis_indexer.htm"><br>
</a><a href="../tasks/cdt_t_indexer_timeout.htm"></a></p>
<p><img height="21" width="143" alt="Related reference"
src="../images/ngref.gif" border="0">
@ -64,12 +58,9 @@ Indexer</a><a href="../tasks/cdt_t_endis_indexer.htm"><br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>
<a href="../reference/cdt_u_mprop_indexer.htm">C/C++ Project
Properties, Managed, Indexer</a>
<br>
<a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project
Properties, Standard, Indexer</a></p>
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
</p>
<p>&nbsp;</p>
<img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
<img alt="IBM Copyright Statement" src="../images/ng00_07.gif">
</body>
</html>

View file

@ -19,13 +19,13 @@ view. You can display or hide all file components in the C/C++ Projects view.</p
<ol>
<li>Click <b>Window &gt; Preferences</b>.</li>
<li>In the Preferences dialog box, select <b>C/C++</b> from the list.<br>
<img src="../images/c_cpp_preferences.png" alt="Screen Capture of the C/C++ Preferences dialog box"></li>
<li>Select the <b>Show file members in Project View</b> check box.</li>
<li>In the Preferences dialog box, select <b>C/C++ &gt; Appearance</b> from the list.<br>
<img src="../images/c_cpp_app_preferences.png" alt="Screen Capture of the C/C++ Appearance Preferences dialog box"></li>
<li>Select the <b>Show translation unit members</b> check box.</li>
<li>Click <b>OK</b>.</li>
<li>In the C/C++ Projects view, double-click a file component.<br>
The component is highlighted in the C/C++ editor.<br>
<img src="../images/view_projects.png" alt="C/C++ Projects View with file components"></li>
<img src="../images/view_projects.png" alt="C/C++ Projects view with file components"></li>
</ol>
<p>The C/C++ Projects view can also be filtered to show certain types of file
@ -43,13 +43,12 @@ files by type in the C/C++ Projects view</a>.</p>
view</a><br>
<a href="cdt_t_search.htm">Searching for C/C++ elements</a><br>
<a href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations</a><br>
<a href="cdt_t_open_definitions.htm">Navigate to C/C++ definitions</a>
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor, code templates and search
preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>

View file

@ -19,8 +19,7 @@
<topic label="Navigation aids" href="concepts/cdt_o_nav.htm">
<topic label="Outline View" href="concepts/cdt_c_outlineview.htm"/>
<topic label="Project File views" href="concepts/cdt_c_proj_file_views.htm"/>
<topic label="Open declarations" href="concepts/cdt_c_open_declarations.htm"/>
<topic label="Open definitions" href="concepts/cdt_c_open_definitions.htm"/>
<topic label="Open Declaration" href="concepts/cdt_c_open_declarations.htm"/>
</topic>
<topic label="Build" href="concepts/cdt_o_build_conc.htm">
<topic label="Building C/C++ Projects" href="concepts/cdt_c_build_over.htm"/>

View file

@ -9,7 +9,7 @@
<topic label="C/C++ Views and Editors" href="reference/cdt_o_views.htm">
<topic label="Selecting Views and Editors" href="reference/cdt_u_views.htm"/>
<topic label="C/C++ Projects view" href="reference/cdt_u_cproj_view.htm"/>
<topic label="Navigator view" href="reference/cdt_u_navigator_view.htm"/>
<topic label="Project Explorer view" href="reference/cdt_u_project_explorer_view.htm"/>
<topic label="Outline view" href="reference/cdt_u_outline_view.htm"/>
<topic label="Make Targets view" href="reference/cdt_u_make_targets_view.htm"/>
<topic label="Editor view" href="reference/cdt_u_editor_view.htm"/>
@ -81,11 +81,7 @@
<topic label="Binary Parser" href="reference/cdt_u_newproj_parser_binary.htm"/>
<topic label="Discovery Options" href="reference/cdt_u_discovery_preferences.htm"/>
</topic>
<topic label="Managed Make Project preferences" href="reference/cdt_o_mproj_pref.htm">
<topic label="Environment" href="reference/cdt_o_mproj_pref_env.htm"/>
<topic label="Build Macros" href="reference/cdt_o_mproj_pref_macro.htm"/>
</topic>
</topic>
<!-- PROJECT PROPERTIES TOPICS -->

View file

@ -13,7 +13,6 @@
<topic label="Converting CDT 1.x Projects" href="tasks/cdt_t_convert_cdt_proj.htm"/>
<topic label="Converting CDT 2.x Managed Make Projects" href="tasks/cdt_t_convert_mbs20_proj.htm"/>
<topic label="Adding Convert to a C/C++ Make Project to the New menu" href="tasks/cdt_t_add_custom_persp.htm"/>
<topic label="Set Discovery Options" href="tasks/cdt_t_discovery.htm"/>
</topic>
<topic label="Write code" href="tasks/cdt_o_write_code.htm">
<topic label="Customize the C/C++ editor" href="tasks/cdt_t_cust_cpp_editor.htm"/>
@ -25,7 +24,6 @@
</topic>
<topic label="Shift lines of code to the left or right" href="tasks/cdt_t_shift_code.htm"/>
<topic label="Navigate to C/C++ declarations by name" href="tasks/cdt_t_open_declarations.htm"/>
<topic label="Navigate to C/C++ definitions by name" href="tasks/cdt_t_open_definitions.htm"/>
<topic label="Refactoring" href="tasks/cdt_t_refactoring.htm"/>
</topic>
<topic label="Building projects" href="tasks/cdt_o_build_task.htm">