1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00

Doc update from Devin.

Here's what I've changed:

changes to the doc htm files:
- added open definition
-> added concepts/cdt_c_open_definitions.htm
-> added images/openDefinition.png
-> added images/open_definition_error.png
-> updated images/openDeclaration.png
-> updated images/open_declaration_error.png
-> added tasks/cdt_t_open_definitions.htm
-> updated links to point to open definition wherever open declaration is linked
- information about the code reader buffer and properties in the menu
-> added images/cdt_pref_parser.png
-> added reference/cdt_o_parser_pref.htm (C/C++ Parser preferences)
-> added reference/cdt_u_c_parser_codereader_cache_pref.htm
-> added link to cdt_o_parser_pref.htm in reference/cdt_o_ref.htm
- removed reference/cdt_u_shared_lib_view_pref.htm since it has no useful information (also removed the corresponding link in contexts_CDT_DEBUGGER.xml)
- renamed the link absolute path "file:///E:/CDT/3.1/eclipse/org.eclipse.cdt.doc.user/images/indexer_import_largeproject1.PNG" in
tasks/indexer_importing_large_project.html to the relative path "../images/indexer_import_largeproject1.PNG"

dead links:
removed: concepts/cdt_c_editor.htm -> <br><a href="../reference/cdt_u_editor_key_bind.htm">C/C++ editor key binding actions</a>
removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_ctagsindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_fullindexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_open_close.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer_prog_bar.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
removed: concepts/cdt_c_indexer.htm -> <a href="../tasks/cdt_t_indexer_timeout.htm"></a>
removed: concepts/cdt_c_indexer.htm -> <a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences window</a>
renamed to references/cdt_u_m_edit.htm: concepts/cdt-c_templates.htm -> <a href="../reference/cdt_u_menu_edit.htm">Edit menu</a>
removed: concepts/cdt_o_concepts.htm ->         <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
removed: reference/cdt_u_m_project.htm -> Concepts/cdtconcepts-4.htm
removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm
removed: reference/cdt_o_ref.htm -> reference/cdt_u_mfile_rbcs.htm
removed: reference/cdt_o_ref.htm -> reference/cdt_u_search_pref.htm
renamed to cdt_o_mproj_pref.htm: reference/cdt_o_ref.htm -> reference/cdt_o_mproj_pref.htm
removed: reference/cdt_u_m_project.htm -> Tasks/cdttasks-106.htm
removed: tasks/cdt_o_tasks.htm ->         <img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
This commit is contained in:
David Daoust 2005-08-12 13:43:10 +00:00
parent d6a0d5d0d1
commit 8c37d3dbe0
35 changed files with 179 additions and 72 deletions

View file

@ -35,7 +35,6 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_u_editor_key_bind.htm">C/C++ editor key binding actions</a>
<br><a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</a>
<br><a href="../reference/cdt_u_outline_view.htm">Outline view for C/C++</a>
<br><a href="../reference/cdt_o_views.htm">Views and editors</a>

View file

@ -54,15 +54,12 @@ Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags
Indexer</a><br>
<a href="../tasks/cdt_t_indexer_timeout.htm"></a><a
<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"
width="143" height="21">
<br>
<a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences
window</a>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>

View file

@ -38,15 +38,12 @@ 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><a href="../tasks/cdt_t_indexer_timeout.htm"></a><br>
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_pref.htm">Search, C/C++ Preferences
window</a>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>

View file

@ -30,7 +30,7 @@ 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_timeout.htm"></a><a
<a
href="../tasks/cdt_t_indexer_enablefull.htm">Enable/Disable the Full
C/C++
Indexer</a><br>
@ -42,9 +42,6 @@ Indexer</a><br>
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
width="143" height="21">
<br>
<a href="../reference/cdt_u_search_pref.htm">Search, C/C++ Preferences
window</a>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>

View file

@ -29,15 +29,12 @@ C/C++
Indexer</a><br>
<a href="../tasks/cdt_t_indexer_enablectags.html">Enable/Disable the
CTags
Indexer</a><a href="../tasks/cdt_t_indexer_timeout.htm"></a><br>
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_pref.htm">Search, C/C++ Preferences
window</a>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>

View file

@ -35,15 +35,12 @@ 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><a href="../tasks/cdt_t_indexer_timeout.htm"></a><br>
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_pref.htm">Search, C/C++ Preferences
window</a>
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>
<br>

View file

@ -20,7 +20,7 @@
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>
<img src="../images/open_declaration_error.png" alt="This operation is unavailable on the current selection message.">
<img src="../images/open_declaration_error.png" alt="No declaration was found message.">
<p>For more information see <a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a>.</p>
@ -30,6 +30,7 @@ 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>

View file

@ -0,0 +1,40 @@
<!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

