From Dave Williams:
Another doc update patch. This one includes screen captures for the C++ preferences, and some views, outline view, projects view. Updated the references page to show all documentation in that section from the main page (there were double linked sections and some docs were not linked). Updated the topics_Reference.xml, it also contained invalid and double linked sections.
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Open declarations</title>
|
<title>Open declarations</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -14,31 +12,11 @@
|
||||||
|
|
||||||
<h1>Open declarations</h1>
|
<h1>Open declarations</h1>
|
||||||
|
|
||||||
<p>You can select an element name in your code and navigate to its declaration.</p>
|
<p>You can select an element name in your code and quickly navigate to its declaration.</p>
|
||||||
|
<img src="../images/openDeclarations.png" border="0" width="416" height="279" alt="screen capture showing Open Declarations option">
|
||||||
|
<p>If the search finds only one matching declaration, you will immediately jump to the declaration, even if it is in another file. If
|
||||||
|
the search finds multiple declarations, a windowed list of prospects will appear.</p>
|
||||||
|
|
||||||
<p>The table below describes what happens when matching declarations are found.</p>
|
|
||||||
|
|
||||||
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="68%">
|
|
||||||
<tr>
|
|
||||||
<td width="51%"><b>If this is found</b></td>
|
|
||||||
<td width="49%"><b>This is what happens</b></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td width="51%">Only one matching declaration is found, and it is in another
|
|
||||||
file</td>
|
|
||||||
<td width="49%">The file that contains the declaration will be opened</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td width="51%">Only one matching declaration is found, and it is in the
|
|
||||||
same file</td>
|
|
||||||
<td width="49%">The line on which the declaration is found is highlighted</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td width="51%">More than one matching declaration is found</td>
|
|
||||||
<td width="49%">A list is displayed of each matching declaration and the
|
|
||||||
file in which it is found</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
|
<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_projects.htm">CDT Projects</a><br>
|
||||||
<a href="cdt_c_search.htm">C/C++ search</a></p>
|
<a href="cdt_c_search.htm">C/C++ search</a></p>
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Outline view</title>
|
<title>Outline view</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -14,7 +12,10 @@
|
||||||
|
|
||||||
<h1>Outline view </h1>
|
<h1>Outline view </h1>
|
||||||
|
|
||||||
<p>The Outline view gives you a language-based structural view of your C/C++ source code. </p>
|
<p>The Outline view displays an outline of a structured C/C++ file that is currently
|
||||||
|
open in the editor area, by listing the structural elements. </p>
|
||||||
|
|
||||||
|
<img src="../images/outlineView.png" border="0" width="838" height="312" alt="Outline View screen capture">
|
||||||
|
|
||||||
<p>The Outline view shows the following elements in the source file in the order
|
<p>The Outline view shows the following elements in the source file in the order
|
||||||
in which they occur:</p>
|
in which they occur:</p>
|
||||||
|
@ -33,7 +34,7 @@ in which they occur:</p>
|
||||||
<li>Include</li>
|
<li>Include</li>
|
||||||
<li>Method private</li>
|
<li>Method private</li>
|
||||||
<li>Method protected</li>
|
<li>Method protected</li>
|
||||||
<li>Method public Struct</li>
|
<li>Method public struct</li>
|
||||||
<li>Type definition</li>
|
<li>Type definition</li>
|
||||||
<li>Union</li>
|
<li>Union</li>
|
||||||
<li>Variable</li>
|
<li>Variable</li>
|
||||||
|
@ -41,11 +42,11 @@ in which they occur:</p>
|
||||||
|
|
||||||
<p>You can also sort the list
|
<p>You can also sort the list
|
||||||
alphabetically. When you select an element in the Outline view, the C/C++
|
alphabetically. When you select an element in the Outline view, the C/C++
|
||||||
editor highlights both the selected item and the marker bar (left margin). For example, to jump
|
editor highlights both the selected item and the marker bar (left margin). For example, to move
|
||||||
to the start of main() in the C/C++ editor, click <samp>main()</samp> in the Outline
|
to the start of main() in the C/C++ editor, click <samp>main()</samp> in the Outline
|
||||||
view.</p>
|
view.</p>
|
||||||
|
|
||||||
<p>For more information on the marker bar, see <b>Workbench User Guide > Reference > User interface
|
<p>For more information about the marker bar, see <b>Workbench User Guide > Reference > User interface
|
||||||
information > Views and editors > Editor area</b>.</p>
|
information > Views and editors > Editor area</b>.</p>
|
||||||
|
|
||||||
<p>You can filter the Outline view by choosing to display or hide the following
|
<p>You can filter the Outline view by choosing to display or hide the following
|
||||||
|
@ -57,20 +58,37 @@ items:</p>
|
||||||
<li>Non-public members</li>
|
<li>Non-public members</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>You can select an element in the Outline view, and do the following:</p>
|
<p>You can select an element in the Outline view, and perform the following actions:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Open the C/C++ Search dialog box. The Search string box is populated and
|
<li>Open the C/C++ Search window box. The Search string box is populated and
|
||||||
the element type is selected.</li>
|
the element type is selected.</li>
|
||||||
<li>Complete a text-based search, of a workspace or a specified working set for the
|
<li>Complete a text-based search, of a workspace or a specified working set for the
|
||||||
selected element.</li>
|
selected element.</li>
|
||||||
<li>Open a selected .h file in the editor.</li>
|
<li>Open a selected .h file in the editor.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For more information on:</p>
|
<h2>Icons</h2>
|
||||||
<ul>
|
<p><table border="1" >
|
||||||
<li>The Eclipse workspace, see <b>Workbench User Guide > Tasks > Upgrading
|
<tr>
|
||||||
Eclipse</b></li>
|
<td><img src="../images/outlineView-hideFields.png" border="0" width="22" height="22" alt="Hide Fields Button"></td>
|
||||||
<li>Working sets, see <b>Workbench User Guide > Concepts > Working sets</b></li>
|
<td>Hide Fields </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/outlineView-hideStaticMembers.png" border="0" width="22" height="22" alt="Hide Static Members Button"></td>
|
||||||
|
<td>Hide Static Members </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/outlineView-hideNon-PublicMembers.png" border="0" width="22" height="22" alt="Hide Non Public Members Button"></td>
|
||||||
|
<td>Hide Non-Public Members </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/outlineView-Sort.png" border="0" width="22" height="22" alt="Sort Button"></td>
|
||||||
|
<td>Sort </td>
|
||||||
|
</tr>
|
||||||
|
</table></p>
|
||||||
|
|
||||||
|
<p>For more information about the Eclipse workbench, see <b>Workbench User Guide > Tasks > Upgrading Eclipse</b>.</p>
|
||||||
|
<p>For more information about Working sets, see <b>Workbench User Guide > Concepts > Working sets</b>.</p>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Project file views</title>
|
<title>Project file views</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -14,28 +12,69 @@
|
||||||
|
|
||||||
<h1>Project file views</h1>
|
<h1>Project file views</h1>
|
||||||
|
|
||||||
<p>Projects files 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 Navigator view.</p>
|
||||||
|
|
||||||
<h2>C/C++ Projects view</h2>
|
<h2>C/C++ Projects view</h2>
|
||||||
|
<p>The C/C++ Projects view displays, in a tree structure, only C and C++ project files. In this view you can do the following:
|
||||||
|
<ul>
|
||||||
|
<li>Browse the elements of .c, .cpp, and .h 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>
|
||||||
|
|
||||||
<p>C and C++ project files are controlled in the C/C++ Projects view. The C/C++ Projects view
|
Files that you select in the C/C++ Projects view affect the information that is displayed in other views.</p>
|
||||||
displays only C/C++ project files. Files selected in the C/C++
|
<img src="../images/projectsView.png" border="0" width="244" height="425" alt="Example of a Projects View Window">
|
||||||
Projects view affect the information displayed in other views.</p>
|
|
||||||
|
|
||||||
<p>The C/C++ Projects view shows only open C/C++ projects. Project files are displayed in a tree structure.
|
|
||||||
You can right-click a project to view its properties.</p>
|
|
||||||
|
|
||||||
<h2>Navigator view</h2>
|
<h2>Navigator view</h2>
|
||||||
|
|
||||||
<p>The Navigator view is part of the Eclipse Workbench.</p>
|
<p>The Navigator 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
|
||||||
|
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/navigatorView.png" border="0" width="243" height="234" alt="Example of a Navigator View Window">
|
||||||
|
|
||||||
|
<h3>Toolbar icons</h3>
|
||||||
|
<p><table border="1" >
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-back.png" border="0" width="22" height="22" alt="Back Button"></td>
|
||||||
|
<td>Back </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-forward.png" border="0" width="22" height="22" alt="Forward Button"></td>
|
||||||
|
<td>Forward </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-up.png" border="0" width="22" height="22" alt="Up Button"></td>
|
||||||
|
<td>Up </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-collapseAll2.png" border="0" width="22" height="22" alt="Collapse All Button"></td>
|
||||||
|
<td>Collapse All </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-linkWithEditor.png" border="0" width="22" height="22" alt="Link with Editor Button"></td>
|
||||||
|
<td>Link with Editor </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img src="../images/view-menu.png" border="0" width="22" height="22" alt="Menu Button"></td>
|
||||||
|
<td>Menu </td>
|
||||||
|
</tr>
|
||||||
|
</table></p>
|
||||||
|
|
||||||
|
<p>For information about the Navigator view toolbar and icons, see <b>Workbench User Guide > Concepts > Views > Navigator View</b>.</p>
|
||||||
|
<p>For information about the pop up menu in the Navigator view, see <b>Workbench User Guide > Reference > User interface information >
|
||||||
|
Views and Editors > Navigator View</b>.</p>
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>For information about the Navigator view toolbar and icons, see <b>
|
|
||||||
Workbench User Guide > Concepts > Views > Navigator View</b>.</li>
|
|
||||||
<li>For information about the context menu in the Navigator view, see <b>
|
|
||||||
Workbench User Guide > Reference > User interface
|
|
||||||
information > Views and Editors > Navigator View</b>.</li>
|
|
||||||
</ul>
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
<br>
|
<br>
|
||||||
<a href="cdt_c_projects.htm">CDT Projects</a><br>
|
<a href="cdt_c_projects.htm">CDT Projects</a><br>
|
||||||
|
|
BIN
doc/org.eclipse.cdt.doc.user/images/BuildConsole.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/C-C++Preferences.png
Normal file
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/make_targets.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/manage_defined_symbols.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/manage_include_path.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/navigatorView.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/new_make-binary_parser.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/new_make-builder.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/new_make-error_parser.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/new_make-paths_symbols.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/openDeclarations.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/outlineView-Sort.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
doc/org.eclipse.cdt.doc.user/images/outlineView-hideFields.png
Normal file
After Width: | Height: | Size: 355 B |
After Width: | Height: | Size: 190 B |
After Width: | Height: | Size: 300 B |
BIN
doc/org.eclipse.cdt.doc.user/images/outlineView.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/projectsView.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/scanner_cfg_disc.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/trans.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-back.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-collapseAll.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-collapseAll2.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-forward.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-linkWithEditor.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-menu.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
doc/org.eclipse.cdt.doc.user/images/view-up.png
Normal file
After Width: | Height: | Size: 473 B |
|
@ -10,10 +10,9 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>C/C++ editor, code template, and search preferences</h1>
|
<h1>C/C++ editor preferences</h1>
|
||||||
|
|
||||||
<p>This section describes how to set preferences for the C/C++ editor, code
|
<p>This section describes how to set preferences for the C/C++ editor.</p>
|
||||||
templates, and the search feature.</p>
|
|
||||||
|
|
||||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="508">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -30,28 +29,21 @@ templates, and the search feature.</p>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" width="244">C/C++ editor text color</td>
|
<td align="left" width="244">C/C++ editor text color</td>
|
||||||
<td align="left" width="241"><a href="cdt_u_c_editor_color.htm">Colors page,
|
<td align="left" width="241"><a href="cdt_u_c_editor_color.htm">Colors page, Preferences window</a></td>
|
||||||
Preferences window</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" width="244">C/C++ editor Content Assist Feature</td>
|
<td align="left" width="244">C/C++ editor Content Assist feature</td>
|
||||||
<td align="left" width="241"><a href="cdt_u_c_editor_con_assist.htm">Content
|
<td align="left" width="241"><a href="cdt_u_c_editor_con_assist.htm">Content Assist page, Preferences window</a></td>
|
||||||
Assist page, Preferences window</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" width="244">C/C++ editor code template</td>
|
<td align="left" width="244">C/C++ editor Navigation feature</td>
|
||||||
<td align="left" width="241"><a href="cdt_u_code_temp.htm">Code Templates
|
<td align="left" width="241"><a href="cdt_u_c_editor_navigation.htm">Navigation page, Preferences window</a></td>
|
||||||
page, Preferences window</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="left" width="244">C/C++ editor search feature</td>
|
|
||||||
<td align="left" width="241"><a href="cdt_u_search.htm">C/C++ search page,
|
|
||||||
Search dialog box</a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<p>
|
||||||
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Project properties</title>
|
<title>Project properties</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -12,8 +10,9 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Project properties</h1>
|
<h1>New Make Projects properties</h1>
|
||||||
<p>In this section, learn about the C/C++ project properties pages.</p>
|
<p>In this section, learn about the C/C++ New Make Projects properties pages.</p>
|
||||||
|
|
||||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left" valign="bottom" width="154">To learn about the</th>
|
<th align="left" valign="bottom" width="154">To learn about the</th>
|
||||||
|
@ -40,9 +39,16 @@
|
||||||
symbols page, C/C++ Properties window</a></td>
|
symbols page, C/C++ Properties window</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" width="154">Target platform page</td>
|
<td align="left" width="154">Scanner Configuration Discovery page</td>
|
||||||
<td align="left" width="363"><a href="cdt_u_newproj_platf.htm">Target
|
<td align="left" width="363"><a href="cdt_u_scanner_cfg_disc.htm">Scanner Configuration Discovery dialog box</a></td>
|
||||||
platform, C/C++ Properties window</a></td>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left" width="154">Manage include paths page</td>
|
||||||
|
<td align="left" width="363"><a href="cdt_u_newproj_incl_path.htm">Manage include paths dialog box</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="left" width="154">Manage defined symbols page</td>
|
||||||
|
<td align="left" width="363"><a href="cdt_u_newproj_def_symb.htm">Manage defined symbols dialog box</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -3,47 +3,60 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Reference</title>
|
<title>Reference</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Reference</h1>
|
<h1>Reference</h1>
|
||||||
<p>This section describes the C/C++ perspective.</p>
|
<p>This section describes the Views, Windows and Dialog Boxes available from the C/C++ perspective.</p>
|
||||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="540">
|
|
||||||
<tr>
|
<h3>View</h3>
|
||||||
<th align="left" valign="bottom" width="161">To learn about</th>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outlineview.htm">Outline View</a><br>
|
||||||
<th align="left" width="356">See</th>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug View</a><br>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_registersview.htm">View information about registers</a><br>
|
||||||
<tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Inspect and change process memory</a><br>
|
||||||
<td align="left" width="161">Icons displayed in the C/C++ perspective</td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Change the appearance of the memory view</a><br>
|
||||||
<td align="left" width="356"><a href="cdt_u_icons.htm">C/C++ perspective
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_shared_lib_view.htm">View information about shared libraries</a><br>
|
||||||
icons</a></td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">View signals defined for a given debug target</a><br>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">View debug information</a><br>
|
||||||
<tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Set C/C++ debug preferences</a><br>
|
||||||
<td align="left" width="161">Project properties pages</td>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">Icons</a><br>
|
||||||
<td align="left" width="356"><a href="cdt_o_proj_prop_pages.htm">Project
|
|
||||||
properties</a></td>
|
<h3><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ Preferences</a></h3>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_build_pref.htm">Build Console</a><br>
|
||||||
<tr>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_ceditor_pref.htm">C/C++ Editor</a><br>
|
||||||
<td align="left" width="161">Views</td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_gen.htm">General</a><br>
|
||||||
<td align="left" width="356"><a href="cdt_o_views.htm">Views</a></td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_anno.htm">Annotations</a><br>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_color.htm">Colors</a><br>
|
||||||
<tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist.htm">Content Assist</a><br>
|
||||||
<td align="left" width="161">Run and debug pages</td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_navigation.htm">Navigation</a><br>
|
||||||
<td align="left" width="356"><a href="cdt_o_run_dbg_pages.htm">Run and Debug
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Code Templates</a><br>
|
||||||
dialog box</a></td>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">Debug<br>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt="">GDB MI<br>
|
||||||
<tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt="">Source Code Locations<br>
|
||||||
<td align="left" width="161">C/C++ editor preference pages</td>
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_pref.htm">Make Targets</a><br>
|
||||||
<td align="left" width="356"><a href="cdt_o_ceditor_pref.htm">C/C++ editor,
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_proj_prop_pages.htm">New Make Projects</a><br>
|
||||||
code templates and search preferences</a></td>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Make Builder</a><br>
|
||||||
</tr>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parser</a><br>
|
||||||
</table>
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parser</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_pathsymb.htm">Paths and Symbols</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_u_scanner_cfg_disc.htm">Scanner Configuration Discovery</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_incl_path.htm">Manage Include Paths</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="75" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_def_symb.htm">Manage Defined Symbols</a><br>
|
||||||
|
|
||||||
|
<h3>Run and Debug</h3>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_dbg.htm">Debugger</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
|
||||||
|
|
||||||
|
<h3>Search</h3>
|
||||||
|
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search page</a><br>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
</p>
|
</p>
|
||||||
|
|
51
doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<!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>Customizing the C-Build view</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Build Console page, Preferences window</h1>
|
||||||
|
|
||||||
|
<p>You can customize the appearance of the Build Console view.</p>
|
||||||
|
|
||||||
|
<p><img src="../images/BuildConsole.png" border="0" width="635" height="539" alt="Build Console Preferences Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Always clear console before building</dt>
|
||||||
|
<dd>Select this checkbox to clear the console whenever you perform a build.</dd>
|
||||||
|
<dt>Open console when building</dt>
|
||||||
|
<dd>Select this checkbox to open the colsule build when you perform a build.</dd>
|
||||||
|
<dt>Bring console to top when building (if present)</dt>
|
||||||
|
<dd>Select this checkbox to bring the build console to the front when you perform a build.</dd>
|
||||||
|
<dt>Limit console output (#lines)</dt>
|
||||||
|
<dd>You sepcify the maximum number of lines that appear in the build console view.</dd>
|
||||||
|
<dt>Display tab width</dt>
|
||||||
|
<dd>You can specify the number of spaces for a tab.</dd>
|
||||||
|
<dt>Output text color</dt>
|
||||||
|
<dd>You can costimize the color of text in the build console.</dd>
|
||||||
|
<dt>Information message text color</dt>
|
||||||
|
<dd>You can cusomize the color of information text messages in the build console.</dd>
|
||||||
|
<dt>Error message text color</dt>
|
||||||
|
<dd>You can cusomize the color of error text messages in the build console.</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
||||||
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Build Settings</a><br>
|
||||||
|
<a href="../tasks/cdt_o_build_task.htm">Building</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
||||||
|
<a href="../reference/cdt_o_views.htm">Views</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<!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>Navigation page, Preferences window</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<!--INFOPOP
|
||||||
|
Customize the navigation within the C/C++ editor.
|
||||||
|
END INFOPOP-->
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Navigation page, Preferences window</h1>
|
||||||
|
|
||||||
|
<p>You can customize the navigation configuration of the C/C++ editor on the Navigation page of the Preferences window.</p>
|
||||||
|
<p><img src="../images/editor_navigation_preferences.png" border="0" width="665" height="611" alt="Editor Navigation Preferences Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Enable Hyperlink Navigation</dt>
|
||||||
|
<dd>Select this checkbox to support hyperlink style navigation for Open Declarations.</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
|
||||||
|
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
|
||||||
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
39
doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
<!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++ preferences</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
<!--INFOPOP
|
||||||
|
View information about your program C/C++ environment.
|
||||||
|
END INFOPOP-->
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>C/C++ page, Preferences window</h1>
|
||||||
|
|
||||||
|
<p>The C/C++ Preference dialog box allows you to make changes to your C/C++ environment.</p>
|
||||||
|
<p><img src="../images/C-C++Preferences.png" border="0" width="635" height="539" alt="C/C++ Main Preferences Window"></p>
|
||||||
|
<dl>
|
||||||
|
<dt>Link view selection to active editor</dt>
|
||||||
|
<dd>Select this checkbox to open an item selectedin the Projects view, in the Editor view.</dd>
|
||||||
|
<dt>Show file members in Project View</dt>
|
||||||
|
<dd>Select this checkbox to browse your C and C++ file members in the Projects view.</dd>
|
||||||
|
<dt>Use Structural-Parse mode to build the CModel</dt>
|
||||||
|
<dd>Select this checkbox to follow the #include when you produce the Outline view.</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="cdt_o_views.htm">Views</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -0,0 +1,37 @@
|
||||||
|
<!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>Customizing the C-Build view</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Make Targets page, Preferences window</h1>
|
||||||
|
|
||||||
|
<p>You can customize Make options.</p>
|
||||||
|
|
||||||
|
<p><img src="../images/make_targets.png" border="0" width="570" height="494" alt="Make Targets Preferences Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Build make target in the background</dt>
|
||||||
|
<dd>Select this checkbox to perform builds in the background.</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
||||||
|
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Build Settings</a><br>
|
||||||
|
<a href="../tasks/cdt_o_build_task.htm">Building</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
||||||
|
<a href="../reference/cdt_o_views.htm">Views</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Make Builder page, C/C++ Properties window</title>
|
<title>Make Builder page, C/C++ Properties window</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -15,35 +13,27 @@ END INFOPOP-->
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Make Builder page, C/C++ Properties window</h1>
|
<h1>Make Builder page, C/C++ Preferences window</h1>
|
||||||
|
|
||||||
<p>The Make Builder page of the C/C++ Properties window lets you define build settings.</p>
|
|
||||||
|
|
||||||
|
<p>You can define build settings on the Make Builder page of the C/C++ Preferences window.</p>
|
||||||
|
<p><img src="../images/new_make-builder.png" border="0" width="732" height="611" alt="Make Builder Preferences Dialog Box"></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Stop on Error</dt>
|
<dt>Use default</dt>
|
||||||
<dd>Stops the build when an error is encountered.</dd>
|
<dd>Select this checkbox to use the default make command. Clear the check box to specify a new make command.</dd>
|
||||||
<dt>Keep Going on Error</dt>
|
<dt>Build command</dt>
|
||||||
<dd>Continues the build even if an error is encountered.</dd>
|
<dd>If you clear the <b>Use default</b> checkbox type a new make command in this field.</dd>
|
||||||
<dt>Use Default</dt>
|
<dt>Stop on first build error</dt>
|
||||||
<dd>Use the default make command. Clear the check box to change the default make command.</dd>
|
<dd>Stops the build when an error occurs.</dd>
|
||||||
<dt>Build Command</dt>
|
|
||||||
<dd>Type a build command.</dd>
|
|
||||||
<dt>Build on resource save (Auto Build)</dt>
|
<dt>Build on resource save (Auto Build)</dt>
|
||||||
<dd>Changes the default build make target. By default,
|
<dd>Changes the target of the default build make. By default, this option stops the build when an error occurs.<br>
|
||||||
this option to stop the build when an error is encountered.<br>
|
<b>Note:</b> This option is only available if you enable it in the workbench preferences.</dd>
|
||||||
<b>Note:</b> This option is only effective if it is enabled in the Workbench
|
|
||||||
preferences.</dd>
|
|
||||||
<dt>Build (Incremental Build)</dt>
|
<dt>Build (Incremental Build)</dt>
|
||||||
<dd>Changes the default build make target. By default,
|
<dd>Changes the default build make target. By default, this option builds only the components that are affected by the files which were modified in a project.</dd>
|
||||||
this option builds only the components affected by modified files in that particular
|
|
||||||
project.</dd>
|
|
||||||
<dt>Rebuild (Full Build)</dt>
|
<dt>Rebuild (Full Build)</dt>
|
||||||
<dd>Changes the default build make target. By default,
|
<dd>Changes the default build make target. By default, this option builds all files in a project, even if they have not been modified. A rebuild is a clean followed by a
|
||||||
this option builds every file in a project whether or not a file has been modified since
|
|
||||||
the last build. A Rebuild is a clean followed by a
|
|
||||||
build.</dd>
|
build.</dd>
|
||||||
<dt>Make build target</dt>
|
<dt>Clean</dt>
|
||||||
<dd>Type a make build target.</dd>
|
<dd>Deletes intermediate files.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
<!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>Paths and symbols page, C/C++ Properties window</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
<!--INFOPOP
|
||||||
|
Enter include paths and symbols.
|
||||||
|
END INFOPOP-->
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Manage defined symbols dialog box</h1>
|
||||||
|
|
||||||
|
<p>You can manage preprocessor symbols from the Manage defined symbols dialog box.</p>
|
||||||
|
<p><img src="../images/manage_defined_symbols.png" border="0" width="589" height="484" alt="Manage Defined Symbols Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>New</dt>
|
||||||
|
<dd>Enter a new defined symbol.</dd>
|
||||||
|
<dt>Edit</dt>
|
||||||
|
<dd>Modify selected defined symbol.</dd>
|
||||||
|
<dt>Remove</dt>
|
||||||
|
<dd>Remove selected defined symbol.</dd>
|
||||||
|
<dt>Restore</dt>
|
||||||
|
<dd>Restore a previously removed defined symbol.</dd>
|
||||||
|
<dt>Delete</dt>
|
||||||
|
<dd>Delete a defined symbol.</dd>
|
||||||
|
<dt>Delete All</dt>
|
||||||
|
<dd>Delete all defined symbols.</dd>
|
||||||
|
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</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">Including paths and symbols</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -0,0 +1,50 @@
|
||||||
|
<!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>Paths and symbols page, C/C++ Properties window</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
<!--INFOPOP
|
||||||
|
Enter include paths and symbols.
|
||||||
|
END INFOPOP-->
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Manage include paths dialog box</h1>
|
||||||
|
|
||||||
|
<p>You can manage include paths from the Manage include paths dialog box.</p>
|
||||||
|
<p><img src="../images/manage_include_path.png" border="0" width="589" height="484" alt="Manage Include Paths Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>New</dt>
|
||||||
|
<dd>Enter a new include path.</dd>
|
||||||
|
<dt>Edit</dt>
|
||||||
|
<dd>Modify selected include path.</dd>
|
||||||
|
<dt>Remove</dt>
|
||||||
|
<dd>Remove selected include path.</dd>
|
||||||
|
<dt>Restore</dt>
|
||||||
|
<dd>Restore an previously removed include path.</dd>
|
||||||
|
<dt>Delete</dt>
|
||||||
|
<dd>Delete an include path.</dd>
|
||||||
|
<dt>Delete All</dt>
|
||||||
|
<dd>Delete all include paths.</dd>
|
||||||
|
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</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">Including paths and symbols</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Binary Parser, C/C++ Properties window</title>
|
<title>Binary Parser, C/C++ Properties window</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -15,15 +13,15 @@ END INFOPOP-->
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Binary Parser page, C/C++ Properties window</h1>
|
<h1>Binary Parser page, C/C++ Preferences window</h1>
|
||||||
|
|
||||||
<p>The Binary Parser page of the C/C++ Properties window lists binary parsers.</p>
|
|
||||||
|
|
||||||
|
<p>You can view a list of binary parsers on the Binary Parser page of the C/C++ Preferences window.</p>
|
||||||
|
<p><img src="../images/new_make-binary_parser.png" border="0" width="665" height="611" alt="Make Binary Parser Preferences Dialog Box"></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Binary Parser</dt>
|
<dt>Binary Parser</dt>
|
||||||
<dd>Select a binary parser from the list.</dd>
|
<dd>Select a binary parser from the list.</dd>
|
||||||
<dt>Binary Parser Options</dt>
|
<dt>Binary Parser Options</dt>
|
||||||
<dd>If available, define binary parser options.</dd>
|
<dd>If a binary parser has parser options you can define them in this section.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Error Parsers, C/C++ Properties window</title>
|
<title>Error Parsers, C/C++ Properties window</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -15,22 +13,23 @@ END INFOPOP-->
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Error Parsers, C/C++ Properties window</h1>
|
<h1>Error Parsers, C/C++ Preferences window</h1>
|
||||||
|
|
||||||
<p>The Error Parsers page of the Properties window lists a set of filters that detect error patterns in
|
<p>You can veiw a list of the filters that detect error patters in the build output log, on the Error Parsers page of the Preferences window.</p>
|
||||||
the build output log.</p>
|
|
||||||
|
<p><img src="../images/new_make-error_parser.png" border="0" width="732" height="611" alt="Make Error Parser Preferences Dialog Box"></p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Error Parsers</dt>
|
<dt>Error Parsers</dt>
|
||||||
<dd>Lists error parsers.</dd>
|
<dd>Lists the various error parsers which can be enabled or disabled.</dd>
|
||||||
<dt>Up</dt>
|
<dt>Up</dt>
|
||||||
<dd>Moves a highlighted error parser up the list.</dd>
|
<dd>Moves the selected error parser higher in the list.</dd>
|
||||||
<dt>Down</dt>
|
<dt>Down</dt>
|
||||||
<dd>Moves a highlighted error parser down the list.</dd>
|
<dd>Moves the selected error parser lower in the list.</dd>
|
||||||
<dt>Select All</dt>
|
<dt>Select All</dt>
|
||||||
<dd>Selects all error parsers.</dd>
|
<dd>Selects all error parsers.</dd>
|
||||||
<dt>Unselect All</dt>
|
<dt>Unselect All</dt>
|
||||||
<dd>Deselects all error parsers.</dd>
|
<dd>Clears all error parsers.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Paths and symbols page, C/C++ Properties window</title>
|
<title>Paths and symbols page, C/C++ Properties window</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -15,30 +13,18 @@ END INFOPOP-->
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Paths and Symbols page, C/C++ Properties window</h1>
|
<h1>Paths and Symbols page, C/C++ Preferences window</h1>
|
||||||
|
|
||||||
<p>The Paths and Symbols page of the C/C++ Properties window lets you define include paths and preprocessor symbols.</p>
|
<p>You can define include paths and preprocessor symbols on the Paths and Symbols page of the C/C++ Preferences window.</p>
|
||||||
|
<p><img src="../images/new_make-paths_symbols.png" border="0" width="615" height="612" alt="Make Paths and Symbols Preferences Dialog Box"></p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Include paths</dt>
|
<dt>Automate scanner configuration discovery</dt>
|
||||||
<dd>Specifies a directory path for the files that exist on your development
|
<dd>Select this checkbox to configure the scanner discovery to run automatically.</dd>
|
||||||
platform. For example, "/usr/include" on a linux/solaris system or "c:/usr/include"
|
<dt>Options</dt>
|
||||||
for windows.</dd>
|
<dd>Click this button to open the Scanner Configuration Discovery options.</dd>
|
||||||
<dt>Defined symbols</dt>
|
<dt>Manage</dt>
|
||||||
<dd>Symbols are simple preprocessor symbols that can be a name, (such as
|
<dd>Click these buttons to open the Manage include paths or Manage defined symbols windows.</dd>
|
||||||
DEBUG) or a name=value, (such as "CPU=x86").</dd>
|
|
||||||
<dt>New</dt>
|
|
||||||
<dd>Specifies a New button to enter a New Include Path or Defined
|
|
||||||
symbol.</dd>
|
|
||||||
<dt>Remove</dt>
|
|
||||||
<dd>Specifies Remove button to remove selected Include Path or
|
|
||||||
Defined symbol.</dd>
|
|
||||||
<dt>Move Up</dt>
|
|
||||||
<dd>Moves Up button to move the selected Include Path
|
|
||||||
or Defined symbol up the list.</dd>
|
|
||||||
<dt>Move Down</dt>
|
|
||||||
<dd>Moves Down button to move the selected Include Path
|
|
||||||
or Defined symbol down the list.</dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Language" content="en-us">
|
<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">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>Outline view</title>
|
<title>Outline view</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
@ -17,21 +15,39 @@ END INFOPOP-->
|
||||||
|
|
||||||
<h1>Outline view</h1>
|
<h1>Outline view</h1>
|
||||||
|
|
||||||
<p>The Outline view displays a structural view of C/C++ source code. The Outline
|
<p>The Outline view displays an outline of a structured C/C++ file that is currently
|
||||||
view automatically refreshes as you add declarations to your source code.</p>
|
open in the editor area, by listing the structural elements. </p>
|
||||||
|
|
||||||
<h2>Outline view toolbar</h2>
|
<p><img src="../images/outlineView.png" border="0" width="838" height="312" alt="Outline View screen capture"></p>
|
||||||
|
|
||||||
<dl>
|
|
||||||
<dt><img border="0" src="../images/fields_co.gif" width="16" height="16"> Hide Fields </dt>
|
<h2>Outline view toolbar icons</h2>
|
||||||
<dd>Hide fields.</dd>
|
|
||||||
<dt><img border="0" src="../images/static_co.gif" width="16" height="16"> Hide Static Members </dt>
|
<p>The table below lists the icons displayed in the Outline view toolbar.</p>
|
||||||
<dd>Hide static members.</dd>
|
|
||||||
<dt><img border="0" src="../images/public_co.gif" width="16" height="16"> Hide Non-Public Members </dt>
|
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
|
||||||
<dd>Hide non-public members.</dd>
|
<tr>
|
||||||
<dt><img border="0" src="../images/alphab_sort_co.gif" width="16" height="16"> Sort </dt>
|
<td width="19%" align="left"><b>Icon</b></td>
|
||||||
<dd>Sort items alphabetically.</dd>
|
<td width="81%"><b>Description</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img border="0" src="../images/fields_co.gif" width="16" height="16"></td>
|
||||||
|
<td>Hide Fields</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img border="0" src="../images/static_co.gif" width="16" height="16"></td>
|
||||||
|
<td>Hide Static Members </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img border="0" src="../images/public_co.gif" width="16" height="16"></td>
|
||||||
|
<td>Hide Non-Public Members </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><img border="0" src="../images/alphab_sort_co.gif" width="16" height="16"></td>
|
||||||
|
<td>Sort items alphabetically</td>
|
||||||
|
</tr>
|
||||||
</dl>
|
</dl>
|
||||||
|
</table>
|
||||||
|
|
||||||
<h2>Outline view icons</h2>
|
<h2>Outline view icons</h2>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
<!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>Paths and symbols page, C/C++ Properties window</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||||
|
</head>
|
||||||
|
<!--INFOPOP
|
||||||
|
Configure Scanner Discovery.
|
||||||
|
END INFOPOP-->
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Scanner Configuration Discovery</h1>
|
||||||
|
|
||||||
|
<p>You can configure various options for the scanner configuration on the Scanner Configuration Discovery page of the C/C++ Properties window.</p>
|
||||||
|
<p><img src="../images/scanner_cfg_disc.png" border="0" width="396" height="314" alt="Scanner Configuration Discovery Preferences Dialog Box"></p>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Enable build output parser</dt>
|
||||||
|
<dd>Select this checkbox to configure the scanner to parse the output from a build.</dd>
|
||||||
|
<dt>Make build output parser:</dt>
|
||||||
|
<dd>Select a build output parser from the list.</dd>
|
||||||
|
<dt>Enable generate scanner info command</dt>
|
||||||
|
<dd>Select this checkbox to enable retreival of information from the scanner</dd>
|
||||||
|
<dt>Use default</dt>
|
||||||
|
<dd>Select this checkbox to use the default scanner information command.</dd>
|
||||||
|
<dt>Generate scanner info command</dt>
|
||||||
|
<dd>If you did not select Use default checkbox, you can specify the scanner information command.</dd>
|
||||||
|
<dt>Command output parser</dt>
|
||||||
|
<dd>Select a command output parser from the list.</dd>
|
||||||
|
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</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">Including paths and symbols</a></p>
|
||||||
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
|
<br>
|
||||||
|
<a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
|
||||||
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -3,14 +3,6 @@
|
||||||
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
|
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
|
||||||
|
|
||||||
<toc label="Reference">
|
<toc label="Reference">
|
||||||
<topic label="CDT icons" href="reference/cdt_u_icons.htm"/>
|
|
||||||
<topic label="Project properties" href="reference/cdt_o_proj_prop_pages.htm">
|
|
||||||
<topic label="Make Builder page, C/C++ Properties window" href="reference/cdt_u_newproj_buildset.htm"/>
|
|
||||||
<topic label="Error Parsers, C/C++ Properties window" href="reference/cdt_u_newproj_parser_error.htm"/>
|
|
||||||
<topic label="Binary Parser page, C/C++ Properties window" href="reference/cdt_u_newproj_parser_binary.htm"/>
|
|
||||||
<topic label="Paths and Symbols page, C/C++ Properties window" href="reference/cdt_u_newproj_pathsymb.htm"/>
|
|
||||||
<topic label="Target platform, C/C++ Properties window" href="reference/cdt_u_newproj_platf.htm"/>
|
|
||||||
</topic>
|
|
||||||
<topic label="Views" href="cdt_o_views.htm">
|
<topic label="Views" href="cdt_o_views.htm">
|
||||||
<topic label="Outline view" href="reference/cdt_u_outlineview.htm"/>
|
<topic label="Outline view" href="reference/cdt_u_outlineview.htm"/>
|
||||||
<topic label="Debug views" href="reference/cdt_o_dbg_view.htm">
|
<topic label="Debug views" href="reference/cdt_o_dbg_view.htm">
|
||||||
|
@ -21,6 +13,29 @@
|
||||||
<topic label="Signals view" href="reference/cdt_u_signals_view.htm"/>
|
<topic label="Signals view" href="reference/cdt_u_signals_view.htm"/>
|
||||||
<topic label="Debug view" href="reference/cdt_u_dbg_view.htm"/>
|
<topic label="Debug view" href="reference/cdt_u_dbg_view.htm"/>
|
||||||
<topic label="Debug preferences" href="reference/cdt_u_dbg_pref.htm"/>
|
<topic label="Debug preferences" href="reference/cdt_u_dbg_pref.htm"/>
|
||||||
|
</topic>
|
||||||
|
<topic label="CDT icons" href="reference/cdt_u_icons.htm"/>
|
||||||
|
</topic>
|
||||||
|
<topic label="C/C++ Preferences" href="reference/cdt_u_c_pref.htm">
|
||||||
|
<topic label="Build Console" href="reference/cdt_u_build_pref.htm"/>
|
||||||
|
<topic label="C/C++ editor preferences" href="reference/cdt_o_ceditor_pref.htm">
|
||||||
|
<topic label="General page, Preferences window" href="reference/cdt_u_c_editor_gen.htm"/>
|
||||||
|
<topic label="Annotations page, Preferences window" href="reference/cdt_u_c_editor_anno.htm"/>
|
||||||
|
<topic label="Colors page, Preferences window" href="reference/cdt_u_c_editor_color.htm"/>
|
||||||
|
<topic label="Content Assist page, Preferences window" href="reference/cdt_u_c_editor_con_assist.htm"/>
|
||||||
|
<topic label="Navigation page, Preferences window" href="reference/cdt_u_c_editor_navigation.htm"/>
|
||||||
|
</topic>
|
||||||
|
<topic label="Code Templates page, Preferences window" href="reference/cdt_u_code_temp.htm"/>
|
||||||
|
<topic label="Make Targets page, Preferences window" href="reference/cdt_u_make_targets_pref.htm"/>
|
||||||
|
<topic label="New Make Projects properties" href="reference/cdt_o_proj_prop_pages.htm">
|
||||||
|
<topic label="Make Builder page, C/C++ Properties window" href="reference/cdt_u_newproj_buildset.htm"/>
|
||||||
|
<topic label="Error Parsers, C/C++ Properties window" href="reference/cdt_u_newproj_parser_error.htm"/>
|
||||||
|
<topic label="Binary Parser page, C/C++ Properties window" href="reference/cdt_u_newproj_parser_binary.htm"/>
|
||||||
|
<topic label="Paths and Symbols page, C/C++ Properties window" href="reference/cdt_u_newproj_pathsymb.htm">
|
||||||
|
<topic label="Scanner Configuration Discovery dialog box" href="reference/cdt_u_scanner_cfg_disc.htm"/>
|
||||||
|
<topic label="Manage include paths dialog box" href="reference/cdt_u_newproj_incl_path.htm"/>
|
||||||
|
<topic label="Manage defined symbols dialog box" href="reference/cdt_u_newproj_def_symb.htm"/>
|
||||||
|
</topic>
|
||||||
</topic>
|
</topic>
|
||||||
</topic>
|
</topic>
|
||||||
<topic label="Run and Debug dialog boxes" href="reference/cdt_o_run_dbg_pages.htm">
|
<topic label="Run and Debug dialog boxes" href="reference/cdt_o_run_dbg_pages.htm">
|
||||||
|
@ -31,12 +46,6 @@
|
||||||
<topic label="Source page, Run or Debug dialog box" href="reference/cdt_u_run_dbg_srce.htm"/>
|
<topic label="Source page, Run or Debug dialog box" href="reference/cdt_u_run_dbg_srce.htm"/>
|
||||||
<topic label="Common page, Run or Debug dialog box" href="reference/cdt_u_run_dbg_comm.htm"/>
|
<topic label="Common page, Run or Debug dialog box" href="reference/cdt_u_run_dbg_comm.htm"/>
|
||||||
</topic>
|
</topic>
|
||||||
<topic label="C/C++ editor, code templates and search preferences" href="reference/cdt_o_ceditor_pref.htm">
|
|
||||||
<topic label="General page, Preferences window" href="reference/cdt_u_c_editor_gen.htm"/>
|
|
||||||
<topic label="Annotations page, Preferences window" href="reference/cdt_u_c_editor_anno.htm"/>
|
|
||||||
<topic label="Colors page, Preferences window" href="reference/cdt_u_c_editor_color.htm"/>
|
|
||||||
<topic label="Content Assist page, Preferences window" href="reference/cdt_u_c_editor_con_assist.htm"/>
|
|
||||||
<topic label="Code Templates page, Preferences window" href="reference/cdt_u_code_temp.htm"/>
|
|
||||||
<topic label="C/C++ Search page, Search dialog box" href="reference/cdt_u_search.htm"/>
|
<topic label="C/C++ Search page, Search dialog box" href="reference/cdt_u_search.htm"/>
|
||||||
</topic>
|
|
||||||
</toc>
|
</toc>
|