@ -101,6 +101,7 @@ items:</p>
<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>
&nbsp;</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>

View file

@ -253,11 +253,15 @@ 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></p>
<a href="cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="cdt_c_open_definitions.htm">Open Definitions</a>
</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></p>
<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>

View file

@ -34,7 +34,7 @@ The templates that begin with that character appear. Double-click on a template
</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_u_menu_edit.htm">Edit menu</a>
<br><a href="../reference/cdt_u_m_edit.htm">Edit menu</a>
<br><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page, Preferences window</a>
<br><a href="../reference/cdt_u_code_temp.htm">Code Templates page, Preferences window</a>
</p>

View file

@ -32,6 +32,7 @@
<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>
@ -47,7 +48,6 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration: none;">Invoking Make</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="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer.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_c_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing a project</a><br>
<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>

View file

@ -17,6 +17,7 @@
<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>

View file

@ -56,12 +56,6 @@
label="&modulesView;"/>
</context>
<context id ="shared_libraries_preference_page_context">
<description>Set the refresh preference for the Shared Libraries view. </description>
<topic href="reference/cdt_u_shared_lib_view_pref.htm"
label="&sharedLibsViewPrefs;"/>
</context>
<context id ="signals_view_context">
<description>Click below to see help</description>
<topic href="reference/cdt_u_signals_view.htm"

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,24 @@
<!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

@ -22,7 +22,6 @@
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_view.htm">Console view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_problems_view.htm">Problems view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties_view.htm">Properties view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search_view.htm">Search view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug views</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_registersview.htm">Registers view</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br>
@ -63,8 +62,9 @@
<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="reference/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_u_search_pref.htm">Search 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>
@ -85,7 +85,6 @@
<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="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mfile_rbcs.htm">Custom Build Steps</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>

View file

@ -0,0 +1,23 @@
<!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>CodeReader Buffer Size preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>CodeReader Buffer Size preferences</h1>
<p>You can define what the size of the CodeReader Buffer Size is. The CodeReader Buffer is used by the parser to load files from a cache which prevents unnecessary disk and network I/O.</p>
<p><img src="../images/cdt_pref_parser.png" alt="Parser Preferences Dialog Box"></p>
<dl>
<dt>Size (MB)</dt>
<dd>Specify the size of the CodeReader Buffer in MB (default is 64).</dd>
</dl>
</body>
</html>

View file

@ -67,14 +67,6 @@
</tr>
</table></p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="../Concepts/cdtconcepts-4.htm">C/C++ compiler</a>
</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br><a href="../Tasks/cdttasks-106.htm">Building a program</a>
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>

View file

@ -1,20 +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 name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Shared Libraries view preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Shared Libraries view preferences</h1>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</html>

View file

@ -33,6 +33,7 @@
<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>
@ -80,7 +81,6 @@
<img src="../images/trans.gif" border="0" width="50" 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="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_search_ext.htm">Searching External Files</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_endis_indexer.htm">Enable/Disable the C/C++ Indexer</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_prob_rep.htm">C/C++ Indexer Problem Reporting</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_indexer_timeout.htm">C/C++ Indexer - Indexer Timeout</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_t_set_src_fold.htm">Setting Source Folders</a><br>

View file

@ -22,6 +22,7 @@
<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

@ -32,6 +32,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_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">

View file

@ -0,0 +1,49 @@
<!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++ declarations</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Navigating to C/C++ definition</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

@ -23,6 +23,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_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">

View file

@ -129,11 +129,15 @@ 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></p>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</a>
</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></p>
<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>

View file

@ -47,10 +47,14 @@ 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></p>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declarations</a><br>
<a href="../concepts/cdt_c_open_definitions.htm">Open Definitions</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><br>
<a href="cdt_t_open_declarations.htm">Navigate to C/C++ declarations</a></p>
<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>

View file

@ -42,7 +42,9 @@ files by type in the C/C++ Projects view</a>.</p>
<a href="cdt_t_prvw_hide_files.htm">Hiding files by type in the C/C++ Projects
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></p>
<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

View file

@ -25,7 +25,7 @@ approach to importing large projects.<br>
button and browse to the root directory of your project</li>
</ul>
<p>&nbsp;&nbsp;&nbsp; <img style="width: 596px; height: 310px;"
src="file:///E:/CDT/3.1/eclipse/org.eclipse.cdt.doc.user/images/indexer_import_largeproject1.PNG"
src="../images/indexer_import_largeproject1.PNG"
alt="Import project setup"></p>
<ul>
<li>Click on <span style="font-weight: bold;">Next <br>

View file

@ -19,7 +19,8 @@
<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 declarations" href="concepts/cdt_c_open_declarations.htm"/>
<topic label="Open definitions" href="concepts/cdt_c_open_definitions.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

@ -25,6 +25,7 @@
</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++ declarations 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">