1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Bug 341483 - [Accessibility] CDT documentation has accessibility issues

This commit is contained in:
Vivian Kong 2011-03-31 13:59:18 +00:00
parent 26783a5bb5
commit 6e469df334
278 changed files with 4739 additions and 4604 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
@ -6,10 +6,10 @@
</head> </head>
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h1 role="main">About This Content</h1>
<p>June 22, 2007</p> <p>June 22, 2007</p>
<h3>License</h3> <h2>License</h2>
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise <p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the indicated below, the Content is provided to you under the terms and conditions of the

View file

@ -38,6 +38,11 @@ div.revision { border-left-style: solid; border-left-width: thin;
border-left-color: #7B68EE; padding-left:5 } border-left-color: #7B68EE; padding-left:5 }
th { font-weight: bold } th { font-weight: bold }
.title {
font-size: 20px; font-weight: bold;
}
/* Mike Behm's addition to the style sheet */ /* Mike Behm's addition to the style sheet */
.userinput { font-family: monospace; } .userinput { font-family: monospace; }
.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel, .guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,

View file

@ -1,4 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h2>Before you begin</h2> <h1 role="main">Before you begin</h1>
<p>Depending on how you obtained the CDT, you might have also received <p>Depending on how you obtained the CDT, you might have also received
a toolchain with a built-in CDT integration. a toolchain with a built-in CDT integration.
@ -21,7 +22,7 @@ is the best choice to get started.
<p>Each platform that runs the CDT requires different steps to acquire this toolchain.</p> <p>Each platform that runs the CDT requires different steps to acquire this toolchain.</p>
<h3>Windows</h3> <h2>Windows</h2>
<p>For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain. <p>For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain.
It is important to understand the difference between them. It is important to understand the difference between them.
Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed. Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed.
@ -35,28 +36,28 @@ for Windows development.
See the Wascana site for installation instructions.</p><br> See the Wascana site for installation instructions.</p><br>
<p>As an alternative, the MinGW site itself, <a href="http://www.mingw.org">http://www.mingw.org</a> <p>As an alternative, the MinGW site itself, <a href="http://www.mingw.org">http://www.mingw.org</a>
also has an installer. The CDT will find that install if it is placed in the default C:\MinGW also has an installer. The CDT will find that install if it is placed in the default C:\MinGW
directory.</p></li><br> directory.</p><br></li>
<li><p><strong>Cygwin</strong> can be install from the Cygwin site at <li><p><strong>Cygwin</strong> can be install from the Cygwin site at
<a href="http://www.cygwin.com">http://www.cygwin.com</a>. You need to manually select <a href="http://www.cygwin.com">http://www.cygwin.com</a>. You need to manually select
the gcc, gdb, and make packages to install the toolchain.</p></li> the gcc, gdb, and make packages to install the toolchain.</p></li>
</ul> </ul>
<h3>Linux</h3> <h2>Linux</h2>
<p>All Linux distributions include the GNU toolchain. They may not, however, be installed by default. <p>All Linux distributions include the GNU toolchain. They may not, however, be installed by default.
For instructions about installing the GNU toolchain for Linux, see the instructions for your particular distribution.</p> For instructions about installing the GNU toolchain for Linux, see the instructions for your particular distribution.</p>
<h3>Mac OS X</h3> <h2>Mac OS X</h2>
The CDT supports the Apple GNU toolchain that is included in with the Xcode IDE. It can be downloaded The CDT supports the Apple GNU toolchain that is included in with the Xcode IDE. It can be downloaded
from the Apple's developer site, <a href="http://developer.apple.com/">http://developer.apple.com</a> from the Apple's developer site, <a href="http://developer.apple.com/">http://developer.apple.com</a>
<h3>Other Platforms</h3> <h2>Other Platforms</h2>
<p>The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain <p>The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain
on your platform, see your platform vendor.</p> on your platform, see your platform vendor.</p>
<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p> <img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br> <a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
<p align="left"> <img border="0" src="../images/ngtasks.gif" ALT="Related tasks"> <br> <p> <img src="../images/ngtasks.gif" ALT="Related tasks"> <br>
<a href="../tasks/cdt_t_manualbuild.htm">Building Manually</a> <a href="../tasks/cdt_t_manualbuild.htm">Building Manually</a>
</p> </p>
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" > <p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Breakpoints</h1> <h1 role="main">Breakpoints</h1>
<p>A breakpoint suspends the execution of a program at the location where the breakpoint is set. <p>A breakpoint suspends the execution of a program at the location where the breakpoint is set.
To set a line breakpoint, right-click in the marker bar area on the left side of an editor beside To set a line breakpoint, right-click in the marker bar area on the left side of an editor beside
@ -25,13 +25,13 @@ right-clicking on its description in the <strong>Breakpoints</strong> view.
<ul> <ul>
<li>When a breakpoint is enabled, it causes the program to suspend whenever it is hit. <li>When a breakpoint is enabled, it causes the program to suspend whenever it is hit.
Enabled breakpoints are indicated with a blue Enabled breakpoints are indicated with a blue
<img src="../images/icon_breakpoint_obj.gif" alt="enabled breakpoint" border="0"> circle. <img src="../images/icon_breakpoint_obj.gif" alt="enabled breakpoint" > circle.
Enabled breakpoints that are successfully installed Enabled breakpoints that are successfully installed
are indicated with a checkmark overlay.</li> are indicated with a checkmark overlay.</li>
<li>When a breakpoint is disabled, it will not affect the execution of the program. <li>When a breakpoint is disabled, it will not affect the execution of the program.
Disabled breakpoints are indicated with a white Disabled breakpoints are indicated with a white
<img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" border="0"> circle.<br> <img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" > circle.<br>
<img border="0" src="../images/add_breakpoint.png" ALT="Editor view with cursor highlighting breakpoint" width="453" height="335"> <img src="../images/add_breakpoint.png" ALT="Editor view with cursor highlighting breakpoint" width="453" height="335">
</li> </li>
</ul> </ul>
@ -46,7 +46,7 @@ from the menu bar choose <strong>Run > Debug</strong>.
<hr> <hr>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_views.htm">Run menu</a><br> <a href="../reference/cdt_o_views.htm">Run menu</a><br>
<a href="../reference/cdt_o_views.htm">Breakpoints view</a> <a href="../reference/cdt_o_views.htm">Breakpoints view</a>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>Building C/C++ projects</h1> <h1 role="main">Building C/C++ projects</h1>
<p>The CDT relies on an external make utility, such as GNU make, to <p>The CDT relies on an external make utility, such as GNU make, to
build a project. The CDT can generate makefiles automatically when you build a project. The CDT can generate makefiles automatically when you
create a Managed Make C project or a Managed Make C++ project. You have create a Managed Make C project or a Managed Make C++ project. You have
@ -139,16 +139,16 @@ warnings related to your projects. </li>
<li>For a Standard Make project, build actions display in the <strong>Make <li>For a Standard Make project, build actions display in the <strong>Make
Targets</strong> view.</li> Targets</strong> view.</li>
</ul> </ul>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts" <p><img src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> 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>
<a href="cdt_c_proj_file_views.htm">Project file views</a></p> <a href="cdt_c_proj_file_views.htm">Project file views</a></p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks" <p><img src="../images/ngtasks.gif" alt="Related tasks"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p> <a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_properties.htm">Project Properties</a></p> <a href="../reference/cdt_u_properties.htm">Project Properties</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Comments</h1> <h1 role="main">Comments</h1>
<p>Comments are lines in a source file that have been marked to be ignored by the compiler. <p>Comments are lines in a source file that have been marked to be ignored by the compiler.
Two styles of comments are supported by current C/C++ compilers:</p> Two styles of comments are supported by current C/C++ compilers:</p>
<ul> <ul>
@ -18,19 +18,19 @@ Two styles of comments are supported by current C/C++ compilers:</p>
<li><samp>// text</samp></li> <li><samp>// text</samp></li>
</ul> </ul>
<h3>Comment</h3> <h2>Comment</h2>
<p>You can quickly comment out one or more lines of code by inserting the leading <p>You can quickly comment out one or more lines of code by inserting the leading
characters <samp>//</samp> at the beginning of the line. To do so, select the line characters <samp>//</samp> at the beginning of the line. To do so, select the line
(or lines) of code you want to comment out and press <strong>CTRL+/</strong> (slash).</p> (or lines) of code you want to comment out and press <strong>CTRL+/</strong> (slash).</p>
<h3>Uncomment</h3> <h2>Uncomment</h2>
<p>To uncomment select the line (or lines) of code, and press <strong>CTRL+\</strong> <p>To uncomment select the line (or lines) of code, and press <strong>CTRL+\</strong>
(backslash). (backslash).
<p><strong>Tip:</strong> The characters <samp>/* */</samp> on lines that are <p><strong>Tip:</strong> The characters <samp>/* */</samp> on lines that are
already commented out, are not affected when you comment and uncomment code.</p> already commented out, are not affected when you comment and uncomment code.</p>
<h3>Multiline comment</h3> <h2>Multiline comment</h2>
<p>You can use the Content Assist feature to insert a multi-line comment before a function. <p>You can use the Content Assist feature to insert a multi-line comment before a function.
Type <span class="typewriter">com+Ctrl+Space</span>, and the following code is entered at the cursor location: Type <span class="typewriter">com+Ctrl+Space</span>, and the following code is entered at the cursor location:
<br><pre> <br><pre>
@ -45,14 +45,14 @@ Type <span class="typewriter">com+Ctrl+Space</span>, and the following code is e
To change the default comment click <strong>Window > Preferences > C > Templates</strong>. For more information see the To change the default comment click <strong>Window > Preferences > C > Templates</strong>. For more information see the
<a href="cdt_c_content_assist.htm">Content Assist</a> section. <a href="cdt_c_content_assist.htm">Content Assist</a> section.
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_c_content_assist.htm">Content Assist and code completion</a></p> <a href="cdt_c_content_assist.htm">Content Assist and code completion</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C++ editor</a><br>
<a href="../tasks/cdt_t_comment_out.htm">Commenting out code</a></p> <a href="../tasks/cdt_t_comment_out.htm">Commenting out code</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Content Assist</h1> <h1 role="main">Content Assist</h1>
<p>Content Assist is a set of tools built into the CDT that can reduce the number of keystrokes you must <p>Content Assist is a set of tools built into the CDT that can reduce the number of keystrokes you must
type to create your code. The Content Assist plug-in consists of several components that forecast what type to create your code. The Content Assist plug-in consists of several components that forecast what
@ -35,7 +35,7 @@ the relevance of each proposal is determined in the following order:</p>
</ul> </ul>
You trigger the Code completion feature when you call Content Assist (such as when you type <span class="typewriter">Ctrl+Space</span>), but it is auto-activated when you type You trigger the Code completion feature when you call Content Assist (such as when you type <span class="typewriter">Ctrl+Space</span>), but it is auto-activated when you type
&quot;<strong>.</strong>&quot;, &quot;<strong>-></strong>&quot; or &quot;<strong>::</strong>&quot;.</p> <Q><strong>.</strong></Q>, <Q><strong>-></strong></Q> or <Q><strong>::</strong></Q>.</p>
<p><img src="../images/contentAssist_example.png" alt="C++ example showing Code Assist popup"></p> <p><img src="../images/contentAssist_example.png" alt="C++ example showing Code Assist popup"></p>
@ -77,15 +77,15 @@ main(int argc, char **argv) {
<p><img src="../images/cdt_ca_no_completions.png" alt="Content Assist No completions available message"></p> <p><img src="../images/cdt_ca_no_completions.png" alt="Content Assist No completions available message"></p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_o_code_entry.htm">Code entry</a></p> <a href="cdt_o_code_entry.htm">Code entry</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_contentassist.htm">Using Content Assist</a><br> <a href="../tasks/cdt_t_contentassist.htm">Using Content Assist</a><br>
<a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a><br> <a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a><br>
<a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p> <a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p> <a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -12,7 +12,7 @@
<body> <body>
<h1>Debug information</h1> <h1 role="main">Debug information</h1>
<p>The <strong>Debug</strong> perspective lets you manage the debugging or running of a program <p>The <strong>Debug</strong> perspective lets you manage the debugging or running of a program
in the Workbench. You can control the execution of your program by setting in the Workbench. You can control the execution of your program by setting
@ -68,15 +68,15 @@ in the current debug session.</p>
<p>You can view the signals defined on the selected debug target and how the <p>You can view the signals defined on the selected debug target and how the
debugger handles each one.</p> debugger handles each one.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br> <a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br>
<a href="cdt_c_over_dbg.htm">Debug overview</a></p> <a href="cdt_c_over_dbg.htm">Debug overview</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a><br> <a href="../tasks/cdt_o_debug.htm">Debugging</a><br>
&nbsp;</p> &nbsp;</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br> <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br>
<a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p><p> <a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p><p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Discovery options</h1> <h1 role="main">Discovery options</h1>
<p>For projects where the IDE generates a makefile to build the project automatically, the IDE has more information about the internal build state of the make project compared to those projects where you provide a makefile to build the project. <p>For projects where the IDE generates a makefile to build the project automatically, the IDE has more information about the internal build state of the make project compared to those projects where you provide a makefile to build the project.
@ -33,13 +33,13 @@
<p><strong>Note:</strong> Only basic command line options are supported. In addition, only basic scanner configuration related command line options are recognized (for example, -D and -I for gcc). For some of the commands, their relative position in the command line is important. For information about these options, see the documentation for the utilities you are using. <p><strong>Note:</strong> Only basic command line options are supported. In addition, only basic scanner configuration related command line options are recognized (for example, -D and -I for gcc). For some of the commands, their relative position in the command line is important. For information about these options, see the documentation for the utilities you are using.
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a> <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
<br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a> <br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_o_views.htm">Views</a> <br><a href="../reference/cdt_o_views.htm">Views</a>
</p> </p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ editor</h1> <h1 role="main">C/C++ editor</h1>
<p>The CDT provides an editor that gives you specific support for editing C/C++ code. <p>The CDT provides an editor that gives you specific support for editing C/C++ code.
This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p> This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p>
@ -27,15 +27,15 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a> <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
</p> </p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br><a href="../tasks/cdt_t_contentassist.htm">Using Content Assist</a> <br><a href="../tasks/cdt_t_contentassist.htm">Using Content Assist</a>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_o_ceditor_pref.htm">C/C++ editor preferences</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_u_outline_view.htm">Outline view for C/C++</a>
<br><a href="../reference/cdt_o_views.htm">Views and editors</a> <br><a href="../reference/cdt_o_views.htm">Views and editors</a>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ Indexer</h1> <h1 role="main">C/C++ Indexer</h1>
<p>The C/C++ indexer uses the parser to create a database of your <p>The C/C++ indexer uses the parser to create a database of your
source and header files that provides the basis for C/C++ search, source and header files that provides the basis for C/C++ search,
navigation features and parts of content assist.</p> navigation features and parts of content assist.</p>
@ -36,18 +36,18 @@ declarations and cross reference information. This is the recommended indexer.<b
declarations and cross reference information.<br> declarations and cross reference information.<br>
</li> </li>
</ul> </ul>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts" <p><img src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> <br> width="143" height="21"> <br>
<a href="cdt_c_search.htm">C/C++ search</a><br> <a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p> <a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks" <p><img src="../images/ngtasks.gif" alt="Related tasks"
width="143" height="21"><br> width="143" height="21"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++ <a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br> elements</a><br>
<a <a
href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br> href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p> </p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search <a href="../reference/cdt_u_search.htm">C/C++ search page, Search

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>Full C/C++ Indexer</h1> <h1 role="main">Full C/C++ Indexer</h1>
<p>The Full C/C++ Indexer is a new indexer for CDT 3.0 which makes use <p>The Full C/C++ Indexer is a new indexer for CDT 3.0 which makes use
of the new DOM. It creates a full index of the project's source of the new DOM. It creates a full index of the project's source
providing both declaration and cross reference information to the providing both declaration and cross reference information to the
@ -18,19 +18,19 @@ quicker and more accurate results.<br>
<p>This indexer provides the most complete set of information but can <p>This indexer provides the most complete set of information but can
be potentially long running, especially on larger projects. <br> be potentially long running, especially on larger projects. <br>
</p> </p>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts" <p><img src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> <br> width="143" height="21"> <br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br> <a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<a href="cdt_c_search.htm">C/C++ search</a><br> <a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p> <a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks" <p><img src="../images/ngtasks.gif" alt="Related tasks"
width="143" height="21"><br> width="143" height="21"><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++ <a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br> elements</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br> <a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p> </p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search <a href="../reference/cdt_u_search.htm">C/C++ search page, Search

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta content="en-us" http-equiv="Content-Language"> <meta content="en-us" http-equiv="Content-Language">
@ -7,7 +7,7 @@
<link href="../help.css" type="text/css" rel="stylesheet"> <link href="../help.css" type="text/css" rel="stylesheet">
</head> </head>
<body> <body>
<h1>C/C++ Indexer Progress Bar</h1> <h1 role="main">C/C++ Indexer Progress Bar</h1>
<p>The indexer progress bar shows the progress status of the indexing <p>The indexer progress bar shows the progress status of the indexing
jobs in the progress views.</p> jobs in the progress views.</p>
<p>The indexing jobs can be temporarily paused by pressing the stop <p>The indexing jobs can be temporarily paused by pressing the stop
@ -20,18 +20,18 @@ indexing job before moving on to the new one.</p>
<p>If you wish to cease indexing all together, you can cancel an <p>If you wish to cease indexing all together, you can cancel an
indexing job and disable the indexer through the properties.</p> indexing job and disable the indexer through the properties.</p>
<p><img height="21" width="143" alt="Related concepts" <p><img height="21" width="143" alt="Related concepts"
src="../images/ngconcepts.gif" border="0"> src="../images/ngconcepts.gif" >
<br> <br>
<a href="cdt_c_search.htm">C/C++ search</a><br> <a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br> <a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<p><img height="21" width="143" alt="Related tasks" <p><img height="21" width="143" alt="Related tasks"
src="../images/ngtasks.gif" border="0"><br> src="../images/ngtasks.gif" ><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++ <a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br> elements</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br> <a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p> </p>
<p><img height="21" width="143" alt="Related reference" <p><img height="21" width="143" alt="Related reference"
src="../images/ngref.gif" border="0"> src="../images/ngref.gif" >
<br> <br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search <a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a> dialog box</a>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Makefile</h1> <h1 role="main">Makefile</h1>
<p>A makefile is a text file that is referenced by the make command that describes the building of targets, and contains information such as source-level dependencies and build-order dependencies. </p> <p>A makefile is a text file that is referenced by the make command that describes the building of targets, and contains information such as source-level dependencies and build-order dependencies. </p>
<p>The CDT can generate a makefile for you, such projects are called Managed Make projects. Some projects, known as Standard Make projects, allow you to define your own makefile.</p> <p>The CDT can generate a makefile for you, such projects are called Managed Make projects. Some projects, known as Standard Make projects, allow you to define your own makefile.</p>
@ -102,7 +102,7 @@ Test2.o : Test2.h
<h2>Frequently Asked Questions:</h2> <h2>Frequently Asked Questions:</h2>
Your Console view can be very useful for debugging a build. Your Console view can be very useful for debugging a build.
<p><h5><strong>Q1</strong>. My Console view says <span class="typewriter">"Error launching builder"</span>. What does that mean?<p></h5> <p><strong>Q1. My Console view says <span class="typewriter"><Q>Error launching builder</Q></span>. What does that mean?</strong></p>
<pre> <pre>
Error launching builder (make -k clean all ) Error launching builder (make -k clean all )
(Exec error:Launching failed) (Exec error:Launching failed)
@ -111,7 +111,7 @@ Error launching builder (make -k clean all )
<p>Most probably, the build command (by default "make") is not on your path. You can put it on your path and restart Eclipse.<br> <p>Most probably, the build command (by default "make") is not on your path. You can put it on your path and restart Eclipse.<br>
You can also change the build command to something that is on your path. If you are using MinGW tools to compile, you should replace the build command with "mingw32-make".</p> You can also change the build command to something that is on your path. If you are using MinGW tools to compile, you should replace the build command with "mingw32-make".</p>
<p><h5><strong>Q2</strong>. My Console view says <span class="typewriter">"No rule to make target 'X'"</span>.</p></h5> <p><strong>Q2. My Console view says <span class="typewriter"><Q>No rule to make target 'X'</Q></span>.</strong></p>
<pre> <pre>
make -k clean all make -k clean all
make: *** No rule to make target 'clean'. make: *** No rule to make target 'clean'.
@ -128,7 +128,7 @@ Or, if your Makefile is named something else (eg. <span class="typewriter">build
<p>If you do not have a valid Makefile, create a new file named Makefile in the root directory. You can then add the contents of the sample Makefile (above), and modify it as appropriate.</p> <p>If you do not have a valid Makefile, create a new file named Makefile in the root directory. You can then add the contents of the sample Makefile (above), and modify it as appropriate.</p>
<p><h5><strong>Q3</strong>. My Console view says <span class="typewriter">"missing separator"</span>.</p></h5> <p><strong>Q3. My Console view says <span class="typewriter">"missing separator"</span>.</strong></p>
<pre> <pre>
make -k clean all make -k clean all
makefile:12: *** missing separator. Stop. makefile:12: *** missing separator. Stop.
@ -138,7 +138,7 @@ This Tab character is often accidentally replaced with spaces, and because both
this problem is easily overlooked. In the sample provided, the error message can be pinpointed to line 12 of the this problem is easily overlooked. In the sample provided, the error message can be pinpointed to line 12 of the
file "makefile"; to fix the problem, insert a tab at the beginning of that line.</p> file "makefile"; to fix the problem, insert a tab at the beginning of that line.</p>
<p><h5><strong>Q4</strong>. My Console view says <span class="typewriter">"Target 'all' not remade because of errors"</span>.</p></h5> <p><strong>Q4. My Console view says <span class="typewriter"><Q>Target 'all' not remade because of errors</Q></span>.</strong></p>
<pre> <pre>
make -k clean all make -k clean all
make: *** [clean] Error 255 make: *** [clean] Error 255
@ -155,13 +155,13 @@ make: Target 'all' not remade because of errors.
<p>The Error 255 is produced by make as a result of its command shell not being able to find a command for a particular rule.<br> <p>The Error 255 is produced by make as a result of its command shell not being able to find a command for a particular rule.<br>
Messages from the standard error stream (the lines saying Error 255) and standard output stream (all the other lines) are merged in the Console view here.</p> Messages from the standard error stream (the lines saying Error 255) and standard output stream (all the other lines) are merged in the Console view here.</p>
<p><h5><strong>Q5</strong>. What's with the -k flag?</p></h5> <p><strong>Q5. What's with the -k flag?</strong></p>
<p>The -k flag tells make to continue making other independent rules even when one rule fails. <p>The -k flag tells make to continue making other independent rules even when one rule fails.
This is helpful for build large projects.</p> This is helpful for build large projects.</p>
<p>You can remove the -k flag by turning on Project Properties > C/C++ Make Project > Make Builder > Stop on first build error</p> <p>You can remove the -k flag by turning on Project Properties > C/C++ Make Project > Make Builder > Stop on first build error</p>
<p><h5><strong>Q6</strong>. My Console view looks like:</p></h5> <p><strong>Q6. My Console view looks like:</strong></p>
<pre> <pre>
mingw32-make clean all mingw32-make clean all
process_begin: CreateProcess((null), rm -f Test1.o Test2.o Main.o test_me.exe, ...) failed. process_begin: CreateProcess((null), rm -f Test1.o Test2.o Main.o test_me.exe, ...) failed.

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Open Declaration</h1> <h1 role="main">Open Declaration</h1>
<p>You can select an element name in your code and quickly navigate to its declaration.</p> <p>You can select an element name in your code and quickly navigate to its declaration.</p>
@ -25,15 +25,15 @@ If for any reason open declaration cannot find the declaration, it will display
<p>For more information see <a href="../tasks/cdt_t_proj_paths.htm">Adding Include paths and symbols</a>.</p> <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> <p><img 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>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br> <p><img 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_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_declarations.htm">Navigate to a C or C++ element's declaration</a><br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p> <a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" BORDER="0" width="324" height="14"> </p> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" width="324" height="14"> </p>
</body> </body>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Outline view </h1> <h1 role="main">Outline view </h1>
<p>The Outline view displays an outline of a structured C/C++ file that is currently <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> open in the editor area, by listing the structural elements. </p>
@ -74,20 +74,24 @@ items:</p>
<h2>Icons</h2> <h2>Icons</h2>
<p><table border="1" > <p><table border="1" >
<tr> <tr>
<td><img src="../images/outlineView-hideFields.png" border="0" width="22" height="22" alt="Hide Fields Button"></td> <th id="icon">Icon</th>
<td>Hide Fields </td> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td><img src="../images/outlineView-hideStaticMembers.png" border="0" width="22" height="22" alt="Hide Static Members Button"></td> <td headers="icon"><img src="../images/outlineView-hideFields.png" width="22" height="22" alt="Hide Fields Button"></td>
<td>Hide Static Members </td> <td headers="description">Hide Fields </td>
</tr> </tr>
<tr> <tr>
<td><img src="../images/outlineView-hideNon-PublicMembers.png" border="0" width="22" height="22" alt="Hide Non Public Members Button"></td> <td headers="icon"><img src="../images/outlineView-hideStaticMembers.png" width="22" height="22" alt="Hide Static Members Button"></td>
<td>Hide Non-Public Members </td> <td headers="description">Hide Static Members </td>
</tr> </tr>
<tr> <tr>
<td><img src="../images/outlineView-Sort.png" border="0" width="22" height="22" alt="Sort Button"></td> <td headers="icon"><img src="../images/outlineView-hideNon-PublicMembers.png" width="22" height="22" alt="Hide Non Public Members Button"></td>
<td>Sort </td> <td headers="description">Hide Non-Public Members </td>
</tr>
<tr>
<td headers="icon"><img src="../images/outlineView-Sort.png" width="22" height="22" alt="Sort Button"></td>
<td headers="description">Sort </td>
</tr> </tr>
</table></p> </table></p>
@ -95,19 +99,19 @@ items:</p>
<p>For more information about Working sets, see <strong>Workbench User Guide &gt; Concepts &gt; Working sets</strong>.</p> <p>For more information about Working sets, see <strong>Workbench User Guide &gt; Concepts &gt; Working sets</strong>.</p>
</ul> </ul>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_c_comments.htm">Comments</a><br> <a href="cdt_c_comments.htm">Comments</a><br>
<a href="cdt_c_content_assist.htm">Content Assist and code completion</a><br> <a href="cdt_c_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_search.htm">C/C++ search</a><br>
<a href="cdt_c_open_declarations.htm">Open Declaration</a><br> <a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
&nbsp;</p> &nbsp;</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the <a href="../tasks/cdt_t_show_proj_files.htm">Displaying C/C++ file components in the
Project Explorer view</a><br> Project Explorer view</a><br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a></p> <a href="../tasks/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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_outline_view.htm">Outline view</a><br> <a href="../reference/cdt_u_outline_view.htm">Outline view</a><br>
&nbsp;</p> &nbsp;</p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<h1>CDT Overview</h1> <h1 role="main">CDT Overview</h1>
<p>The C/C++ Development Toolkit (CDT) is a set of Eclipse plug-ins that provide <p>The C/C++ Development Toolkit (CDT) is a set of Eclipse plug-ins that provide
C and C++ extensions to the Eclipse workbench. For more information about C and C++ extensions to the Eclipse workbench. For more information about
Eclipse, see <strong>Workbench User Guide &gt; Concepts &gt; Workbench</strong>.</p> Eclipse, see <strong>Workbench User Guide &gt; Concepts &gt; Workbench</strong>.</p>
@ -38,7 +38,7 @@ views:</p>
</dl> </dl>
<p>For more information, see <strong>Workbench User Guide &gt; Concepts &gt; Perspectives</strong>.</p> <p>For more information, see <strong>Workbench User Guide &gt; Concepts &gt; Perspectives</strong>.</p>
<h3>CDT updates</h3> <h2>CDT updates</h2>
<p>The <strong>Install/Update</strong> wizard provides information about your current Eclipse installation and provides the framework to manage your updates. <p>The <strong>Install/Update</strong> wizard provides information about your current Eclipse installation and provides the framework to manage your updates.
For more information, see <strong>Workbench User Guide &gt; Tasks &gt; Updating and installing software</strong>.</p> For more information, see <strong>Workbench User Guide &gt; Tasks &gt; Updating and installing software</strong>.</p>
@ -68,12 +68,12 @@ This is the main source for information around CDT.</li>
<p>The CDT is an open source project and is licensed under the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License</a>. <p>The CDT is an open source project and is licensed under the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License</a>.
<p> <p>
<img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../getting_started/cdt_w_existing_code.htm">Working with existing code</a><br> <a href="../getting_started/cdt_w_existing_code.htm">Working with existing code</a><br>
<a href="cdt_c_whatsnew.htm">What's new</a></p> <a href="cdt_c_whatsnew.htm">What's new</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p> <a href="../reference/cdt_o_views.htm">Views</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -12,7 +12,7 @@
<body> <body>
<h1>Debug overview</h1> <h1 role="main">Debug overview</h1>
<p>The debugger lets you see what's going on &quot;inside&quot; a program while it <p>The debugger lets you see what's going on &quot;inside&quot; a program while it
executes.</p> executes.</p>
@ -27,15 +27,15 @@ display the current state of the program being debugged. </p>
step because the debug information is tied directly to the source. Similarly, step because the debug information is tied directly to the source. Similarly,
debugging optimized binaries can also cause unexpected jumps in the execution debugging optimized binaries can also cause unexpected jumps in the execution
trace.</p> trace.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br> <a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br>
<a href="cdt_c_dbg_info.htm">Debug information</a></p> <a href="cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a><br> <a href="../tasks/cdt_o_debug.htm">Debugging</a><br>
&nbsp;</p> &nbsp;</p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p><p> <a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p><p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Perspectives available to C/C++ developers</h1> <h1 role="main">Perspectives available to C/C++ developers</h1>
<p>A perspective is a layout of <a href="cdt_c_views.htm">views</a> (development tools) in the Workbench window. <p>A perspective is a layout of <a href="cdt_c_views.htm">views</a> (development tools) in the Workbench window.
Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task. Each type of perspective is a combination of views, menus, and toolbars that enable you to perform a particular task.
@ -30,7 +30,7 @@ the <strong>Debug</strong> perspective has views that enable you to debug those
<p>The C/C++ development tools contribute the following perspectives to the workbench: <p>The C/C++ development tools contribute the following perspectives to the workbench:
</p> </p>
<h3>C/C++ perspective views</h3> <h2>C/C++ perspective views</h2>
<p>This perspective is tuned for working with C/C++ projects. <p>This perspective is tuned for working with C/C++ projects.
By default it consists of an editor area and the following views: By default it consists of an editor area and the following views:
@ -46,7 +46,7 @@ By default it consists of an editor area and the following views:
</ul> </ul>
<p>There a several additional views that may be useful during a debug session. You can add them by clicking <strong>Window &gt; Show View &gt; C/C++</strong> to show them in the C/C++ perspective.</p> <p>There a several additional views that may be useful during a debug session. You can add them by clicking <strong>Window &gt; Show View &gt; C/C++</strong> to show them in the C/C++ perspective.</p>
<h3>Debug perspective views</h3> <h2>Debug perspective views</h2>
<p>This perspective is tuned for debugging your C/C++ program. <p>This perspective is tuned for debugging your C/C++ program.
By default it includes an editor area and the following views: By default it includes an editor area and the following views:
@ -77,7 +77,7 @@ Eclipse also has perspectives that are tuned to other types of development:
</ul> </ul>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_views.htm">C/C++ Views and Editors</a></p> <a href="../reference/cdt_o_views.htm">C/C++ Views and Editors</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Project file views</h1> <h1 role="main">Project file views</h1>
<p>Projects files and elements are displayed in the C/C++ Projects view and in the ProjectExplorer view.</p> <p>Projects files and elements are displayed in the C/C++ Projects view and in the ProjectExplorer view.</p>
@ -44,16 +44,16 @@ item does, select an item and press F1. </p>
<p>The Project Explorer view is provided by the Eclipse Platform. See the <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-27.htm">Workbench User Guide</a> for more information.</p> <p>The Project Explorer view is provided by the Eclipse Platform. See the <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-27.htm">Workbench User Guide</a> for more information.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img 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>
<a href="../getting_started/cdt_w_existing_code.htm">Working with existing code</a></p> <a href="../getting_started/cdt_w_existing_code.htm">Working with existing code</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_proj_new.htm">Creating a project</a><br> <a href="../tasks/cdt_t_proj_new.htm">Creating a project</a><br>
<a href="../tasks/cdt_t_proj_new_with_template.htm">Creating a project via a project template</a><br> <a href="../tasks/cdt_t_proj_new_with_template.htm">Creating a project via a project template</a><br>
<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p> <a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>
<p> <p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>CDT projects</h1> <h1 role="main">CDT projects</h1>
<p>Before you can work in the CDT, you must create a project to store your <p>Before you can work in the CDT, you must create a project to store your
source code, makefiles, binaries, and related files. C/C++ projects are displayed source code, makefiles, binaries, and related files. C/C++ projects are displayed
@ -82,16 +82,16 @@ hello.c are separate files in UNIX but overwrite each other in Windows.</li>
<p>For more information about projects, see <strong>Workbench User Guide &gt; Concepts &gt; Workbench &gt; Resources</strong>.</p> <p>For more information about projects, see <strong>Workbench User Guide &gt; Concepts &gt; Workbench &gt; Resources</strong>.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="cdt_c_proj_file_views.htm">Project file views</a><br> <a href="cdt_c_proj_file_views.htm">Project file views</a><br>
<a href="../getting_started/cdt_w_existing_code.htm">How to bring C/C++ source into Eclipse</a></p> <a href="../getting_started/cdt_w_existing_code.htm">How to bring C/C++ source into Eclipse</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br>
<a href="../tasks/cdt_t_conv_proj.htm">Converting a C or C++ nature for a project</a> <a href="../tasks/cdt_t_conv_proj.htm">Converting a C or C++ nature for a project</a>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a><br> <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a><br>
<a href="../reference/cdt_o_views.htm">Views</a></p> <a href="../reference/cdt_o_views.htm">Views</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>C/C++ search</h1> <h1 role="main">C/C++ search</h1>
<p>You can conduct a fully or partially qualified name search. Further <p>You can conduct a fully or partially qualified name search. Further
qualifying a search increases the accuracy and relevance of search results. The qualifying a search increases the accuracy and relevance of search results. The
@ -42,20 +42,20 @@ For information on working sets, see <strong>Workbench User Guide &gt; Concepts
specify. If you choose to search for matching elements, all types, macros, and typdefs are included in the search.</p> specify. If you choose to search for matching elements, all types, macros, and typdefs are included in the search.</p>
<table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%"> <table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%">
<tr> <tr>
<td width="25%"><strong>Element</strong></td> <th style="width:25%; text-align:left" id="element"><strong>Element</strong></th>
<td width="75%"><strong>Note</strong></td> <th style="width:75%; text-align:left" id="note"><strong>Note</strong></th>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Class/Struct</td> <td style="width:25%" headers="element" valign="top">&nbsp;Class/Struct</td>
<td width="75%">Searches for classes and structs.<p>You can further qualify <td style="width:75%" headers="note">Searches for classes and structs.<p>You can further qualify
the search by specifying &quot;class&quot; or &quot;struct&quot; in front of the name the search by specifying &quot;class&quot; or &quot;struct&quot; in front of the name
that you are that you are
searching for. Specifying &quot;class&quot; or &quot;struct&quot; also allows you to searching for. Specifying &quot;class&quot; or &quot;struct&quot; also allows you to
search for anonymous classes and structures.</td> search for anonymous classes and structures.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Function</td> <td style="width:25%" headers="element" valign="top">&nbsp;Function</td>
<td width="75%">Searches for global functions or functions in a namespace <td style="width:75%" headers="note">Searches for global functions or functions in a namespace
(functions that are not members of a class, struct, or union).<p>You can (functions that are not members of a class, struct, or union).<p>You can
specify parameters to further qualify your search. When specifying a specify parameters to further qualify your search. When specifying a
parameter list, everything between the parentheses should be valid C/C++ parameter list, everything between the parentheses should be valid C/C++
@ -63,37 +63,37 @@ For information on working sets, see <strong>Workbench User Guide &gt; Concepts
<p>Do not specify the return type of the function.</td> <p>Do not specify the return type of the function.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Variable</td> <td style="width:25%" headers="element" valign="top">&nbsp;Variable</td>
<td width="75%">Searches for variables that are not members of a class, <td style="width:75%" headers="note">Searches for variables that are not members of a class,
struct, or union.</td> struct, or union.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Union</td> <td style="width:25%" headers="element" valign="top">&nbsp;Union</td>
<td width="75%">Searches for unions.<p>Anonymous unions can be searched for by <td style="width:75%" headers="note">Searches for unions.<p>Anonymous unions can be searched for by
specifying &quot;union&quot; as the search pattern.</td> specifying &quot;union&quot; as the search pattern.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Method</td> <td style="width:25%" headers="element" valign="top">&nbsp;Method</td>
<td width="75%">Searches for methods that are members of a class, struct, or <td style="width:75%" headers="note">Searches for methods that are members of a class, struct, or
union.<p>Searching for methods also finds constructors and destructors. See union.<p>Searching for methods also finds constructors and destructors. See
above note for functions.</td> above note for functions.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Field </td> <td style="width:25%" headers="element" valign="top">&nbsp;Field </td>
<td width="75%">Searches for fields that are members of a class, struct, or <td style="width:75%" headers="note">Searches for fields that are members of a class, struct, or
union. union.
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Enumeration</td> <td style="width:25%" headers="element" valign="top">&nbsp;Enumeration</td>
<td width="75%">Searches for enumerations.</td> <td style="width:75%" headers="note">Searches for enumerations.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Enumerator</td> <td style="width:25%" headers="element" valign="top">&nbsp;Enumerator</td>
<td width="75%">Searches for enumerators.</td> <td style="width:75%" headers="note">Searches for enumerators.</td>
</tr> </tr>
<tr> <tr>
<td width="25%" valign="top">&nbsp;Namespace</td> <td style="width:25%" headers="element" valign="top">&nbsp;Namespace</td>
<td width="75%">Searches for namespaces.</td> <td style="width:75%" headers="note">Searches for namespaces.</td>
</tr> </tr>
</table> </table>
@ -119,22 +119,22 @@ is to be searched:</p>
<p>You can use wildcard characters to further refine your search.</p> <p>You can use wildcard characters to further refine your search.</p>
<table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%"> <table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%">
<tr> <tr>
<td width="30%" valign="top"><strong>Use this wildcard character</strong></td> <th style="width:30%; text-align:left" id="char" valign="top"><strong>Use this wildcard character</strong></th>
<td width="70%"><strong>To search for this</strong></td> <th style="width:70%; text-align:left" id="search"><strong>To search for this</strong></th>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top">&nbsp;<samp>*</samp></td> <td style="width:30%" headers="char" valign="top">&nbsp;<samp>*</samp></td>
<td width="70%">Any string<p><strong>Tip:<br> <td style="width:70%" headers="search">Any string<p><strong>Tip:<br>
</strong> Use the character sequence <samp>\*</samp> to search for </strong> Use the character sequence <samp>\*</samp> to search for
operators that begin with *. See syntax examples in the table below.</td> operators that begin with *. See syntax examples in the table below.</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top">&nbsp;<samp>?</samp></td> <td style="width:30%" headers="char" valign="top">&nbsp;<samp>?</samp></td>
<td width="70%">A single character</td> <td style="width:70%" headers="search">A single character</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top">&nbsp;<samp>::</samp></td> <td style="width:30%" headers="char" valign="top">&nbsp;<samp>::</samp></td>
<td width="70%">Nested elements</td> <td style="width:70%" headers="search">Nested elements</td>
</tr> </tr>
</table> </table>
<!-- no support for function parameters <!-- no support for function parameters
@ -149,67 +149,67 @@ the asterisk is interpreted as a pointer rather than a wild card.</p>
to help you conduct an effective search.</p> to help you conduct an effective search.</p>
<table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%"> <table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%">
<tr> <tr>
<td width="30%"><strong>Syntax</strong></td> <th style="width:30%; text-align:left" id="syntax"><strong>Syntax</strong></th>
<td width="70%"><strong>Searches for this</strong></td> <th style="width:70%; text-align:left" id="search2"><strong>Searches for this</strong></th>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp; <samp>::*::*::A</samp></td> <td style="width:30%" headers="syntax">&nbsp; <samp>::*::*::A</samp></td>
<td width="70%">A nested element two levels deep</td> <td style="width:70%" headers="search2">A nested element two levels deep</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp; <samp>::*::*::A?</samp></td> <td style="width:30%" headers="syntax">&nbsp; <samp>::*::*::A?</samp></td>
<td width="70%">Any two-letter name that begins with A and is two levels <td style="width:70%" headers="search2">Any two-letter name that begins with A and is two levels
deep</td> deep</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp; <samp>::A</samp> </td> <td style="width:30%" headers="syntax">&nbsp; <samp>::A</samp> </td>
<td width="70%">Searches for A not nested in anything</td> <td style="width:70%" headers="search2">Searches for A not nested in anything</td>
</tr> </tr>
<!-- no support for function parameters <!-- no support for function parameters
<tr> <tr>
<td width="30%">&nbsp; <samp>*()</samp></td> <td style="width:30%" headers="syntax">&nbsp; <samp>*()</samp></td>
<td width="70%">Any function taking no parameters</td> <td style="width:70%" headers="search2">Any function taking no parameters</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;&nbsp;<samp>*( A * )</samp> </td> <td style="width:30%" headers="syntax">&nbsp;&nbsp;<samp>*( A * )</samp> </td>
<td width="70%">Any function taking 1 parameter that is a pointer to type <td style="width:70%" headers="search2">Any function taking 1 parameter that is a pointer to type
A</td> A</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;&nbsp;<samp>f( int * )</samp></td> <td style="width:30%" headers="syntax">&nbsp;&nbsp;<samp>f( int * )</samp></td>
<td width="60%">Will search for function f taking 1 parameter that is an <td style="width:60%" headers="search2">Will search for function f taking 1 parameter that is an
int *</td> int *</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;&nbsp;<samp>f( const char [ <td style="width:30%" headers="syntax">&nbsp;&nbsp;<samp>f( const char [
], A &amp; )</samp></td> ], A &amp; )</samp></td>
<td width="60%">Will search for a function f, taking 2 parameters; one is a <td style="width:60%" headers="search2">Will search for a function f, taking 2 parameters; one is a
const char array, the other is a reference to type A</td> const char array, the other is a reference to type A</td>
</tr> </tr>
--> -->
<tr> <tr>
<td width="30%">&nbsp;<samp>operator \*</samp></td> <td style="width:30%" headers="syntax">&nbsp;<samp>operator \*</samp></td>
<td width="60%">Finds only operator *</td> <td style="width:60%" headers="search2">Finds only operator *</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;<samp>operator \*=</samp></td> <td style="width:30%" headers="syntax">&nbsp;<samp>operator \*=</samp></td>
<td width="60%">Finds only operator *=</td> <td style="width:60%" headers="search2">Finds only operator *=</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;<samp>operator *</samp></td> <td style="width:30%" headers="syntax">&nbsp;<samp>operator *</samp></td>
<td width="60%">Finds all operators</td> <td style="width:60%" headers="search2">Finds all operators</td>
</tr> </tr>
<tr> <tr>
<td width="30%">&nbsp;<samp>class</samp></td> <td style="width:30%" headers="syntax">&nbsp;<samp>class</samp></td>
<td width="60%">Searches for anonymous classes</td> <td style="width:60%" headers="search2">Searches for anonymous classes</td>
</tr> </tr>
<tr> <tr>
<td width="30%"> &nbsp;<samp>struct</samp></td> <td style="width:30%" headers="syntax"> &nbsp;<samp>struct</samp></td>
<td width="60%">Searches for anonymous structs</td> <td style="width:60%" headers="search2">Searches for anonymous structs</td>
</tr> </tr>
<tr> <tr>
<td width="30%"> &nbsp;<samp>union</samp></td> <td style="width:30%" headers="syntax"> &nbsp;<samp>union</samp></td>
<td width="60%">Searches for anonymous unions</td> <td style="width:60%" headers="search2">Searches for anonymous unions</td>
</tr> </tr>
</table> </table>
<h2>Search results</h2> <h2>Search results</h2>
@ -219,7 +219,7 @@ your last search.</p>
<h2>Search Concepts</h2> <h2>Search Concepts</h2>
<h3>Declarations</h3> <h3>Declarations</h3>
<p>According to the ANSI C++ Spec, a declaration is a statement that "introduces a name into a translation unit or re-declares a name that has been previously introduced by a previous declaration".</p> <p>According to the ANSI C++ Spec, a declaration is a statement that <Q>introduces a name into a translation unit or re-declares a name that has been previously introduced by a previous declaration</Q>.</p>
<p>All C/C++ search elements can be searched for declarations.</p> <p>All C/C++ search elements can be searched for declarations.</p>
<h3>Definitions</h3> <h3>Definitions</h3>
@ -254,17 +254,17 @@ your last search.</p>
<li> <strong>Workbench User Guide &gt; Concepts &gt; Views &gt; Search view</strong></li> <li> <strong>Workbench User Guide &gt; Concepts &gt; Views &gt; Search view</strong></li>
<li> <strong>Workbench User Guide &gt; Tasks &gt; Navigating and finding resources</strong></li> <li> <strong>Workbench User Guide &gt; Tasks &gt; Navigating and finding resources</strong></li>
</ul> </ul>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"><br> <p><img 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="../concepts/cdt_c_indexer.htm">C/C++ Indexer</a><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_open_declarations.htm">Open Declaration</a><br> <a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
</p> </p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br> <a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
<a href="../tasks/cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br> <a href="../tasks/cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img 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_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> <a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p><p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Templates</h1> <h1 role="main">Templates</h1>
<p>Templates are sections of code that occur frequently enough that you would like <p>Templates are sections of code that occur frequently enough that you would like
to be able to insert them with a few keystrokes. to be able to insert them with a few keystrokes.
@ -23,17 +23,17 @@ The templates that begin with that character appear. Double-click on a template
<p>You can edit existing Code/Content Assist templates or create new ones. From the menu bar choose <p>You can edit existing Code/Content Assist templates or create new ones. From the menu bar choose
<strong>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</strong>.</p> <strong>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</strong>.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a> <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
</p> </p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br><a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a> <br><a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a>
<br><a href="../tasks/cdt_t_contentassist.htm">Using templates</a> <br><a href="../tasks/cdt_t_contentassist.htm">Using templates</a>
<br><a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a> <br><a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_u_m_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</a> <br><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page</a>
<br><a href="../reference/cdt_u_code_temp.htm">Templates page</a> <br><a href="../reference/cdt_u_code_temp.htm">Templates page</a>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Views in the C/C++ perspective</h1> <h1 role="main">Views in the C/C++ perspective</h1>
<p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs. <p>The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs.
The <a href="cdt_c_perspectives.htm">C/C++ perspective</a> displays these panels in a single Eclipse window. </p> The <a href="cdt_c_perspectives.htm">C/C++ perspective</a> displays these panels in a single Eclipse window. </p>
@ -34,13 +34,13 @@ The <a href="cdt_c_perspectives.htm">C/C++ perspective</a> displays these panels
<dt>Tasks</dt><dd>Lists tasks that want to keep track of, either as a schedule of things to do or a history of things that have been done.</dd> <dt>Tasks</dt><dd>Lists tasks that want to keep track of, either as a schedule of things to do or a history of things that have been done.</dd>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a> <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
<br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a> <br><a href="cdt_c_perspectives.htm">C/C++ perspectives</a>
</p> </p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br><a href="../reference/cdt_o_views.htm">Views</a> <br><a href="../reference/cdt_o_views.htm">Views</a>
</p> </p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007,2009 This page is made available under license. For full details, see the LEGAL section in the documentation that contains this page."> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2007,2009 This page is made available under license. For full details, see the LEGAL section in the documentation that contains this page.">
@ -8,14 +8,14 @@
<link rel="STYLESHEET" href="../book.css" type="text/css"> <link rel="STYLESHEET" href="../book.css" type="text/css">
<style> <style>
td {border-top: solid thin black;} td {border-top: solid thin black;}
img[alt] {background-color:#ffdddd;} img[alt] {}
tr {vertical-align: top;} tr {vertical-align: top;}
</style> </style>
<title>CDT New and Noteworthy</title> <title>CDT New and Noteworthy</title>
</head> </head>
<body> <body>
<h1 id="top">CDT 7.0 - New and Noteworthy</h1> <h1 role="main" id="top">CDT 7.0 - New and Noteworthy</h1>
<p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn70">What's new in CDT 7.0</a> on the CDT wiki <p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn70">What's new in CDT 7.0</a> on the CDT wiki
which may contain more recent information. which may contain more recent information.
</p> </p>
@ -28,19 +28,19 @@ which may contain more recent information.
<p><!-- ******************** Editor ********************** --> <p><!-- ******************** Editor ********************** -->
<tr> <tr>
<td colspan="2"><a name="Editor"></a> <td colspan="2"><a name="Editor"></a>
<div style="font-size: 20px; font-weight: bold;">Editor</div> <div class="title">Editor</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Sort Lines</span></p> <p style="text-align:right"><span class="bold">Sort Lines</span></p>
</td> </td>
<td>The new <strong>Sort Lines</strong> command that sorts selected lines alphabetically. <td>The new <strong>Sort Lines</strong> command that sorts selected lines alphabetically.
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Surround with</span></p> <p style="text-align:right"><span class="bold">Surround with</span></p>
</td> </td>
<td> <td>
<p><img src="../images/70/CDT70_Surroundwith.png" alt="Surround with"></img></p> <p><img src="../images/70/CDT70_Surroundwith.png" alt="Surround with"></img></p>
@ -48,7 +48,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Templates View support</span></p> <p style="text-align:right"><span class="bold">Templates View support</span></p>
</td> </td>
<td>Added Templates View support. <td>Added Templates View support.
<p><img src="../images/70/CDT70_Templates.png" alt="Templates View"></img></p> <p><img src="../images/70/CDT70_Templates.png" alt="Templates View"></img></p>
@ -56,7 +56,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Outline View Groupings</span></p> <p style="text-align:right"><span class="bold">Outline View Groupings</span></p>
</td> </td>
<td>Option to group macro definitions in the Outline view. <td>Option to group macro definitions in the Outline view.
<p><img src="../images/70/CDT70_Outlinegroupmacros.png" alt="Outline View Groupings"></img></p> <p><img src="../images/70/CDT70_Outlinegroupmacros.png" alt="Outline View Groupings"></img></p>
@ -67,12 +67,12 @@ which may contain more recent information.
<!-- ******************** Codan ********************** --> <!-- ******************** Codan ********************** -->
<tr> <tr>
<td colspan="2"><a name="Editor"></a> <td colspan="2"><a name="Editor"></a>
<div style="font-size: 20px; font-weight: bold;">Codan</div> <div class="title">Codan</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Code Analysis</span></p> <p style="text-align:right"><span class="bold">Code Analysis</span></p>
</td> </td>
<td>New code analysis framework is introduced, called Codan. See this <td>New code analysis framework is introduced, called Codan. See this
<a href="http://wiki.eclipse.org/CDT/designs/StaticAnalysis">wiki</a> for details. <a href="http://wiki.eclipse.org/CDT/designs/StaticAnalysis">wiki</a> for details.
@ -84,19 +84,19 @@ which may contain more recent information.
<!-- ******************** Refactoring ********************** --> <!-- ******************** Refactoring ********************** -->
<tr> <tr>
<td colspan="2"><a name="Refactoring"></a> <td colspan="2"><a name="Refactoring"></a>
<div style="font-size: 20px; font-weight: bold;">Refactoring</div> <div class="title">Refactoring</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Getters and setters</span></p> <p style="text-align:right"><span class="bold">Getters and setters</span></p>
</td> </td>
<td>Choice where to place getters and setters during refactoring. <td>Choice where to place getters and setters during refactoring.
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Refactoring History</span></p> <p style="text-align:right"><span class="bold">Refactoring History</span></p>
</td> </td>
<td>Introduced <strong>Refactoring History</strong> for the CDT Refactorings <td>Introduced <strong>Refactoring History</strong> for the CDT Refactorings
<p><img src="../images/70/CDT70_Refactoringhistory.png" alt="Getters and setters"></img></p> <p><img src="../images/70/CDT70_Refactoringhistory.png" alt="Getters and setters"></img></p>
@ -107,19 +107,19 @@ which may contain more recent information.
<!-- ******************** Build ********************** --> <!-- ******************** Build ********************** -->
<tr> <tr>
<td colspan="2"><a name="Build"></a> <td colspan="2"><a name="Build"></a>
<div style="font-size: 20px; font-weight: bold;">Build</div> <div class="title">Build</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Edit While Building</span></p> <p style="text-align:right"><span class="bold">Edit While Building</span></p>
</td> </td>
<td>Allow saving files while external Makefile builds are in progress <td>Allow saving files while external Makefile builds are in progress
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Console Error Highlighting</span></p> <p style="text-align:right"><span class="bold">Console Error Highlighting</span></p>
</td> </td>
<td>Compiler errors and warnings are now highlighted in the build console. <td>Compiler errors and warnings are now highlighted in the build console.
Navigation from errors in build console to location in editor is possible Navigation from errors in build console to location in editor is possible
@ -129,7 +129,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Regex Error Parser</span></p> <p style="text-align:right"><span class="bold">Regex Error Parser</span></p>
</td> </td>
<td>Regular Expression Error Parser introduced. The parser is user-configurable and can be used <td>Regular Expression Error Parser introduced. The parser is user-configurable and can be used
to parse errors from non-standard compilers to parse errors from non-standard compilers
@ -138,7 +138,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Save Log</span></p> <p style="text-align:right"><span class="bold">Save Log</span></p>
</td> </td>
<td>Added ability to save build log to a file <td>Added ability to save build log to a file
<p><img src="../images/70/CDT70_SaveLog.png" alt="Save Log"></img></p> <p><img src="../images/70/CDT70_SaveLog.png" alt="Save Log"></img></p>
@ -146,15 +146,15 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Run Last Target</span></p> <p style="text-align:right"><span class="bold">Run Last Target</span></p>
</td> </td>
<td>New keyboard bindings "Run Last Make Target" F9/Shift-F9 <td>New keyboard bindings <Q>Run Last Make Target</Q> F9/Shift-F9
<p><img src="../images/70/CDT70_LastMakeTarget.png" alt="Run Last Target"></img></p> <p><img src="../images/70/CDT70_LastMakeTarget.png" alt="Run Last Target"></img></p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Project Context Menu</span></p> <p style="text-align:right"><span class="bold">Project Context Menu</span></p>
</td> </td>
<td>Organized project context menu related to build. <td>Organized project context menu related to build.
<p><img src="../images/70/CDT70_ProjectContextMenu.png" alt="Project Context Menu"></img></p> <p><img src="../images/70/CDT70_ProjectContextMenu.png" alt="Project Context Menu"></img></p>
@ -162,15 +162,15 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Build Selected Configurations</span></p> <p style="text-align:right"><span class="bold">Build Selected Configurations</span></p>
</td> </td>
<td>Reworked "Build Selected Configurations" dialog. <td>Reworked <Q>Build Selected Configurations</Q> dialog.
<p><img src="../images/70/CDT70_BuildSelected.png" alt="Build Selected Configurations"></img></p> <p><img src="../images/70/CDT70_BuildSelected.png" alt="Build Selected Configurations"></img></p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Build Preferences</span></p> <p style="text-align:right"><span class="bold">Build Preferences</span></p>
</td> </td>
<td>Organized build preferences under <strong>Build</strong> page. <td>Organized build preferences under <strong>Build</strong> page.
<p><img src="../images/70/CDT70_BuildPreferences.png" alt="Build Preferences"></img></p> <p><img src="../images/70/CDT70_BuildPreferences.png" alt="Build Preferences"></img></p>
@ -178,7 +178,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">New Icons</span></p> <p style="text-align:right"><span class="bold">New Icons</span></p>
</td> </td>
<td>New icons and decorations. <td>New icons and decorations.
<p><img src="../images/70/CDT70_NewIcons70.png" alt="New Icons"></img></p> <p><img src="../images/70/CDT70_NewIcons70.png" alt="New Icons"></img></p>
@ -186,7 +186,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Import Includes</span></p> <p style="text-align:right"><span class="bold">Import Includes</span></p>
</td> </td>
<td>Import/Export in Includes and Symbols tabs on the Paths and Symbols project properties. <td>Import/Export in Includes and Symbols tabs on the Paths and Symbols project properties.
<p><img src="../images/70/CDT70_ImportIncludes.png" alt="Import Includes"></img></p> <p><img src="../images/70/CDT70_ImportIncludes.png" alt="Import Includes"></img></p>
@ -194,7 +194,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">MinGW and Cygwin</span></p> <p style="text-align:right"><span class="bold">MinGW and Cygwin</span></p>
</td> </td>
<td>Better algorithms to recognize MinGW and Cygwin toolchains, see <td>Better algorithms to recognize MinGW and Cygwin toolchains, see
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=303900">bug 303900 (Cygwin 1.7)</a> and <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=303900">bug 303900 (Cygwin 1.7)</a> and
@ -203,14 +203,14 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Hello World</span></p> <p style="text-align:right"><span class="bold">Hello World</span></p>
</td> </td>
<td>When a Hello World project is created, open generated file automatically. <td>When a Hello World project is created, open generated file automatically.
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Headless Builder</span></p> <p style="text-align:right"><span class="bold">Headless Builder</span></p>
</td> </td>
<td>Headless Builder has been improved: supports configuration selection, <td>Headless Builder has been improved: supports configuration selection,
returns error code if built projects have error markers. returns error code if built projects have error markers.
@ -218,7 +218,7 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">GCC options</span></p> <p style="text-align:right"><span class="bold">GCC options</span></p>
</td> </td>
<td>ManagedBuild GCC toolchain supports pre included header files, i.e. <strong>-include</strong> switch to gcc <td>ManagedBuild GCC toolchain supports pre included header files, i.e. <strong>-include</strong> switch to gcc
</td> </td>
@ -228,20 +228,24 @@ which may contain more recent information.
<!-- ******************** Project/Configuration References ********************** --> <!-- ******************** Project/Configuration References ********************** -->
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">References</span></p> <p style="text-align:right"><span class="bold">References</span></p>
</td> </td>
<td> <td>
<li>CDT Project References can be ordered. Referenced paths and symbols automatically track this order.</li> <ul>
<li>References to library projects are automatically linked in.</li> <li>CDT Project References can be ordered. Referenced paths and symbols automatically track this order.</li>
<li>A configuration can reference another configuration in the same project.</li> <li>References to library projects are automatically linked in.</li>
<li>A configuration can reference another configuration in the same project.</li>
</ul>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">UPC</span></p> <p style="text-align:right"><span class="bold">UPC</span></p>
</td> </td>
<td> <td>
<li>New UPC project wizard supports the Berkeley UPC toolchain.</li> <ul>
<li>New UPC project wizard supports the Berkeley UPC toolchain.</li>
</ul>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
@ -249,12 +253,12 @@ which may contain more recent information.
<!-- ******************** Debug ********************** --> <!-- ******************** Debug ********************** -->
<tr> <tr>
<td colspan="2"><a name="Debug"></a> <td colspan="2"><a name="Debug"></a>
<div style="font-size: 20px; font-weight: bold;">Debug</div> <div class="title">Debug</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Non-Stop</span></p> <p style="text-align:right"><span class="bold">Non-Stop</span></p>
</td> </td>
<td>Support for <strong>Non-Stop Debugging</strong> (stopping one or more threads while the others continue to execute). <td>Support for <strong>Non-Stop Debugging</strong> (stopping one or more threads while the others continue to execute).
Requires GDB 7.0 or newer. Requires GDB 7.0 or newer.
@ -263,9 +267,10 @@ which may contain more recent information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Features</span></p> <p style="text-align:right"><span class="bold">Features</span></p>
</td> </td>
<td> <td>
<ul>
<li><strong>DSF-GDB</strong>. The default debugger for the CDT is now using a different debugging framework and is called DSF-GDB. <li><strong>DSF-GDB</strong>. The default debugger for the CDT is now using a different debugging framework and is called DSF-GDB.
It provides better support for newer GDB versions, such as 6.7, 6.8 and 7.x, for older versions you would It provides better support for newer GDB versions, such as 6.7, 6.8 and 7.x, for older versions you would
have to edit preferences to use the old framework (CDI) by default. See full list of DSF-GDB features have to edit preferences to use the old framework (CDI) by default. See full list of DSF-GDB features
@ -285,6 +290,7 @@ which may contain more recent information.
</li> </li>
<li><strong>Interrupts on Windows</strong> platform while debugging application got improved support. <li><strong>Interrupts on Windows</strong> platform while debugging application got improved support.
</li> </li>
</ul>
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
@ -292,12 +298,12 @@ which may contain more recent information.
<!-- ******************** Bugs fixed ********************** --> <!-- ******************** Bugs fixed ********************** -->
<tr> <tr>
<td colspan="2"><a name="bugs70"></a> <td colspan="2"><a name="bugs70"></a>
<div style="font-size: 20px; font-weight: bold;">Bugs Fixed</div> <div class="title">Bugs Fixed</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Fixed</span></p> <p style="text-align:right"><span class="bold">Fixed</span></p>
</td> </td>
<td>All Bugzilla tasks closed in this release: <td>All Bugzilla tasks closed in this release:
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;resolution=FIXED;target_milestone=6.1;target_milestone=7.0;product=CDT;classification=Tools"> <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;resolution=FIXED;target_milestone=6.1;target_milestone=7.0;product=CDT;classification=Tools">
@ -310,12 +316,12 @@ which may contain more recent information.
<!-- ******************** Known Limitations ********************** --> <!-- ******************** Known Limitations ********************** -->
<tr> <tr>
<td colspan="2"><a name="bugs70"></a> <td colspan="2"><a name="bugs70"></a>
<div style="font-size: 20px; font-weight: bold;">Known Limitations</div> <div class="title">Known Limitations</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Limitations</span></p> <p style="text-align:right"><span class="bold">Limitations</span></p>
</td> </td>
<td>Cannot run or debug class in a project with GB18030 characters in workspace/project name. <td>Cannot run or debug class in a project with GB18030 characters in workspace/project name.
Most class libraries do not properly support the creation of a system process (via java.lang.Runtime.exec(...)) Most class libraries do not properly support the creation of a system process (via java.lang.Runtime.exec(...))

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007,2009 This page is made available under license. For full details, see the LEGAL section in the documentation that contains this page."> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2007,2009 This page is made available under license. For full details, see the LEGAL section in the documentation that contains this page.">
@ -8,14 +8,14 @@
<link rel="STYLESHEET" href="../book.css" type="text/css"> <link rel="STYLESHEET" href="../book.css" type="text/css">
<style> <style>
td {border-top: solid thin black;} td {border-top: solid thin black;}
img[alt] {background-color:#ffdddd;} img[alt] {}
tr {vertical-align: top;} tr {vertical-align: top;}
</style> </style>
<title>CDT New and Noteworthy</title> <title>CDT New and Noteworthy</title>
</head> </head>
<body> <body>
<h1 id="top">CDT 6.0 - New and Noteworthy</h1> <h1 role="main" id="top">CDT 6.0 - New and Noteworthy</h1>
<p>Note: "New and Noteworthy" for <a href="#5.0">previous versions</a> is at the bottom of this file.</p> <p>Note: "New and Noteworthy" for <a href="#5.0">previous versions</a> is at the bottom of this file.</p>
<p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn60">What's new in CDT 6.0</a> on the CDT wiki; <p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn60">What's new in CDT 6.0</a> on the CDT wiki;
may contain other information. may contain other information.
@ -30,12 +30,12 @@ may contain other information.
<p><!-- ******************** Editor ********************** --> <p><!-- ******************** Editor ********************** -->
<tr> <tr>
<td colspan="2"><a name="Editor"></a> <td colspan="2"><a name="Editor"></a>
<div style="font-size: 20px; font-weight: bold;">Editor</div> <div class="title">Editor</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Rename in File</span></p> <p style="text-align:right"><span class="bold">Rename in File</span></p>
</td> </td>
<td>To make rename refactoring work interactively in the editor, <td>To make rename refactoring work interactively in the editor,
position the cursor on an identifier in the editor and hit Ctrl-1 position the cursor on an identifier in the editor and hit Ctrl-1
@ -47,7 +47,7 @@ may contain other information.
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Refactoring</span></p> <p style="text-align:right"><span class="bold">Refactoring</span></p>
</td> </td>
<td>"Extract local variable" is added via editor context menu. <td>"Extract local variable" is added via editor context menu.
Select an expression in the editor and select Refactor > Extract local variable Select an expression in the editor and select Refactor > Extract local variable
@ -63,7 +63,7 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Add Include </span></p> <p style="text-align:right"><span class="bold">Add Include </span></p>
</td> </td>
<td>Add Include significantly improved. <td>Add Include significantly improved.
<ul> <ul>
@ -82,7 +82,7 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Outline View</span></p> <p style="text-align:right"><span class="bold">Outline View</span></p>
</td> </td>
<td> <td>
<ul> <ul>
@ -108,20 +108,20 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold"> Macro Exploration </span></p> <p style="text-align:right"><span class="bold"> Macro Exploration </span></p>
</td> </td>
<td>Improved Macro Exploration control. <td>Improved Macro Exploration control.
<ul> <ul>
<li>The Macro Expansion hover now has a toolbar at the bottom of the control with back, forward and open <li>The Macro Expansion hover now has a toolbar at the bottom of the control with back, forward and open
declaration buttons.</li> declaration buttons.</li>
<li>The title bar of the Macro Expansion hover is now draggable.</li> <li>The title bar of the Macro Expansion hover is now draggable.
<p><img src="../images/60/CDT6.0_macro_hover.png" alt="Macro Expansion hover toolbar"></p> <p><img src="../images/60/CDT6.0_macro_hover.png" alt="Macro Expansion hover toolbar"></p></li>
</ul> </ul>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Block selection mode </span></p> <p style="text-align:right"><span class="bold">Block selection mode </span></p>
</td> </td>
<td>Block selection mode now works in the CDT editor. <td>Block selection mode now works in the CDT editor.
<p><img src="../images/60/CDT6.0_block_mode.png" alt="Block selection mode in editor"> <p><img src="../images/60/CDT6.0_block_mode.png" alt="Block selection mode in editor">
@ -129,7 +129,7 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">C style block commenting</span></p> <p style="text-align:right"><span class="bold">C style block commenting</span></p>
</td> </td>
<td>C style block commenting (Ctrl-Shift-/) improved <td>C style block commenting (Ctrl-Shift-/) improved
<!-- <p><img src="../images/60/image.png" alt="alternate text for image for accessibility"> --> <!-- <p><img src="../images/60/image.png" alt="alternate text for image for accessibility"> -->
@ -139,12 +139,12 @@ may contain other information.
<!-- ******************** Indexing ********************** --> <!-- ******************** Indexing ********************** -->
<tr> <tr>
<td colspan="2"><a name="Indexing"></a> <td colspan="2"><a name="Indexing"></a>
<div style="font-size: 20px; font-weight: bold;">Indexing</div> <div class="title">Indexing</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Implicit references and overloaded operators</span></p> <p style="text-align:right"><span class="bold">Implicit references and overloaded operators</span></p>
</td> </td>
<td> <td>
<p></p> <p></p>
@ -179,7 +179,7 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">System Includes</span></p> <p style="text-align:right"><span class="bold">System Includes</span></p>
</td> </td>
@ -197,7 +197,7 @@ may contain other information.
</tr> </tr>
<td> <td>
<p align="right"><span class="bold">Indexer Accuracy</span></p> <p style="text-align:right"><span class="bold">Indexer Accuracy</span></p>
</td> </td>
<td> <td>
<ul> <ul>
@ -214,12 +214,12 @@ may contain other information.
<!-- ******************** Navigation and Search ********************** --> <!-- ******************** Navigation and Search ********************** -->
<tr> <tr>
<td colspan="2"><a name="navAndSearch"></a> <td colspan="2"><a name="navAndSearch"></a>
<div style="font-size: 20px; font-weight: bold;">Navigation and Search</div> <div class="title">Navigation and Search</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Open Declaration</span></p> <p style="text-align:right"><span class="bold">Open Declaration</span></p>
</td> </td>
<td>Open Declaration (F3) improved, particularly for unresolved symbols. <td>Open Declaration (F3) improved, particularly for unresolved symbols.
<p>Open Declaration is capable of detecting potential matches.</p> <p>Open Declaration is capable of detecting potential matches.</p>
@ -232,12 +232,12 @@ may contain other information.
<!-- ******************** Project and Build ********************** --> <!-- ******************** Project and Build ********************** -->
<tr> <tr>
<td colspan="2"><a name="projAndBuild"></a> <td colspan="2"><a name="projAndBuild"></a>
<div style="font-size: 20px; font-weight: bold;">Project and Build</div> <div class="title">Project and Build</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Converters</span></p> <p style="text-align:right"><span class="bold">Converters</span></p>
</td> </td>
<td> <td>
<ul> <ul>
@ -250,11 +250,11 @@ may contain other information.
<tr> <tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Working Sets</span></p> <p style="text-align:right"><span class="bold">Working Sets</span></p>
</td> </td>
<td> <td>
<ul> <ul>
<li>Complete overhaul of the user interface for Working Set Configurations:</li> <li>Complete overhaul of the user interface for Working Set Configurations:
<ul> <ul>
<li>Updated Manage Working Set Configurations dialog for simpler workflows</li> <li>Updated Manage Working Set Configurations dialog for simpler workflows</li>
<li>Quick access to configurations via a property page for Working Sets <li>Quick access to configurations via a property page for Working Sets
@ -268,13 +268,13 @@ may contain other information.
</li> </li>
<li>For more details, see the <a href="http://wiki.eclipse.org/CDT/designs/workingSets">working sets <li>For more details, see the <a href="http://wiki.eclipse.org/CDT/designs/workingSets">working sets
design document</a></li> design document</a></li>
</ul> </ul></li>
</ul> </ul>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Make Targets View</span></p> <p style="text-align:right"><span class="bold">Make Targets View</span></p>
</td> </td>
<td> <td>
<ul> <ul>
@ -295,7 +295,7 @@ may contain other information.
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Error and Problem management</span></p> <p style="text-align:right"><span class="bold">Error and Problem management</span></p>
</td> </td>
<td>ErrorParserManager has been significantly simplified and improved. See <a <td>ErrorParserManager has been significantly simplified and improved. See <a
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=264715">bug 264715 </a>and its subtasks. href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=264715">bug 264715 </a>and its subtasks.
@ -334,19 +334,19 @@ may contain other information.
<!-- ******************** Debug and Launch ********************** --> <!-- ******************** Debug and Launch ********************** -->
<tr> <tr>
<td colspan="2"><a name="debugAndLaunch"></a> <td colspan="2"><a name="debugAndLaunch"></a>
<div style="font-size: 20px; font-weight: bold;">Debug and Launch</div> <div class="title">Debug and Launch</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">DSF Integration</span></p> <p style="text-align:right"><span class="bold">DSF Integration</span></p>
</td> </td>
<td>DSF (Eclipse Debugger Services Framework) integrated. See <a <td>DSF (Eclipse Debugger Services Framework) integrated. See <a
href="http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html">DSF features</a> for more information.</td> href="http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html">DSF features</a> for more information.</td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Launch Group</span></p> <p style="text-align:right"><span class="bold">Launch Group</span></p>
</td> </td>
<td> <td>
<p>New "Launch Group" launch configuration. Allows to launch several processes at once.</p> <p>New "Launch Group" launch configuration. Allows to launch several processes at once.</p>
@ -356,12 +356,12 @@ may contain other information.
<!-- ******************** Bugs fixed ********************** --> <!-- ******************** Bugs fixed ********************** -->
<tr> <tr>
<td colspan="2"><a name="bugs60"></a> <td colspan="2"><a name="bugs60"></a>
<div style="font-size: 20px; font-weight: bold;">Bugs fixed</div> <div class="title">Bugs fixed</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">Bugs fixed</span></p> <p style="text-align:right"><span class="bold">Bugs fixed</span></p>
</td> </td>
<td>Bugs fixed in this release: <td>Bugs fixed in this release:
<a href="http://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Tools&product=CDT&target_milestone=6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> <a href="http://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Tools&product=CDT&target_milestone=6.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">
@ -374,12 +374,12 @@ may contain other information.
<!-- <!--
<tr> <tr>
<td colspan="2"><a name="NewTopic"></a> <td colspan="2"><a name="NewTopic"></a>
<div style="font-size: 20px; font-weight: bold;">Newtopic</div> <div class="title">Newtopic</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<p align="right"><span class="bold">texthere</span></p> <p style="text-align:right"><span class="bold">texthere</span></p>
</td> </td>
<td>text here. <td>text here.
<p><img src="../images/image.png" alt="alternate text for image for accessibility"> <p><img src="../images/image.png" alt="alternate text for image for accessibility">
@ -397,7 +397,7 @@ See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a>
<p>Highlights include: <p>Highlights include:
<h3>Editor</h3> <h2>Editor</h2>
<ul> <ul>
<li>Code and File Templates - user-definable templates can be used in New Class and New Source/Header File wizards. <li>Code and File Templates - user-definable templates can be used in New Class and New Source/Header File wizards.
<li>New preference page for Code Templates <li>New preference page for Code Templates
@ -413,18 +413,18 @@ See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a>
<li>Visual Studio key bindings <li>Visual Studio key bindings
</ul> </ul>
<h3>Navigation and Search</h3> <h2>Navigation and Search</h2>
<ul> <ul>
<li>Open Declaration for operators, empty macros, element in outline view, etc <li>Open Declaration for operators, empty macros, element in outline view, etc
<li>Open Element support for static functions/variables, other improvements <li>Open Element support for static functions/variables, other improvements
<li>Search - for Static functions/variables, macros, references of local variables, Search view usability improvements <li>Search - for Static functions/variables, macros, references of local variables, Search view usability improvements
</ul> </ul>
<h3>Call Hierarchy</h3> <h2>Call Hierarchy</h2>
<ul> <ul>
<li>Read/write decorators indicate read/write status for variables <li>Read/write decorators indicate read/write status for variables
<li>Polymorphic method calls (virtual methods) support <li>Polymorphic method calls (virtual methods) support
</ul> </ul>
<h3>Refactoring</h3> <h2>Refactoring</h2>
<ul> <ul>
<li>Refactoring infrastructure much improved, models transformation on the AST <li>Refactoring infrastructure much improved, models transformation on the AST
<li>Generate Getters and Setters <li>Generate Getters and Setters
@ -433,19 +433,19 @@ See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a>
<li>Extract Constant <li>Extract Constant
<li>Extract Function <li>Extract Function
</ul> </ul>
<h3>Indexer</h3> <h2>Indexer</h2>
<ul> <ul>
<li>Improved accuracy and performance <li>Improved accuracy and performance
<li>Entirely new preprocessor <li>Entirely new preprocessor
<li>Improved infrastructure <li>Improved infrastructure
<li>Visual indication of indexer status <li>Visual indication of indexer status
</ul> </ul>
<h3>Projects and Build</h3> <h2>Projects and Build</h2>
<ul> <ul>
<li>Project Properties improved usability <li>Project Properties improved usability
<li>Make target locations - make targets at the project level are built in the project build directory <li>Make target locations - make targets at the project level are built in the project build directory
</ul> </ul>
<h3>Debug</h3> <h2>Debug</h2>
<ul> <ul>
<li>Executables view <li>Executables view
<li>Event breakpoints - added gdb catchpoints support <li>Event breakpoints - added gdb catchpoints support

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,10 +10,10 @@
<body> <body>
<h1>Build</h1> <h1 role="main">Build</h1>
<p>This section describes the build views and terminology.</p> <p>This section describes the build views and terminology.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,12 +10,12 @@
<body> <body>
<h1>Coding aids</h1> <h1 role="main">Coding aids</h1>
<p>This section provides information on code entry aids.</p> <p>This section provides information on code entry aids.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_content_assist.htm">Content Assist</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_content_assist.htm">Content Assist</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_templates.htm">Templates</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_templates.htm">Templates</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,48 +10,48 @@
<body> <body>
<h1>Concepts</h1> <h1 role="main">Concepts</h1>
<p>Provides background information for CDT components, tasks and objectives.</p> <p>Provides background information for CDT components, tasks and objectives.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_cdt.htm">CDT Overview</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_cdt.htm">CDT Overview</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_projects.htm">CDT Projects</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_projects.htm">CDT Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_perspectives.htm">Perspectives available to C/C++ developers</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_perspectives.htm">Perspectives available to C/C++ developers</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_views.htm">Views in the C/C++ perspective</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_views.htm">Views in the C/C++ perspective</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_code_entry.htm">Coding aids</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_code_entry.htm">Coding aids</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_content_assist.htm">Content Assist</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_content_assist.htm">Content Assist</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_templates.htm">Templates</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_templates.htm">Templates</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_edit.htm">Editing C/C++ Files</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_edit.htm">Editing C/C++ Files</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_nav.htm">Navigation aids</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_nav.htm">Navigation aids</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_outlineview.htm">Outline View</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_outlineview.htm">Outline View</a><br>
<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" 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" href="cdt_c_search.htm">C/C++ Search</a><br> <img src="../images/trans.gif" width="50" 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_open_declarations.htm">Open Declaration</a><br> <img src="../images/trans.gif" 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">Open Element</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none">Include Browser</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" width="50" 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_o_build_conc.htm">Build</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_build_conc.htm">Build</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_build_over.htm">Building C/C++ Projects</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html?root=Tools_Project&view=co">Manage Build Extensibility Document</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html?root=Tools_Project&view=co">Manage Build Extensibility Document</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_concepts.htm">Debug</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_concepts.htm">Debug</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br>
<!-- <!--
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration: none;">Error Parsing</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration: none;">Error Parsing</a><br>
<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" 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" 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" 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_prog_bar.htm">C/C++ Indexer Progress Bar</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a><br>
<p><img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p> <p><img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p>
</body> </body>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,12 +10,12 @@
<body> <body>
<h1>Debug</h1> <h1 role="main">Debug</h1>
<p>This section describes CDT debug concepts.</p> <p>This section describes CDT debug concepts.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_over_dbg.htm">Debug overview</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_dbg_info.htm">Debug information</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,10 +10,10 @@
<body> <body>
<h1>Editing C/C++ Files</h1> <h1 role="main">Editing C/C++ Files</h1>
<p>This section provides information on editing C/C++ files.</p> <p>This section provides information on editing C/C++ files.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_makefile.htm">Makefile</a><br>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>C/C++ Development User Guide</h1> <h1 role="main">C/C++ Development User Guide</h1>
<p>The C/C++ Development Toolkit (CDT) is a collection of Eclipse-based features that provides the capability <p>The C/C++ Development Toolkit (CDT) is a collection of Eclipse-based features that provides the capability
to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language.</p> to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language.</p>
@ -23,14 +23,14 @@ This allows you to mix and match such tools depending on your project requiremen
not, the base CDT does provide support for integration with the GNU tools for build and debug. Please see the not, the base CDT does provide support for integration with the GNU tools for build and debug. Please see the
<a href="cdt_c_before_you_begin.htm">Before you begin</a> section for installation instructions</p> <a href="cdt_c_before_you_begin.htm">Before you begin</a> section for installation instructions</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_before_you_begin.htm">Before you begin</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_before_you_begin.htm">Before you begin</a><br>
<br> <br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="../getting_started/cdt_o_tutorial.htm">Getting Started</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="../getting_started/cdt_o_tutorial.htm">Getting Started</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_concepts.htm">Concepts</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_concepts.htm">Concepts</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="../tasks/cdt_o_tasks.htm">Tasks</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="../tasks/cdt_o_tasks.htm">Tasks</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="../reference/cdt_o_ref.htm">Reference</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="../reference/cdt_o_ref.htm">Reference</a><br>
<br> <br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_whatsnew.htm">What's new</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_whatsnew.htm">What's new</a><br>
</body> </body>
</html> </html>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,18 +10,18 @@
<body> <body>
<h1>Navigation Aids</h1> <h1 role="main">Navigation Aids</h1>
<p>This section provides information on navigating through the C/C++ Perspective.</p> <p>This section provides information on navigating through the C/C++ Perspective.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_outlineview.htm">Outline View</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_outlineview.htm">Outline View</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_search.htm">C/C++ Search</a><br> <img src="../images/trans.gif" 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 Declaration</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_open_declarations.htm">Open Declaration</a><br>
<!-- <!--
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Element</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Make Targets View</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none">Make Targets View</a><br>
--> -->
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,35 +7,37 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>Getting Started</h1> <h1 role="main">Getting Started</h1>
<p>The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:</p> <p>The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_prepare_workbench.htm">Prepare the Workbench</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_prepare_workbench.htm">Prepare the Workbench</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_basic.htm">Create a simple application</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_basic.htm">Create a simple application</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_newproj.htm">Create a Makefile project</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_newproj.htm">Create a Makefile project</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_import.htm">Import an existing project </a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_import.htm">Import an existing project </a><br>
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_newcpp.htm">Create a C++ file </a><br>
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_newmake.htm">Create a makefile </a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_build.htm">Build a project</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_build.htm">Build a project</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_debug.htm">Debug a project</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_debug.htm">Debug a project</a><br>
<br> <br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">Import C/C++ source into Eclipse</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">Import C/C++ source into Eclipse</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_install_cdt.htm">Install/update the CDT</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_install_cdt.htm">Install/update the CDT</a><br>
<p align="left"> <img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p> <img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br> <a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
</p> </p>

View file

@ -1,17 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New CDT Project with generated makefile - Tutorial</title> <title>New CDT Project with generated makefile - Tutorial</title>
<link rel="stylesheet" type="text/css" href="../book.css"> <link rel="stylesheet" type="text/css" href="../book.css">
<!--
<script language="JavaScript"> <script language="JavaScript">
function newWin(url) { function newWin(url) {
window.open(url, 'install_cdt', 'width=900, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes'); window.open(url, 'install_cdt', 'width=900, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
} }
</script> </script>
-->
</head> </head>
<body> <body>
<h2>Tutorial: Creating a simple application</h2> <h1 role="main">Tutorial: Creating a simple application</h1>
<p>In this tutorial, you will use the CDT to create a simple 'Hello World' application. <p>In this tutorial, you will use the CDT to create a simple 'Hello World' application.
This tutorial describes the process of creating a new C++ project where the build is This tutorial describes the process of creating a new C++ project where the build is
@ -29,11 +31,11 @@ Now with CDT, you just select a project type, and that determines what build sys
<li><a href="#cdt_running">Running the application</a></li> <li><a href="#cdt_running">Running the application</a></li>
</ol> </ol>
<hr> <hr>
<h3> Step 1: <a name="cdt_create"></a>Creating a project</h3> <h2> Step 1: <a name="cdt_create"></a>Creating a project</h2>
<ol> <ol>
<li>Select <strong>File &gt; New &gt; Project</strong>.<br> <li>Select <strong>File &gt; New &gt; Project</strong>.<br>
<br> <br>
</p>
<img src="../images/cdt_w_basic02.png" alt="Select File &gt; New &gt; Project menu option" width="591" height="183"> <img src="../images/cdt_w_basic02.png" alt="Select File &gt; New &gt; Project menu option" width="591" height="183">
<p><br> <p><br>
</p> </p>
@ -47,12 +49,12 @@ Now with CDT, you just select a project type, and that determines what build sys
<li> <li>
<p>The <strong>C++ Project</strong> wizard opens.<br> <p>The <strong>C++ Project</strong> wizard opens.<br>
</p> </p>
</p>
<p><img src="../images/cdt_w_basic04.png" alt="C++ project wizard" width="525" height="576"><br> <p><img src="../images/cdt_w_basic04.png" alt="C++ project wizard" width="525" height="576"><br>
<br>By default, the CDT filters the <strong>Toolchain</strong> and <strong>Project types</strong> that it displays in those lists based on the language support for the C++ Project wizard you selected for this tutorial.</p> <br>By default, the CDT filters the <strong>Toolchain</strong> and <strong>Project types</strong> that it displays in those lists based on the language support for the C++ Project wizard you selected for this tutorial.</p>
</li> <br>
<br>
<ol type="a">
<ol style="list-style-type: lower-alpha;">
<li>In the <strong>Project name</strong> field, type a name for the project, such as <strong>HelloWorld</strong>. <li>In the <strong>Project name</strong> field, type a name for the project, such as <strong>HelloWorld</strong>.
<p><br> <p><br>
</p> </p>
@ -72,13 +74,16 @@ Now with CDT, you just select a project type, and that determines what build sys
</li> </li>
<li>Click <strong>Next</strong>. </li> <li>Click <strong>Next</strong>. </li>
</ol> </ol>
</ol> <br>
</li>
<ol start="4">
<li>Specify the <strong>Basic Properties</strong> for the new project, such as your author, copyright, and source information, then click <strong>Next</strong>.<br> <li>Specify the <strong>Basic Properties</strong> for the new project, such as your author, copyright, and source information, then click <strong>Next</strong>.<br>
<br> <br>
<img src="../images/cdt_w_basic06a.png" alt="Basic properties of a project" width="525" height="576"><br> <img src="../images/cdt_w_basic06a.png" alt="Basic properties of a project" width="525" height="576"><br>
<br> <br>
</li>
<li> <li>
<p>The <strong>Select Configurations</strong> page displays a list of configurations based on the project type and toolchain(s) selected earlier. <br> <p>The <strong>Select Configurations</strong> page displays a list of configurations based on the project type and toolchain(s) selected earlier. <br>
<br> <br>
@ -87,20 +92,20 @@ Now with CDT, you just select a project type, and that determines what build sys
<strong>OPTIONAL</strong>: If you want to change the default project settings, click <strong>Advanced Setting</strong> to open the <a href="../reference/cdt_u_prop_all.htm">Project Properties</a> dialog for your new project allowing you change any of the project specific settings, <strong>OPTIONAL</strong>: If you want to change the default project settings, click <strong>Advanced Setting</strong> to open the <a href="../reference/cdt_u_prop_all.htm">Project Properties</a> dialog for your new project allowing you change any of the project specific settings,
such as includes paths, compiler options, and libraries.<br> such as includes paths, compiler options, and libraries.<br>
<br> <br>
</p> </p></li>
<li><p>Click <strong>Finish</strong>.<br> <li><p>Click <strong>Finish</strong>.<br>
</p> </p></li>
</ol> </ol>
<p><strong>NOTE</strong> If the <strong>C++ perspective</strong> is not currently set as the default, you are prompted to determined if you would like to this project to be associated with the C/C++ perspective. Click <strong>Yes</strong>.<br> <p><strong>NOTE</strong> If the <strong>C++ perspective</strong> is not currently set as the default, you are prompted to determined if you would like to this project to be associated with the C/C++ perspective. Click <strong>Yes</strong>.<br>
</p> </p>
<p>A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected. <p>A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected.
You should now see the new project in <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> view.</p> You should now see the new project in <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> view.</p>
<blockquote>
<p><img src="../images/cdt_w_basic12.png" alt="New project displayed in the Project Explorer view" width="423" height="283"></p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../images/cdt_w_basic12.png" alt="New project displayed in the Project Explorer view" width="423" height="283"></p>
</blockquote> <br>
<hr> <hr>
<br> <br>
<h3>Step 2: <a name="cdt_build" id="cdt_build"></a>Reviewing the code and building the project</h3> <h2>Step 2: <a name="cdt_build" id="cdt_build"></a>Reviewing the code and building the project</h2>
<ol> <ol>
<li>From the <strong>Project Explorer</strong> view, double-click the .cpp file created for your project, for example, <span class="typewriter">HelloWorld.cpp</span>. You'll find it within the project "<span class="typewriter">src</span>" folder.<br> <li>From the <strong>Project Explorer</strong> view, double-click the .cpp file created for your project, for example, <span class="typewriter">HelloWorld.cpp</span>. You'll find it within the project "<span class="typewriter">src</span>" folder.<br>
<br> <br>
@ -130,28 +135,28 @@ The project should build successfully.</p>
<br> <br>
<p>You will also see the <strong>Outline</strong> view has also been populated <p>You will also see the <strong>Outline</strong> view has also been populated
with objects created from your code. If you select an item from the <strong>Outline</strong> view, the with objects created from your code. If you select an item from the <strong>Outline</strong> view, the
corresponding text in the editor is highlighted.</p> corresponding text in the editor is highlighted.</p></li>
</ol> </ol>
<hr> <hr>
<br> <br>
<h3>Step 3: <a name="cdt_running" id="cdt_running"></a>Running the application</h3> <h2>Step 3: <a name="cdt_running" id="cdt_running"></a>Running the application</h2>
<p>To run your application:</p> <p>To run your application:</p>
<ol> <ol>
<li>Within the C/C++ Perspective, click <strong>Run &gt; Run Configurations...</strong>.<p><br></p></li> <li>Within the C/C++ Perspective, click <strong>Run &gt; Run Configurations...</strong>.<p><br></p></li>
<li>Select <strong>C/C++ Application</strong>.<p><br></p></li> <li>Select <strong>C/C++ Application</strong>.<p><br></p></li>
<li>Click <strong>New</strong>.<br> <li>Click <strong>New</strong>.<br>
</li>
<p>A new Run Configuration is created. Its name and path to the executable are provided by the project ('Hello World' in our case). <p>A new Run Configuration is created. Its name and path to the executable are provided by the project ('Hello World' in our case).
</li>
<li>Click <strong>Run</strong>.<p><br></p> <li>Click <strong>Run</strong>.<p><br></p>
<p>Now, you should see the Hello World application running in the <strong>Console</strong> view. <p>Now, you should see the Hello World application running in the <strong>Console</strong> view.
The <strong>Console</strong> also shows which application is running in a title bar.</p><br></li> The <strong>Console</strong> also shows which application is running in a title bar.</p><br></li>
<li>You can click the other views to see the information that they contain. <li>You can click the other views to see the information that they contain.</li>
</ol> </ol>

View file

@ -1,18 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Building your project</title> <title>Building your project</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<!--
<script language="JavaScript"> <script language="JavaScript">
function newWin(url) { function newWin(url) {
window.open(url, 'install_cdt', 'width=750, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes'); window.open(url, 'install_cdt', 'width=750, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
} }
</script> </script>
-->
</head> </head>
<body> <body>
<h1>Building a project</h1> <h1 role="main">Building a project</h1>
<p>The make output and build progress information displays in the <p>The make output and build progress information displays in the
<a href="../reference/cdt_u_console_view.htm">Console</a> view. The <a href="../reference/cdt_u_make_targets_view.htm">Make Targets</a> view displays makefile actions, and the <a href="../reference/cdt_u_console_view.htm">Console</a> view. The <a href="../reference/cdt_u_make_targets_view.htm">Make Targets</a> view displays makefile actions, and the
@ -20,12 +22,12 @@ function newWin(url) {
<h2>To build a project:</h2> <h2>To build a project:</h2>
<ol> <ol>
<li>In the <strong>Project Explorer</strong> view, select your project. For the tutorial, you can select the <strong>HelloWorld</strong> project you created earlier. <p><br></p></li> <li>In the <strong>Project Explorer</strong> view, select your project. For the tutorial, you can select the <strong>HelloWorld</strong> project you created earlier. <p><br></p></li>
<li>Click <strong>Project &gt; Build Project</strong>, or click the build icon <img src="../images/hammer-icon.png" alt="build icon" align="absmiddle"> on the toolbar. </li> <li>Click <strong>Project &gt; Build Project</strong>, or click the build icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar.
<p>If you see an error message, such as:</p> <br><br><p>If you see an error message, such as:</p><br>
<p><samp>&nbsp;&nbsp;&nbsp;(Cannot run program "make": Launching failed)</samp></p> <p><samp>&nbsp;&nbsp;&nbsp;(Cannot run program "make": Launching failed)</samp></p><br>
<p>then CDT cannot locate the build command, usually <samp class="typewriter">make</samp>. <p>then CDT cannot locate the build command, usually <samp class="typewriter">make</samp>.
Either your path is not configured correctly, or you do not have <samp class="typewriter">make</samp> Either your path is not configured correctly, or you do not have <samp class="typewriter">make</samp>
installed on your system.</p> installed on your system.</p><br><br></li>
<li>You can see in the <strong>Console</strong> view the output and results of the build command. <li>You can see in the <strong>Console</strong> view the output and results of the build command.
Click on its tab to bring the view forward if it is not currently visible. Click on its tab to bring the view forward if it is not currently visible.
If for some reason it's not present, you can open it by selecting <strong>Window > Show View > Console</strong>. If for some reason it's not present, you can open it by selecting <strong>Window > Show View > Console</strong>.
@ -34,28 +36,28 @@ If for some reason it's not present, you can open it by selecting <strong>Window
<img src="../images/cdt_w_newmake03.png" alt="Console view in C/C++ Perspective" width="842" height="633"><br> <img src="../images/cdt_w_newmake03.png" alt="Console view in C/C++ Perspective" width="842" height="633"><br>
</li> </li>
</ol> </ol>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts" <p><img src="../images/ngconcepts.gif" alt="Related concepts"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br> <a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br> <a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
</p> </p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks" <p><img src="../images/ngtasks.gif" alt="Related tasks"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a><br> <a href="../tasks/cdt_o_build_task.htm">Building projects</a><br>
</p> </p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"> width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, <a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page,
C/C++ Properties window</a><br> C/C++ Properties window</a><br>
</p> </p>
<p> <a href="cdt_w_debug.htm"> <p> <a href="cdt_w_debug.htm">
<img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <strong><a <img src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <strong><a
href="cdt_w_debug.htm">Next: Debugging a project</a></strong></p> href="cdt_w_debug.htm">Next: Debugging a project</a></strong></p>
<p align="left"> <a href="cdt_w_newmake.htm"> <p> <a href="cdt_w_newmake.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16" alt="Previous icon"></a> <strong><a <img src="../images/ngback.gif" width="16" height="16" alt="Previous icon"></a> <strong><a
href="cdt_w_newmake.htm">Back: Creating a makefile</a></strong></p> href="cdt_w_newmake.htm">Back: Creating a makefile</a></strong></p>
<p> <p>
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p> <img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Debugging a project</h1> <h1 role="main">Debugging a project</h1>
<p>The debugger lets you control the execution of your program by setting <p>The debugger lets you control the execution of your program by setting
breakpoints, suspending executed programs, stepping through your code, and breakpoints, suspending executed programs, stepping through your code, and
@ -31,7 +31,7 @@ examining the contents of variables.</p>
<p>If a project is selected in the <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> view the following data is automatically entered, take a moment to verify its accuracy or change as needed. <br> <p>If a project is selected in the <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> view the following data is automatically entered, take a moment to verify its accuracy or change as needed. <br>
<br> <br>
</p> </p>
<ol type="a"> <ol style="list-style-type: lower-alpha;">
<li>In the <strong>Name</strong> edit box, type the project name, like <strong>Hello World</strong>.<br> <li>In the <strong>Name</strong> edit box, type the project name, like <strong>Hello World</strong>.<br>
<br> <br>
You can now select this debug launch configuration by name the next time You can now select this debug launch configuration by name the next time
@ -54,31 +54,32 @@ examining the contents of variables.</p>
</li> </li>
</ol> </ol>
</li> </li>
<li>Click <strong>Debug</strong>.</li> <li>Click <strong>Debug</strong>.<br><br>
<p>You may be prompted to switch to the <strong>Debug</strong> perspective. Click <strong>Yes</strong></p> <p>You may be prompted to switch to the <strong>Debug</strong> perspective. Click <strong>Yes</strong></p><br>
<p>The <strong>Debug</strong> perspective appears with the <span class="typewriter">helloworld.exe</span> application window open. <p>The <strong>Debug</strong> perspective appears with the <span class="typewriter">helloworld.exe</span> application window open.
The C/C++ editor repositions in the perspective.</p> The C/C++ editor repositions in the perspective.</p>
</ol>
<blockquote> <br>
<p><strong>NOTE</strong> If you see the error "<span class="typewriter">Can't find source file</span>" in the editor view, use the <strong>Locate File</strong> button <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>NOTE:</strong> If you see the error "<span class="typewriter">Can't find source file</span>" in the editor view, use the <strong>Locate File</strong> button
to locate your source file.<br> to locate your source file.<br>
</p> </p>
</blockquote> <br>
<ol> </li>
<li>In the left margin of the <span class="typewriter">main.cpp</span> window, double-click to set a <li>In the left margin of the <span class="typewriter">main.cpp</span> window, double-click to set a
breakpoint on:<br> breakpoint on:<br>
<br> <br>
&nbsp;<span class="typewriter">cout &lt;&lt; &quot;You just entered&quot; &nbsp;<span class="typewriter">cout &lt;&lt; &quot;You just entered&quot;
</span><br> </span><br>
<br> <br>
You'll see a blue circle (<img src="../images/icon_breakpoint_obj.gif" alt="Breakpoint" width="16" height="16" align="absmiddle">) there indicating the breakpoint is set.</br> You'll see a blue circle (<img src="../images/icon_breakpoint_obj.gif" alt="Breakpoint" width="16" height="16">) there indicating the breakpoint is set.</br>
<br> <br>
<br> <br>
</li> </li>
<li>Click <strong>Run &gt; Resume</strong>. <li>Click <strong>Run &gt; Resume</strong>.
<br> <br>
<br> <br>
Or, you can use the <strong>Resume</strong> button (<img src="../images/icon_db_resume.png" alt="Resume" width="19" height="14" align="absmiddle">) on the toolbar of the <strong>Debug</strong> view Or, you can use the <strong>Resume</strong> button (<img src="../images/icon_db_resume.png" alt="Resume" width="19" height="14">) on the toolbar of the <strong>Debug</strong> view
.<br> .<br>
<br> <br>
</li> </li>
@ -93,8 +94,8 @@ examining the contents of variables.</p>
<li>Click <strong>Run &gt; Resume</strong>.<br> <li>Click <strong>Run &gt; Resume</strong>.<br>
<br> <br>
</li> </li>
<li>When prompted, again type a value other than 'm' in the <a href="../reference/cdt_u_console_view.htm">Console</a> view, and press Enter.</li> <li>When prompted, again type a value other than 'm' in the <a href="../reference/cdt_u_console_view.htm">Console</a> view, and press Enter.
<p>The breakpoint will be hit.</p> <p>The breakpoint will be hit.</p></li>
<li>In the <strong>Variables</strong> view, verify that the variable is not 'm'.<br> <li>In the <strong>Variables</strong> view, verify that the variable is not 'm'.<br>
<br> <br>
</li> </li>
@ -102,23 +103,24 @@ examining the contents of variables.</p>
and type <strong>'m'</strong> <em>between the single quotes</em> and hit <strong>OK</strong>.<br> and type <strong>'m'</strong> <em>between the single quotes</em> and hit <strong>OK</strong>.<br>
<br> <br>
</li> </li>
<li>Click <strong>Run &gt; Resume</strong>.</li> <li>Click <strong>Run &gt; Resume</strong>.
<p>The output in the <span class="typewriter">helloworld.exe</span> application window is: &nbsp;&quot;<span class="typewriter">You just entered m, you need to enter m to exit.</span>&quot; <p>The output in the <span class="typewriter">helloworld.exe</span> application window is: &nbsp;&quot;<span class="typewriter">You just entered m, you need to enter m to exit.</span>&quot;
</p></li>
<li>The application terminates and the debug session ends. The <strong>Debug</strong> perspective remains open.</li> <li>The application terminates and the debug session ends. The <strong>Debug</strong> perspective remains open.</li>
</ol> </ol>
<p>To learn more about debugging, see the related debug conceptual topics.</p> <p>To learn more about debugging, see the related debug conceptual topics.</p>
<p align="left"> <a href="cdt_w_build.htm"> <p> <a href="cdt_w_build.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a><strong> <a href="cdt_w_build.htm">Back: Building a project</a></strong>&nbsp;&nbsp;&nbsp; </p> <img src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a><strong> <a href="cdt_w_build.htm">Back: Building a project</a></strong>&nbsp;&nbsp;&nbsp; </p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br> <a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p> <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_u_dbg_view.htm">Debug view</a><br> <a href="../reference/cdt_u_dbg_view.htm">Debug view</a><br>
<a href="../reference/cdt_u_dbg_view.htm">Debug launch controls</a><br> <a href="../reference/cdt_u_dbg_view.htm">Debug launch controls</a><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -9,7 +9,7 @@
<body> <body>
<h1>Importing your C/C++ source files into Eclipse</h1> <h1 role="main">Importing your C/C++ source files into Eclipse</h1>
<p>Using the CVS Repository Exploring perspective, you can check <p>Using the CVS Repository Exploring perspective, you can check
out modules or directories into existing projects, or create new out modules or directories into existing projects, or create new
@ -184,8 +184,8 @@ When you have successfully imported your existing file system, the folder
structure is displayed in the C/C++ Projects view. Again, you should identify an structure is displayed in the C/C++ Projects view. Again, you should identify an
appropriate "root folder" to import from.</p> appropriate "root folder" to import from.</p>
<p><strong>Tip:</strong> <h3>Tip:</h3>
<p>
<ul> <ul>
<li>Importing your existing file system can consume significant disk space <li>Importing your existing file system can consume significant disk space
depending on the size of your files.</li> depending on the size of your files.</li>
@ -193,14 +193,14 @@ appropriate "root folder" to import from.</p>
previously referenced the original file location such as a ClearCase view.</li> previously referenced the original file location such as a ClearCase view.</li>
</ul></p> </ul></p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_over_cdt.htm">Overview of the CDT</a><br> <a href="../concepts/cdt_c_over_cdt.htm">Overview of the CDT</a><br>
&nbsp;<a href="../concepts/cdt_c_projects.htm">CDT Projects</a></p> &nbsp;<a href="../concepts/cdt_c_projects.htm">CDT Projects</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p><p> <a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p><p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -13,21 +13,21 @@ function newWin(url) {
</script> </script>
</head> </head>
<body> <body>
<h2>Tutorial: Importing an existing project</h2> <h1 role="main">Tutorial: Importing an existing project</h1>
<p>The following tutorial takes you though the process of importing a 'legacy' application using the CDT.</p> <p>The following tutorial takes you though the process of importing a 'legacy' application using the CDT.</p>
<p>Step 1: You want to create a single project that will reflect all of the components for the existing source tree.<br></p> <p>Step 1: You want to create a single project that will reflect all of the components for the existing source tree.<br></p>
<ol> <ol>
<li>Select <strong>File &gt; New &gt; Project</strong>. <li>Select <strong>File &gt; New &gt; Project</strong>.</li>
<li>For this tutorial, expand <strong>C/C++</strong> and select <strong>C++ project</strong>. <li>For this tutorial, expand <strong>C/C++</strong> and select <strong>C++ project</strong>.
<p><br> <p><br>
The <strong>New Project</strong> wizard displays. The <strong>New Project</strong> wizard displays.
<a href="javascript:void(0)" onClick="newWin('../images/cdt_w_import02.png')">Click <a href="javascript:void(0)" onClick="newWin('../images/cdt_w_import02.png')">Click
here to see an illustration (displayed in a separate window)</a>.</p> here to see an illustration (displayed in a separate window)</a>.</p>
<br> <br></li>
<li>In the <strong>Project name</strong> field, type a name for the project. <li>In the <strong>Project name</strong> field, type a name for the project.</li>
<li>Ensure that the <strong>Use default location</strong> option is not selected because here we will specify where the <li>Ensure that the <strong>Use default location</strong> option is not selected because here we will specify where the
resources reside in the file system, in a location other than your workspace. <br> resources reside in the file system, in a location other than your workspace. <br>
We assume this directory location already exists, and contains e.g. source files and makefile. If it does not exist, it We assume this directory location already exists, and contains e.g. source files and makefile. If it does not exist, it
@ -38,19 +38,19 @@ function newWin(url) {
<a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon01.png')">Click <a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon01.png')">Click
here to see an illustration (displayed in a separate window)</a>.</p> here to see an illustration (displayed in a separate window)</a>.</p>
</p> </li>
<li>In the <strong>Location</strong> field, specify the path to the existing files for your project. <li>In the <strong>Location</strong> field, specify the path to the existing files for your project.</li>
<li>From the <strong>Project types</strong> list, expand <strong>Makefile Project</strong> and select <strong>Empty Project.</strong>. <li>From the <strong>Project types</strong> list, expand <strong>Makefile Project</strong> and select <strong>Empty Project.</strong>.
<ul> <ul>
<li>To have sample source and a makefile created in your existing directory, select <strong>Hello World C++ Project</strong></li> <li>To have sample source and a makefile created in your existing directory, select <strong>Hello World C++ Project</strong></li>
</ul> </ul></li>
<li>Make sure a toolchain is selected.</li> <li>Make sure a toolchain is selected.</li>
<li>Click <strong>Next</strong>. <li>Click <strong>Next</strong>.
<p>&nbsp; <p>&nbsp;</p></li>
<li>(Optional) On the <strong>Select Configurations</strong> page, select only the configurations you want created. Configurations <li>(Optional) On the <strong>Select Configurations</strong> page, select only the configurations you want created. Configurations
display for each toolchain selected on the previous page of the wizard. display for each toolchain selected on the previous page of the wizard.</li>
<li>Click <strong>Finish</strong> to close the dialog box. <li>Click <strong>Finish</strong> to close the dialog box.
<p>You will see the new project in the Project Explorer view. In addition, new 'dot' files have been created in <p>You will see the new project in the Project Explorer view. In addition, new 'dot' files have been created in
your legacy project's root directory, these are CDT project files.</p> your legacy project's root directory, these are CDT project files.</p>
@ -60,11 +60,11 @@ function newWin(url) {
The view menu is activated via the small downward-pointing triangle in the upper right of the toolbar of the view. The view menu is activated via the small downward-pointing triangle in the upper right of the toolbar of the view.
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenu.png')">Click here to see an <p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenu.png')">Click here to see an
illustration (displayed in a separate window)</a>.</p> illustration (displayed in a separate window)</a>.</p>
<br> <br></li>
<li>In the <strong>Available Customizations</strong> window, on the <strong>Filters</strong> tab, uncheck ".* resources." <li>In the <strong>Available Customizations</strong> window, on the <strong>Filters</strong> tab, uncheck ".* resources."
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenuFilters.png')">Click here to see an <p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenuFilters.png')">Click here to see an
illustration (displayed in a separate window)</a>.</p> illustration (displayed in a separate window)</a>.</p>
<br> <br></li>
<li>The formerly hidden 'dot' files are now shown in the <strong>Project Explorer</strong>. <li>The formerly hidden 'dot' files are now shown in the <strong>Project Explorer</strong>.
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenuFilters2.png')">Click here to see an <p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_viewMenuFilters2.png')">Click here to see an
illustration (displayed in a separate window)</a>.</p> illustration (displayed in a separate window)</a>.</p>
@ -72,6 +72,7 @@ function newWin(url) {
</li> </li>
<li>Hit <strong>OK</strong> to close the dialog.</li> <li>Hit <strong>OK</strong> to close the dialog.</li>
</ul> </ul>
</li>
</ol> </ol>
<p>Step 2: You are now ready to build your project.<br></p> <p>Step 2: You are now ready to build your project.<br></p>
@ -79,7 +80,7 @@ function newWin(url) {
<li>To build your project, select <strong>Project</strong> &gt; <strong>Build Project</strong>. <li>To build your project, select <strong>Project</strong> &gt; <strong>Build Project</strong>.
<br>You can also hit the hammer icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar to <br>You can also hit the hammer icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar to
build the selected project. build the selected project.
<br>&nbsp;</br> <br>&nbsp;</br></li>
<li>You may see an error e.g. <code> "make: *** no rule to make target 'all'.</code> <li>You may see an error e.g. <code> "make: *** no rule to make target 'all'.</code>
<p>This is because, in our case, we didn't tell it where the makefile is, or its name.</p> <p>This is because, in our case, we didn't tell it where the makefile is, or its name.</p>
<ul> <ul>
@ -98,11 +99,10 @@ function newWin(url) {
or use the hammer icon <img src="../images/hammer-icon.png" alt="build icon">. or use the hammer icon <img src="../images/hammer-icon.png" alt="build icon">.
</li> </li>
</ul> </ul>
</li>
<p>After the project build completes, the results display in the <strong>Console</strong> view and new objects, such as binaries and includes, show in the <strong>Project Explorer</strong> view.</p> <p>After the project build completes, the results display in the <strong>Console</strong> view and new objects, such as binaries and includes, show in the <strong>Project Explorer</strong> view.</p>
<p>&nbsp; <p>&nbsp;
<a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon03.png')">Click <a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon03.png')">Click
here to see an illustration (displayed in a separate window)</a>.</p> here to see an illustration (displayed in a separate window)</a>.</p><br></li>
<li>Review the results to ensure that there are no errors. <li>Review the results to ensure that there are no errors.
<p>&nbsp; <p>&nbsp;
@ -113,6 +113,7 @@ function newWin(url) {
</br> </br>
</p> </p>
</li>
</ol> </ol>
<p>Step 3: You are now ready to run your application.</p> <p>Step 3: You are now ready to run your application.</p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -6,6 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Updating the CDT</title> <title>Updating the CDT</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<!--
<script language="JavaScript"> <script language="JavaScript">
function changeSize(theImage,wd,ht) { function changeSize(theImage,wd,ht) {
wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height); wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
@ -14,6 +15,7 @@ function changeSize(theImage,wd,ht) {
theImage.style.width=wdth; theImage.style.height=hght; theImage.style.width=wdth; theImage.style.height=hght;
} }
</script> </script>
-->
<script language="JavaScript"> <script language="JavaScript">
function newWin(url) { function newWin(url) {
window.open(url, 'install_cdt', 'width=900, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes'); window.open(url, 'install_cdt', 'width=900, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
@ -23,7 +25,7 @@ function newWin(url) {
<body> <body>
<h1>Installing and updating the CDT</h1> <h1 role="main">Installing and updating the CDT</h1>
<p>You can use the Software Updates manager to quickly install or update the CDT directly from the Eclipse workbench using your internet connection.</p> <p>You can use the Software Updates manager to quickly install or update the CDT directly from the Eclipse workbench using your internet connection.</p>
@ -56,7 +58,7 @@ function newWin(url) {
<li>You must accept the Eclipse.org Software User Agreement to continue installing the CDT update. If you accept the terms, select <strong>I accept the terms in the license agreement</strong> and then click <strong>Next</strong>. <li>You must accept the Eclipse.org Software User Agreement to continue installing the CDT update. If you accept the terms, select <strong>I accept the terms in the license agreement</strong> and then click <strong>Next</strong>.
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_license_agreement.png')">Click here to see an illustration</a>.</p> <p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_license_agreement.png')">Click here to see an illustration</a>.</p>
<br></li> <br>
<p>You can review the summary list of the features you selected to install.<br></p><br></li> <p>You can review the summary list of the features you selected to install.<br></p><br></li>
<li>Optional: Click <strong>Change Location</strong> to select the location you would like the updates installed. Typically, this is the directory where you installed Eclipse.<p><br></p></li> <li>Optional: Click <strong>Change Location</strong> to select the location you would like the updates installed. Typically, this is the directory where you installed Eclipse.<p><br></p></li>
<li>Click <strong>Finish</strong>.<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_location.png')">Click here to see an illustration</a>.</p> <li>Click <strong>Finish</strong>.<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_update_location.png')">Click here to see an illustration</a>.</p>
@ -72,7 +74,7 @@ function newWin(url) {
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_restart.png')">Click here to see an illustration</a>.</p> <p><a href="javascript:void(0)" onClick="newWin('../images/cdt_restart.png')">Click here to see an illustration</a>.</p>
</ol> </ol>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br> <a href="../concepts/cdt_c_over_cdt.htm">CDT Overview</a><br>
<a href="../concepts/cdt_c_perspectives.htm">C/C++ Development perspective</a><br> <a href="../concepts/cdt_c_perspectives.htm">C/C++ Development perspective</a><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Creating your C++ file</h1> <h1 role="main">Creating your C++ file</h1>
<p>You can begin coding your HelloWorld program. The .cpp file that you <p>You can begin coding your HelloWorld program. The .cpp file that you
create will be saved in the project folder you just created create will be saved in the project folder you just created
@ -40,7 +40,7 @@ bar, displays icons for items such as bookmarks, breakpoints, and compiler erro
<li>A Comment template probably appears at the top of an otherwise empty file. <li>A Comment template probably appears at the top of an otherwise empty file.
Type the code, exactly as it appears below, in the editor. Type the code, exactly as it appears below, in the editor.
Or you can paste it in from this help file. Or you can paste it in from this help file.
</li>
<pre> <pre>
#include &lt;iostream&gt; #include &lt;iostream&gt;
using namespace std; using namespace std;
@ -59,7 +59,7 @@ int main () {
exit(0); exit(0);
} }
</pre> </pre>
</li>
<li>Click <strong>File &gt; <li>Click <strong>File &gt;
Save</strong>.</li> Save</strong>.</li>
@ -70,22 +70,22 @@ can build your HelloWorld project, you must create a makefile.</p>
<p> <p>
<a href="cdt_w_newmake.htm" style="text-decoration: none"> <a href="cdt_w_newmake.htm" style="text-decoration: none">
<img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <strong><a href="cdt_w_newmake.htm">Next: Creating your makefile </a> </strong> <img src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <strong><a href="cdt_w_newmake.htm">Next: Creating your makefile </a> </strong>
</p> </p>
<p align="left"><a href="cdt_w_newproj.htm" style="text-decoration: none"> <p><a href="cdt_w_newproj.htm" style="text-decoration: none">
<img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <strong><a href="cdt_w_newproj.htm">Back: Creating your project</a></strong></p> <img src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <strong><a href="cdt_w_newproj.htm">Back: Creating your project</a></strong></p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_projects.htm">CDT projects</a><br> <a href="../concepts/cdt_c_projects.htm">CDT projects</a><br>
<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a><br> <a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a><br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br>
<a href="../tasks/cdt_o_write_code.htm">Writing code</a></p> <a href="../tasks/cdt_o_write_code.htm">Writing code</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p> <a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -15,18 +15,18 @@ function newWin(url) {
<body> <body>
<h1>Creating a makefile</h1> <h1 role="main">Creating a makefile</h1>
<p>For the purpose of this tutorial, you were instructed to create a C++ Project which requires you to create a makefile.</p> <p>For the purpose of this tutorial, you were instructed to create a C++ Project which requires you to create a makefile.</p>
<p>To create a makefile:</p> <p>To create a makefile:</p>
<ol> <ol>
<li>In the <strong>Project Explorer</strong> view, right-click the <strong>HelloWorld</strong> project <li>In the <strong>Project Explorer</strong> view, right-click the <strong>HelloWorld</strong> project
folder and select <strong>New &gt; File</strong>. folder and select <strong>New &gt; File</strong>.</li>
<li>In the <strong>File name</strong> box, type <strong>makefile</strong>.</li> <li>In the <strong>File name</strong> box, type <strong>makefile</strong>.</li>
<li>Click <strong>Finish</strong>.</li> <li>Click <strong>Finish</strong>.</li>
<li>Type the gnu make instructions below in the editor. Lines are <li>Type the gnu make instructions below in the editor. Lines are
indented with tab characters, not with spaces.</li> indented with tab characters, not with spaces.
<blockquote> <blockquote>
<p> <p>
@ -43,6 +43,7 @@ function newWin(url) {
&nbsp;&nbsp;&nbsp; g++ -c -g main.cpp<br> &nbsp;&nbsp;&nbsp; g++ -c -g main.cpp<br>
&nbsp;</p> &nbsp;</p>
</blockquote> </blockquote>
</li>
<li>Click <strong>File &gt; <li>Click <strong>File &gt;
Save</strong>.</li></ol> Save</strong>.</li></ol>
@ -55,23 +56,23 @@ contains main.cpp and makefile. You can now build your HelloWorld project.</p>
<p> <p>
<a href="cdt_w_build.htm" style="text-decoration: none"> <a href="cdt_w_build.htm" style="text-decoration: none">
<img border="0" src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a> <img src="../images/ngnext.gif" width="16" height="16" alt="Next icon"></a>
<strong><a href="cdt_w_build.htm"> <strong><a href="cdt_w_build.htm">
Next: Building your project</a><a href="cdt_w_build.htm" style="text-decoration: none"> </a> </strong> Next: Building your project</a> </strong>
</p> </p>
<p align="left"> <p>
<a href="cdt_w_newcpp.htm"> <a href="cdt_w_newcpp.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <strong><a href="cdt_w_newcpp.htm">Back: Creating your C++ file</a></strong> </p> <img src="../images/ngback.gif" width="16" height="16" alt="Back icon"></a> <strong><a href="cdt_w_newcpp.htm">Back: Creating your C++ file</a></strong> </p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_projects.htm">Project</a><br> <a href="../concepts/cdt_c_projects.htm">Project</a><br>
<a href="../concepts/cdt_o_code_entry.htm">Code entry</a></p> <a href="../concepts/cdt_o_code_entry.htm">Code entry</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a><br>
<a href="../tasks/cdt_o_write_code.htm">Writing code</a></p> <a href="../tasks/cdt_o_write_code.htm">Writing code</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p> <a href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="content-language" content="en-us"> <meta http-equiv="content-language" content="en-us">
@ -13,7 +13,7 @@ function newWin(url) {
</head> </head>
<body> <body>
<h1>Creating a Makefile project</h1> <h1 role="main">Creating a Makefile project</h1>
<p> <p>
This tutorial describes the process of creating a new C++ project that includes a makefile, and debugging the program.</p> This tutorial describes the process of creating a new C++ project that includes a makefile, and debugging the program.</p>
@ -75,15 +75,15 @@ There can be several toolchains available, depending on the compilers installed
<li>In the <strong>Binary Parser</strong> list, select the error parser that is appropriate for your platform. <li>In the <strong>Binary Parser</strong> list, select the error parser that is appropriate for your platform.
Other project settings can be modified here as well. The default selection is probably OK. Other project settings can be modified here as well. The default selection is probably OK.
</li> <br>
<p>To ensure the accuracy of the C/C++ Projects view and the ability to successfully <p>To ensure the accuracy of the C/C++ Projects view and the ability to successfully
run and debug your programs, selecting the correct parser is important. After run and debug your programs, selecting the correct parser is important. After
you select the correct parser for your development environment and build your you select the correct parser for your development environment and build your
project, you can view the components of the .o file in the C/C++ Projects project, you can view the components of the .o file in the C/C++ Projects
view. You can also view the contents of the .o file in the C/C++ editor. view. You can also view the contents of the .o file in the C/C++ editor.
<p></p>Click <strong>OK</strong> to close the Project Properties window. </p><br>Click <strong>OK</strong> to close the Project Properties window.</li>
</ul> </ul>
</p>
<li>Click <strong>Finish</strong>.</li> <li>Click <strong>Finish</strong>.</li>
<li>If a message box prompts you to change perspectives, click <strong>Yes</strong>. <li>If a message box prompts you to change perspectives, click <strong>Yes</strong>.
</li> </li>
@ -99,19 +99,19 @@ program.</p>
<p><strong>Tip:</strong> You can view and modify the properties of your <p><strong>Tip:</strong> You can view and modify the properties of your
HelloWorld project at any time by right-clicking on the project in the <strong>Project Explorer</strong> HelloWorld project at any time by right-clicking on the project in the <strong>Project Explorer</strong>
view and clicking Properties.</p> <p><a style="text-decoration: none" href="cdt_w_newcpp.htm"><img view and clicking Properties.</p> <p><a style="text-decoration: none" href="cdt_w_newcpp.htm"><img
src="../images/ngnext.gif" height="16" width="16" border="0" alt="Next Icon"></a> <a href="cdt_w_newcpp.htm"><strong> src="../images/ngnext.gif" height="16" width="16" alt="Next Icon"></a> <a href="cdt_w_newcpp.htm"><strong>
Next: Creating your C++ file</strong></a></p> <p align="left">For more information Next: Creating your C++ file</strong></a></p> <p>For more information
about:</p> <ul> about:</p> <ul>
<li>Projects, see <strong>Workbench User Guide > Concepts > Workbench > Resources <li>Projects, see <strong>Workbench User Guide > Concepts > Workbench > Resources
</strong></li> </strong></li>
<li>The workspace, see <strong>Workbench User Guide > Tasks > Upgrading Eclipse <li>The workspace, see <strong>Workbench User Guide > Tasks > Upgrading Eclipse
</strong></li> </strong></li>
</ul> <p><img src="../images/ngconcepts.gif" alt="Related concepts" height="21" width="143" </ul> <p><img src="../images/ngconcepts.gif" alt="Related concepts" height="21" width="143"
border="0"> <br> <a href="../concepts/cdt_c_over_cdt.htm">CDT overview</a><br> <a href="../concepts/cdt_c_projects.htm"> > <br> <a href="../concepts/cdt_c_over_cdt.htm">CDT overview</a><br> <a href="../concepts/cdt_c_projects.htm">
CDT projects</a><br> <a href="../concepts/cdt_c_proj_file_views.htm">Project file views CDT projects</a><br> <a href="../concepts/cdt_c_proj_file_views.htm">Project file views
</a></p> <p><img src="../images/ngtasks.gif" alt="Related tasks" height="21" width="143" </a></p> <p><img src="../images/ngtasks.gif" alt="Related tasks" height="21" width="143"
border="0"> <br> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p> <p><img > <br> <a href="../tasks/cdt_o_proj_files.htm">Working with C/C++ project files</a></p> <p><img
src="../images/ngref.gif" alt="Related reference" height="21" width="143" border="0"> <br> <a src="../images/ngref.gif" alt="Related reference" height="21" width="143" > <br> <a
href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p> href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view</a></p>
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -15,7 +15,7 @@ function newWin(url) {
<body> <body>
<h1>Preparing the Workbench</h1> <h1 role="main">Preparing the Workbench</h1>
<p>This tutorial will get you started using the C/C++ Development Toolkit (CDT) in the Workbench.</p> <p>This tutorial will get you started using the C/C++ Development Toolkit (CDT) in the Workbench.</p>
<p>First, you will verify that the workbench is properly configured for C/C++ development. It is assumed that:</p> <p>First, you will verify that the workbench is properly configured for C/C++ development. It is assumed that:</p>
@ -44,16 +44,16 @@ To reset the current perspective to its original layout, from the menu bar selec
<ul> <ul>
<li>Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Editor </strong>to access C/C++ editor preference panels, inlcuding: <li>Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Editor </strong>to access C/C++ editor preference panels, inlcuding:
<ul> <ul>
<li><a href="../reference/cdt_u_c_editor_gen.htm">Editor</a> control the appearance of text highlighting</li> <li><a href="../reference/cdt_u_c_editor_gen.htm">Editor</a> - control the appearance of text highlighting</li>
<li><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist </a> customize the Content Assist feature</li> <li><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist </a>- customize the Content Assist feature</li>
<li><a href="../reference/cdt_u_c_editor_folding.htm">Folding</a> customize folding behavior in the C/C++ editor</li> <li><a href="../reference/cdt_u_c_editor_folding.htm">Folding</a> - customize folding behavior in the C/C++ editor</li>
<li><a href="../reference/cdt_u_c_editor_hov.htm">Hovering</a> customize hover behavior in the C/C++ editor </li> <li><a href="../reference/cdt_u_c_editor_hov.htm">Hovering</a> - customize hover behavior in the C/C++ editor </li>
<li><a href="../reference/cdt_u_c_editor_mark_occurrences.htm">Mark Occurances</a> set annotations for the C/C++ Editor view</li> <li><a href="../reference/cdt_u_c_editor_mark_occurrences.htm">Mark Occurances</a> - set annotations for the C/C++ Editor view</li>
<li><a href="../reference/cdt_u_c_editor_save_actions.htm">Save Actions</a> configure actions performed while saving a file</li> <li><a href="../reference/cdt_u_c_editor_save_actions.htm">Save Actions</a> - configure actions performed while saving a file</li>
<li><a href="../reference/cdt_u_c_editor_scalability.htm">Scalability</a> configure behavior for handling large source files</li> <li><a href="../reference/cdt_u_c_editor_scalability.htm">Scalability</a> - configure behavior for handling large source files</li>
<li><a href="../reference/cdt_u_c_editor_color.htm">Syntax Coloring</a> specify how C/C++ source code is rendered</li> <li><a href="../reference/cdt_u_c_editor_color.htm">Syntax Coloring</a> - specify how C/C++ source code is rendered</li>
<li><a href="../reference/cdt_u_c_code_templates_pref.htm">Templates</a> configure the format of newly generated code stubs, comments and files</li> <li><a href="../reference/cdt_u_c_code_templates_pref.htm">Templates</a> - configure the format of newly generated code stubs, comments and files</li>
<li><a href="../reference/cdt_u_c_editor_typing.htm">Typing</a> configure formatting input as you type</li> <li><a href="../reference/cdt_u_c_editor_typing.htm">Typing</a> - configure formatting input as you type</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>C++ Hello World example</title> <title>C++ Hello World example</title>
</head> </head>
<body bgcolor="#ffffcc"> <body style="background-color:#ffffcc;">
<p style="color:#0066ff">Copy the code below and paste it into the <strong>main.cpp</strong> file in the Editor view:</p> <p role="main" style="color:#0066ff">Copy the code below and paste it into the <strong>main.cpp</strong> file in the Editor view:</p>
<pre> <pre>
#include &#60iostream&#62 #include &#60iostream&#62

View file

@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>C++ Makefile example</title> <title>C++ Makefile example</title>
</head> </head>
<body bgcolor="#ffffcc"> <body style="background-color:#ffffcc;">
<p style="color:#0066ff">Copy the script below and paste it into the <strong>makefile</strong> file in the Editor view:</p> <p role="main" style="color:#0066ff">Copy the script below and paste it into the <strong>makefile</strong> file in the Editor view:</p>
<pre> <pre>
all: hello all: hello

View file

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1"> content="text/html; charset=iso-8859-1">
@ -8,8 +8,8 @@
<title>Legal Notices</title> <title>Legal Notices</title>
</head> </head>
<body> <body>
<h3> <h1 role="main">
<a name="Notices"></a>Notices</h3> <a name="Notices"></a>Notices</h1>
<p> <p>
The material in this guide is Copyright (c) IBM Corporation and others The material in this guide is Copyright (c) IBM Corporation and others
2004, 2010. 2004, 2010.

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,21 +10,21 @@
<body> <body>
<h1>C/C++ editor preferences</h1> <h1 role="main">C/C++ editor preferences</h1>
<p>This section describes how to set preferences for the C/C++ editor.</p> <p>This section describes how to set preferences for the C/C++ editor.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_gen.htm">General preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_gen.htm">General preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist.htm">Content Assist preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist.htm">Content Assist preferences</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist_adv.htm">Advanced preferences</a><br> &nbsp;&nbsp;&nbsp;&nbsp;<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist_adv.htm">Advanced preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_folding.htm">Folding preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_folding.htm">Folding preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_hov.htm">Hovers preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_hov.htm">Hovers preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_mark_occurrences.htm">Mark Occurrences preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_mark_occurrences.htm">Mark Occurrences preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_save_actions.htm">Save Actions preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_save_actions.htm">Save Actions preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_scalability.htm">Scalability preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_scalability.htm">Scalability preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_color.htm">Syntax Coloring preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_color.htm">Syntax Coloring preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Templates preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Templates preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_typing.htm">Typing preferences</a> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_typing.htm">Typing preferences</a>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,18 +10,18 @@
<body> <body>
<h1>Debug views</h1> <h1 role="main">Debug views</h1>
<p>This section describes debug views.</p> <p>This section describes debug views.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_registersview.htm">Registers view</a><br> <img src="../images/trans.gif" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dissassembly_view.htm">Disassembly view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dissassembly_view.htm">Disassembly view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,26 +9,26 @@
</head> </head>
<body> <body>
<h1>C/C++ Menubar</h1> <h1 role="main">C/C++ Menubar</h1>
<p>This section describes the menubar options available from the C/C++ perspective.</p> <p>This section describes the menubar options available from the C/C++ perspective.</p>
<p><img src="../images/cdt_menubar.png" <p><img src="../images/cdt_menubar.png"
alt="CDT main menu"> alt="CDT main menu">
</p> </p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""> <img src="../images/trans.gif" width="25" height="1" alt="">
<a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br> <a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p> </p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,11 +10,11 @@
<body> <body>
<h1>Managed Make Project preferences</h1> <h1 role="main">Managed Make Project preferences</h1>
<p style="margin-top: 0">Customizes the managed make project settings for the <p style="margin-top: 0">Customizes the managed make project settings for the
entire workspace.</p> entire workspace.</p>
<p style="margin-top: 0"> <p style="margin-top: 0">
<img border="0" src="../images/mpref.png" width="580" height="525" alt="Managed Build preference page"></p> <img src="../images/mpref.png" width="580" height="525" alt="Managed Build preference page"></p>
<p style="margin-top: 0">The following settings may be customized:</p> <p style="margin-top: 0">The following settings may be customized:</p>
<ul> <ul>
<li> <li>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,10 +10,10 @@
<body> <body>
<h1>Managed Make Project preferences, Build Macros</h1> <h1 role="main">Managed Make Project preferences, Build Macros</h1>
<p style="margin-top: 0">Customizes the build macros for all managed make projects in the workspace.</p> <p style="margin-top: 0">Customizes the build macros for all managed make projects in the workspace.</p>
<p style="margin-top: 0"> <p style="margin-top: 0">
<img border="0" src="../images/mpref_macro.PNG" width="580" height="525" alt="Managed Build Macros Preference page"></p> <img src="../images/mpref_macro.PNG" width="580" height="525" alt="Managed Build Macros Preference page"></p>
<p>You can add, remove and edit build macros that apply to all managed make projects in the workspace.&nbsp; <p>You can add, remove and edit build macros that apply to all managed make projects in the workspace.&nbsp;
Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.&nbsp; Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.&nbsp;
Each table contains three columns<strong>:</strong></p> Each table contains three columns<strong>:</strong></p>
@ -28,7 +28,7 @@ Each table contains three columns<strong>:</strong></p>
the <strong>System Macros</strong> table.</p> the <strong>System Macros</strong> table.</p>
<p class="MsoNormal">For more detailed information about managed make project build macros <p class="MsoNormal">For more detailed information about managed make project build macros
settings, see the description in the <a href="cdt_u_mprop_macros.htm">Build Macros Property Pages</a>.</p> settings, see the description in the <a href="cdt_u_mprop_macros.htm">Build Macros Property Pages</a>.</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0"><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p> <p class="MsoNormal" style="margin-top: 0; margin-bottom: 0"><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"></p>
<p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_env.htm">C/C++ <p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_env.htm">C/C++
Project Properties, Managed, C/C++ Build, Environment</a></p> Project Properties, Managed, C/C++ Build, Environment</a></p>
<p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_macros.htm">C/C++ <p style="margin-top: 0; margin-bottom:0"><a href="cdt_u_mprop_macros.htm">C/C++

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,13 +10,13 @@
<body> <body>
<h1>C/C++ New Project Wizard, Managed Make Project</h1> <h1 role="main">C/C++ New Project Wizard, Managed Make Project</h1>
<p>This section describes properties for creating a Managed make project in the <strong>C/C++ New Project Wizard</strong>.</p> <p>This section describes properties for creating a Managed make project in the <strong>C/C++ New Project Wizard</strong>.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_name.htm">Name</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_name.htm">Name</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a
Project Type</a><br> Project Type</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_proj.htm">Referenced Projects</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_proj.htm">Referenced Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,15 +10,15 @@
<body> <body>
<h1>C/C++ New Project Wizard, Standard Make Project</h1> <h1 role="main">C/C++ New Project Wizard, Standard Make Project</h1>
<p>This section describes properties for creating a Standard make project in the <strong>C/C++ New Project Wizard</strong>.</p> <p>This section describes properties for creating a Standard make project in the <strong>C/C++ New Project Wizard</strong>.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_name.htm">Name</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_name.htm">Name</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_proj.htm">Referenced Projects</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_proj.htm">Referenced Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_mbuilder.htm">Make Builder</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_mbuilder.htm">Make Builder</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_errorp.htm">Error Parsers</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_errorp.htm">Error Parsers</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_binary.htm">Binary Parser</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_binary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_discovery.htm">Discovery Options</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_discovery.htm">Discovery Options</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_cindexer.htm">C/C++ Indexer</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_cindexer.htm">C/C++ Indexer</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,16 +10,16 @@
<body> <body>
<h1>New CDT Project Wizard </h1> <h1 role="main">New CDT Project Wizard </h1>
<p>In this section, learn about the C/C++ New CDT Project Wizard.</p> <p>In this section, learn about the C/C++ New CDT Project Wizard.</p>
<p><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">New CDT Project Wizard preferences</a><br> <p><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">New CDT Project Wizard preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">Makefile Project preferences<br> <img src="../images/trans.gif" width="25" height="1" alt="">Makefile Project preferences<br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parsers preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parsers preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parsers preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parsers preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_discovery_options.htm">Discovery Options preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_discovery_options.htm">Discovery Options preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_behavior.htm">Behavior preferences</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_behavior.htm">Behavior preferences</a><br>
</p> </p>
<p><img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"><br> <p><img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,31 +10,33 @@
<body> <body>
<h1>C/C++ File Properties</h1> <h1 role="main">C/C++ File Properties</h1>
<p>This section describes properties for a Source Files in CDT project</p> <p>This section describes properties for a Source Files in CDT project</p>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li> <li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
</ul> </ul></li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li><a href="cdt_u_fileprop_lng.htm">Language Mappings page</a> <li><a href="cdt_u_fileprop_lng.htm">Language Mappings page</a>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a> <li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a> <li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a> <li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
</ul> </ul> </li>
</ul> </ul>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> </li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a></li>
</ul> </ul>
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p> <p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,22 +10,24 @@
<body> <body>
<h1>C/C++ Folder Properties</h1> <h1 role="main">C/C++ Folder Properties</h1>
<p>This section describes properties for a CDT project Folder</p> <p>This section describes properties for a CDT project Folder</p>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fprop_toolsettings.htm>Tool chains setting tab</a></li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_prop_general_pns_inc.htm">Includes tab</a> <li><a href="cdt_u_prop_general_pns_inc.htm">Includes tab</a>
<li><a href="cdt_u_prop_general_pns_sym.htm">Symbols tab</a> <li><a href="cdt_u_prop_general_pns_sym.htm">Symbols tab</a>
@ -33,7 +35,9 @@
<li><a href="cdt_u_prop_general_pns_libpath.htm">Libraries path tab</a> <li><a href="cdt_u_prop_general_pns_libpath.htm">Libraries path tab</a>
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a> <li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
</ul> </ul>
</li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> <li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
</ul> </ul>
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p> <p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,27 +10,27 @@
<body> <body>
<h1>Project Properties</h1> <h1 role="main">Project Properties</h1>
<p>This section describes C/C++ Project Properties. <p>This section describes C/C++ Project Properties.
To select project properties, right click a project and select <strong>Properties</strong>.</p> To select project properties, right click a project and select <strong>Properties</strong>.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_c_projects.htm">CDT projects</a></p> <a href="../concepts/cdt_c_projects.htm">CDT projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<ul> <ul>
<li><a href="cdt_u_prop_resource.htm">Project Properties, Resource page</a> <li><a href="cdt_u_prop_resource.htm">Project Properties, Resource page</a>
<li><a href="cdt_u_prop_builders.htm">Project Properties, Builders page</a> <li><a href="cdt_u_prop_builders.htm">Project Properties, Builders page</a>
<li><a href="cdt_u_prop_all.htm">Project Properties, common C/C++ Configurations handling</a> <li><a href="cdt_u_prop_all.htm">Project Properties, common C/C++ Configurations handling</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_manage_dialog.htm">Manage Configurations dialog</a> <li><a href="cdt_u_prop_manage_dialog.htm">Manage Configurations dialog</a>
<li><a href="cdt_u_prop_manage_newdialog.htm">Create Configuration dialog</a> <li><a href="cdt_u_prop_manage_newdialog.htm">Create Configuration dialog</a>
<li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a> <li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a>
</ul> </ul>
<li><a href="cdt_u_prop_build.htm">Project Properties, C/C++ Build category</a> <li><a href="cdt_u_prop_build.htm">Project Properties, C/C++ Build category</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_build_discovery.htm">Discovery options page</a> <li><a href="cdt_u_prop_build_discovery.htm">Discovery options page</a>
<li><a href="cdt_u_prop_build_environment.htm">Environment page</a> <li><a href="cdt_u_prop_build_environment.htm">Environment page</a>
<li>Settings page <li>Settings page
@ -45,7 +45,7 @@ To select project properties, right click a project and select <strong>Propertie
<li><a href="cdt_u_prop_build_variables.htm">Variables page</a> <li><a href="cdt_u_prop_build_variables.htm">Variables page</a>
</ul> </ul>
<li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a> <li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_general_doc.htm">Documentation page</a> <li><a href="cdt_u_prop_general_doc.htm">Documentation page</a>
<li><a href="cdt_u_prop_general_exp.htm">Export Settings page</a> <li><a href="cdt_u_prop_general_exp.htm">Export Settings page</a>
<!--ul> <!--ul>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,103 +9,103 @@
</head> </head>
<body> <body>
<h1>Reference</h1> <h1 role="main">Reference</h1>
<p>This section describes the Views, Windows, Dialog Boxes, and Preference Panels available from the C/C++ perspective.</p> <p>This section describes the Views, Windows, Dialog Boxes, and Preference Panels available from the C/C++ perspective.</p>
<p><img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_views.htm">C/C++ Views and Editors</a><br> <p><img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_views.htm">C/C++ Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_view.htm">Console view</a><br> <img src="../images/trans.gif" 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_cproj_view.htm">C/C++ Projects view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_editor_view.htm">Editor view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_editor_view.htm">Editor view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_view_executables.htm">Executables view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_view_executables.htm">Executables view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_problems_view.htm">Problems view</a><br> <img src="../images/trans.gif" 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_tasks_view.htm">Tasks view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_tasks_view.htm">Tasks 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" 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_icons.htm">C/C++ Icons</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug Views</a><br> <img src="../images/trans.gif" width="50" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_registersview.htm">Registers view</a><br> <img src="../images/trans.gif" width="100" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_menu.htm">Menubar</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_menu.htm">Menubar</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_file.htm">File Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_edit.htm">Edit Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_refactor.htm">Refactor Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_navigate.htm">Navigate Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_search.htm">Search Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_project.htm">Project Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_toolbar.htm">C/C++ Toolbar</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_toolbar.htm">C/C++ Toolbar</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_open_element.htm">Open Element</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_open_element.htm">Open Element</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_create_make_target.htm">Create a Make Target</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_create_make_target.htm">Create a Make Target</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_find_replace.htm">Find/Replace</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_find_replace.htm">Find/Replace</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ preferences</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_appearance_pref.htm">Appearance</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_appearance_pref.htm">Appearance</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build.htm">Build preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build.htm">Build preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_error_parsers.htm">Error Parsers Options</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_error_parsers.htm">Error Parsers Options</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_vars.htm">Build Variables</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_build_vars.htm">Build Variables</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_pref.htm">Console</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_pref.htm">Console</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_environment_pref.htm">Environment</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_environment_pref.htm">Environment</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_pref.htm">Make Targets</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_pref.htm">Make Targets</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_makefile_settings_pref.htm">Makefile Editor</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_makefile_settings_pref.htm">Makefile Editor</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_settings_pref.htm">Settings</a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_settings_pref.htm">Settings</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_code_templates_pref.htm">Code Templates</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_code_templates_pref.htm">Code Templates</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_debug.htm">Debug preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_debug.htm">Debug preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_brkpt_actions.htm">Breakpoint Actions</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_brkpt_actions.htm">Breakpoint Actions</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_src.htm">Source Lookup Path</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_src.htm">Source Lookup Path</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_gdb_mi.htm">GDB MI preferences</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_gdb_mi.htm">GDB MI preferences</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_gen.htm">Editor preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_gen.htm">Editor preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist.htm">Content Assist</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist.htm">Content Assist</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist_adv.htm">Advanced</a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_con_assist_adv.htm">Advanced</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_folding.htm">Folding</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_folding.htm">Folding</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_hov.htm">Hovers</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_hov.htm">Hovers</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_mark_occurrences.htm">Mark Occurrences</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_mark_occurrences.htm">Mark Occurrences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_save_actions.htm">Save Actions</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_save_actions.htm">Save Actions</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_scalability.htm">Scalability</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_scalability.htm">Scalability</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_color.htm">Syntax Coloring</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_color.htm">Syntax Coloring</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Templates</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_code_temp.htm">Templates</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_typing.htm">Typing</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_editor_typing.htm">Typing</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_file_types.htm">File Types</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_file_types.htm">File Types</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_indexer_preference.html">Indexer</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_indexer_preference.html">Indexer</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_language_mapping_pref.htm">Language Mappings</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_language_mapping_pref.htm">Language Mappings</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_wizard_toolchains.htm">New CDT Project Wizard preferences</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_wizard_toolchains.htm">New CDT Project Wizard preferences</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_o_proj_prop_pages.htm">Makefile Project</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_o_proj_prop_pages.htm">Makefile Project</a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_binary.htm">Binary Parser </a><br> <img src="../images/trans.gif" width="200" 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="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parsers </a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_parser_error.htm">Error Parsers </a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Discovery Options </a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_discovery_preferences.htm">Discovery Options </a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings </a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">Builder Settings </a><br>
<img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_behavior.htm">Behavior </a><br> <img src="../images/trans.gif" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_behavior.htm">Behavior </a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_prop_pages.htm">Property Pages Settings</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_prop_pages.htm">Property Pages Settings</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_multi_cfg.htm">Multi-Configuration Edit</a><br> <img src="../images/trans.gif" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_multi_cfg.htm">Multi-Configuration Edit</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_task_tags.htm">Task Tags</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_pref_task_tags.htm">Task Tags</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_pref.htm"></a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties.htm">C/C++ Properties</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties.htm">C/C++ Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_proj.htm">C/C++ Project Properties</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_proj.htm">C/C++ Project Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_folder.htm">C/C++ Folder Properties</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_folder.htm">C/C++ Folder Properties</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_file.htm">C/C++ File Properties</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_file.htm">C/C++ File Properties</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz.htm">C/C++ New Project Wizard</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz.htm">C/C++ New Project Wizard</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_dbg_pages.htm">C/C++ Run and Debug</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_dbg_pages.htm">C/C++ Run and Debug</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br> <img src="../images/trans.gif" width="100" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br> <img src="../images/trans.gif" width="100" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_dbg.htm">Debugger</a><br> <img src="../images/trans.gif" width="100" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br> <img src="../images/trans.gif" width="100" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br> <img src="../images/trans.gif" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search</a><br>
</p> </p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ><br> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ><br>
<img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"><br> <img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,20 +10,20 @@
<body> <body>
<h1>Run and Debug</h1> <h1 role="main">Run and Debug</h1>
<p>Types of Launch configurations supported by CDT</p> <p>Types of Launch configurations supported by CDT</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br> <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Attach to Local Application - attach to already running application on the local host<br> <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Attach to Local Application - attach to already running application on the local host<br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt="">C/C++ Postmortem debugger - run debugger on "core" file<br> <img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Postmortem debugger - run debugger on "core" file<br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_launch_group.htm">Launch Group</a> - launch multiple applications<br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_launch_group.htm">Launch Group</a> - launch multiple applications<br>
<p>Launch Configurations common tabs</p> <p>Launch Configurations common tabs</p>
<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" 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" 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" 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" 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" 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> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,34 +10,34 @@
<body> <body>
<h1>C/C++ Views and Editors</h1> <h1 role="main">C/C++ Views and Editors</h1>
<p>This section describes views and editors of the C/C++ perspective.</p> <p>This section describes views and editors of the C/C++ perspective.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_navigator_view.htm">Navigator view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_navigator_view.htm">Navigator view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_editor_view.htm">Editor view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_editor_view.htm">Editor view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_view_executables.htm">Executables view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_view_executables.htm">Executables view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_console_view.htm">Console view</a><br> <img src="../images/trans.gif" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_call_hierarchy_view.htm">Call Hierarchy view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_call_hierarchy_view.htm">Call Hierarchy view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_type_hierarchy_view.htm">Type Hierarchy view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_type_hierarchy_view.htm">Type Hierarchy view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_problems_view.htm">Problems view</a><br> <img src="../images/trans.gif" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_tasks_view.htm">Tasks view</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_tasks_view.htm">Tasks view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties_view.htm">Properties view</a><br> <img src="../images/trans.gif" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search_view.htm">Search view</a><br> <img src="../images/trans.gif" width="25" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_view.htm">Debug views</a><br> <img src="../images/trans.gif" width="25" 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="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_registersview.htm">Registers view</a><br> <img src="../images/trans.gif" width="50" 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="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_memoryview.htm">Memory view</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mem_view_pref.htm">Traditional Memory Rendering preferences</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dissassembly_view.htm">Disassembly view</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dissassembly_view.htm">Disassembly view</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_modules_view.htm">Modules view</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_signals_view.htm">Signals view</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_view.htm">Debug view</a><br>
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br> <img src="../images/trans.gif" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br> <img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -11,9 +11,9 @@
<body> <body>
<h1>Appearance preferences</h1> <h1 role="main">Appearance preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.AppearancePreferencePage)")'>Appearance</a> panel of the <strong>Preferences</strong> window to customize the appearance of C elements in the viewers. Click <strong>Window > Preferences > C/C++ > Appearance</strong> to open.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.AppearancePreferencePage)")'>Appearance</a> panel of the <strong>Preferences</strong> window to customize the appearance of C elements in the viewers. Click <strong>Window > Preferences > C/C++ > Appearance</strong> to open.</p>
<p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></p> <p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></p>
<table width="700px" cellpadding="4" cellspacing="0" border="1" fgcolor="EEE" > <table width="700px" cellpadding="4" cellspacing="0" border="1" fgcolor="EEE" >
@ -25,45 +25,45 @@
<col width="65%" valign="top" > <col width="65%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center"> <tr>
<td width="35%"><strong>Option</strong></td> <th style="width:35%" id="option"><strong>Option</strong></th>
<td width="65%"><strong>Description</strong></td> <th style="width:65%" id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td width="35%" valign="top"><strong>Show translation unit members </strong></td> <td style="width:35%" valign="top" headers="option"><strong>Show translation unit members </strong></td>
<td width="65%" valign="top">Select this option to show translation unit members in the Project Explorer and C/C++ Projects views. </td> <td style="width:65%" valign="top" headers="description">Select this option to show translation unit members in the Project Explorer and C/C++ Projects views. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group include directives in Project Explorer and C/C++ Projects view </strong></td> <td valign="top" headers="option"><strong>Group include directives in Project Explorer and C/C++ Projects view </strong></td>
<td valign="top">Select this option to group include directives in the Project Explorer and C/C++ Projects views. </td> <td valign="top" headers="description">Select this option to group include directives in the Project Explorer and C/C++ Projects views. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group include directives in the Outline view </strong></td> <td valign="top" headers="option"><strong>Group include directives in the Outline view </strong></td>
<td valign="top">Select this option to group include directives in the Outline view. </td> <td valign="top" headers="description">Select this option to group include directives in the Outline view. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group namespaces in the Outline view </strong></td> <td valign="top" headers="option"><strong>Group namespaces in the Outline view </strong></td>
<td valign="top">Select this option to group namespace declarations in the Outline view. </td> <td valign="top" headers="description">Select this option to group namespace declarations in the Outline view. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group method definitions in the Outline view </strong></td> <td valign="top" headers="option"><strong>Group method definitions in the Outline view </strong></td>
<td valign="top">Select this option to group method definitions for the same type in the Outline view. </td> <td valign="top" headers="description">Select this option to group method definitions for the same type in the Outline view. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group macro definitions in the Project Explorer and C/C++ Project views.</strong></td> <td valign="top" headers="option"><strong>Group macro definitions in the Project Explorer and C/C++ Project views.</strong></td>
<td valign="top">Select this option to group method definitions for the same type in the Project Explorer and C/C++ Project views.</td> <td valign="top" headers="description">Select this option to group method definitions for the same type in the Project Explorer and C/C++ Project views.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group macro definitions in the Outline view.</strong></td> <td valign="top" headers="option"><strong>Group macro definitions in the Outline view.</strong></td>
<td valign="top">Select this option to group macro definitions in the Outline view. </td> <td valign="top" headers="description">Select this option to group macro definitions in the Outline view. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Sort header files before source files in Project Explorer and C/C++ Projects view </strong></td> <td valign="top" headers="option"><strong>Sort header files before source files in Project Explorer and C/C++ Projects view </strong></td>
<td valign="top">Select this option to separate header and source files in the Project Explorer and C/C++ Projects views. </td> <td valign="top" headers="description">Select this option to separate header and source files in the Project Explorer and C/C++ Projects views. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Show source roots at top of project</strong></td> <td valign="top" headers="option"><strong>Show source roots at top of project</strong></td>
<td valign="top">Select this option to group source roots at the top of project views. </td> <td valign="top" headers="description">Select this option to group source roots at the top of project views. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Code Style preferences</h1> <h1 role="main">Code Style preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)")'>Code Style</a> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeFormatterPreferencePage)")'>Code Style</a> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p>
<p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p> <p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p>
<table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options"> <table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options">
<caption><strong>Code Style Preference Options</strong></caption> <caption><strong>Code Style Preference Options</strong></caption>
@ -22,60 +22,60 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="35%"> <td valign="top" style="width: 35%;" headers="option">
<strong>Configure Project Specific Settings...</strong> <strong>Configure Project Specific Settings...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
Opens the <strong>Project Specific Configuration</strong> dialog box to select a project to apply code style settings. Opens the <strong>Project Specific Configuration</strong> dialog box to select a project to apply code style settings.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="35%"> <td valign="top" style="width: 35%;" headers="option">
<strong>Edit...</strong> <strong>Edit...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
Shows a dialog which displays the settings stored in the active profile. Only user-defined profiles can be modified. Shows a dialog which displays the settings stored in the active profile. Only user-defined profiles can be modified.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="35%"> <td valign="top" style="width: 35%;" headers="option">
<strong>Remove</strong> <strong>Remove</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
Removes the selected profile. This action is only available on user-defined profiles. Removes the selected profile. This action is only available on user-defined profiles.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="35%"> <td valign="top" style="width: 35%;" headers="option">
<strong>New...</strong> <strong>New...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
Shows the dialog to create a new profile. The dialog requires you to enter a name for the new profile. Additionally, you may select a built-in or user-defined existing profile to base your new profile on. Shows the dialog to create a new profile. The dialog requires you to enter a name for the new profile. Additionally, you may select a built-in or user-defined existing profile to base your new profile on.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="35%"> <td valign="top" style="width: 35%;" headers="option">
<strong>Import...</strong> <strong>Import...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
Imports profiles from the file system. Imports profiles from the file system.
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
@ -10,11 +10,11 @@
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script> <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head> </head>
<body> <body>
<h1> <h1 role="main">
Code templates Code templates
</h1> </h1>
<p>The <p>The
<img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeTemplatePreferencePage)")'> <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeTemplatePreferencePage)")'>
Code Templates</a> preference panel lets you configure the format of newly generated code stubs, comments and files.</p> Code Templates</a> preference panel lets you configure the format of newly generated code stubs, comments and files.</p>
<p><img src="../images/pref_panel_code_templates.png" alt="Code Templates Preferences Window"></p> <p><img src="../images/pref_panel_code_templates.png" alt="Code Templates Preferences Window"></p>
@ -24,60 +24,60 @@ Templates contain variables that are substituted when the template is applied. S
border="1" cellspacing="0" cellpadding="5" width="600"> border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th id="option">
<strong>Options</strong> <strong>Options</strong>
</th> </th>
<th> <th id="description">
<strong>Description</strong> <strong>Description</strong>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="option">
<strong>New...</strong> <strong>New...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Opens the Code Template dialog to create a new file template.</p> <p>Opens the Code Template dialog to create a new file template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="option">
<strong>Edit...</strong> <strong>Edit...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Opens the Code Template dialog to edit the currently selected code template.</p> <p>Opens the Code Template dialog to edit the currently selected code template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="option">
<strong>Remove</strong> <strong>Remove</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Removes a user added file template. Predefined templates cannot be removed.</p> <p>Removes a user added file template. Predefined templates cannot be removed.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option">
<strong>Import...</strong> <strong>Import...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Imports templates from the file system.</p> <p>Imports templates from the file system.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option">
<strong>Export...</strong> <strong>Export...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Exports all selected templates to the file system.</p> <p>Exports all selected templates to the file system.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option">
<strong>Export All...</strong> <strong>Export All...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
<p>Exports all templates to the file system.</p> <p>Exports all templates to the file system.</p>
</td> </td>
</tr> </tr>
@ -90,62 +90,62 @@ Templates contain variables that are substituted when the template is applied. S
<table border="1" cellspacing="0" cellpadding="5" width="600"> <table border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th id="template">
<strong>Template Name</strong> <strong>Template Name</strong>
</th> </th>
<th> <th id="specifies">
<strong>Specifies</strong> <strong>Specifies</strong>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Files</strong> <strong>Files</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>Header comment for new source or header files.</p> <p>Header comment for new source or header files.</p>
<p>Note that this template can be referenced in source and header file templates with <strong>${filecomment}</strong>.</p> <p>Note that this template can be referenced in source and header file templates with <strong>${filecomment}</strong>.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Types</strong> <strong>Types</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>The comment for new types.</p> <p>The comment for new types.</p>
<p>Note that this template can be referenced in source and header file templates with <strong>${typecomment}</strong>.</p> <p>Note that this template can be referenced in source and header file templates with <strong>${typecomment}</strong>.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Fields</strong> <strong>Fields</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>The comment for new fields.</p> <p>The comment for new fields.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Constructors</strong> <strong>Constructors</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>The comment for new constructors.</p> <p>The comment for new constructors.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Destructors</strong> <strong>Destructors</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>The comment for new destructors.</p> <p>The comment for new destructors.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template">
<strong>Methods</strong> <strong>Methods</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="specifies">
<p>The comment for new methods.</p> <p>The comment for new methods.</p>
</td> </td>
</tr> </tr>
@ -153,41 +153,41 @@ Templates contain variables that are substituted when the template is applied. S
</table> </table>
<h2>Code Templates</h2> <h2>Code Templates</h2>
<p></p> <br>
<table <table
border="1" cellspacing="0" cellpadding="5" width="600"> border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th id="template2">
<strong>Template Name</strong> <strong>Template Name</strong>
</th> </th>
<th> <th id="description2">
<strong>Description</strong> <strong>Description</strong>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template2">
<strong>Method body</strong> <strong>Method body</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description2">
<p>The 'Method body' templates are used when new method is created.</p> <p>The 'Method body' templates are used when new method is created.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template2">
<strong>Constructor body</strong> <strong>Constructor body</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description2">
<p>The 'Constructor body' templates are used when a constructor is created.</p> <p>The 'Constructor body' templates are used when a constructor is created.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template2">
<strong>Destructor body</strong> <strong>Destructor body</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description2">
<p>The 'Destructor body' templates are used when the destructor is created.</p> <p>The 'Destructor body' templates are used when the destructor is created.</p>
</td> </td>
</tbody> </tbody>
@ -196,61 +196,61 @@ Templates contain variables that are substituted when the template is applied. S
<h2>File Templates</h2> <h2>File Templates</h2>
File templates can not only be defined and modified for C/C++ files, but also for other content types, like Assembly files or plain text files. File templates can not only be defined and modified for C/C++ files, but also for other content types, like Assembly files or plain text files.
The New File from Template wizard can be used to create new files based on one of the templates defined in this page. The New File from Template wizard can be used to create new files based on one of the templates defined in this page.
<p></p> <br>
<table <table
border="1" cellspacing="0" cellpadding="5" width="600"> border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th id="template3">
<strong>Template Name</strong> <strong>Template Name</strong>
</th> </th>
<th> <th id="description3">
<strong>Description</strong> <strong>Description</strong>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template3">
<strong>Default C++ source template</strong> <strong>Default C++ source template</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description3">
<p>Used by the New Class wizard and the New Source File wizard when a new C++ source file is created.</p> <p>Used by the New Class wizard and the New Source File wizard when a new C++ source file is created.</p>
<p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p> <p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template3">
<strong>Default C++ header template</strong> <strong>Default C++ header template</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description3">
<p>Used by the New Class wizard and the New Header File wizard when a new C++ header file is created.</p> <p>Used by the New Class wizard and the New Header File wizard when a new C++ header file is created.</p>
<p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p> <p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template3">
<strong>Default C source template</strong> <strong>Default C source template</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description3">
<p>Used by the New Source File wizard when a new C source file is created.</p> <p>Used by the New Source File wizard when a new C source file is created.</p>
<p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p> <p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template3">
<strong>Default C header template</strong> <strong>Default C header template</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description3">
<p>Used by the New Header File wizard when a new C source file is created.</p> <p>Used by the New Header File wizard when a new C source file is created.</p>
<p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p> <p>The template can specify where comments are added. Note that the template can contain the variable <strong>${typecomment}</strong> and <strong>${filecomment}</strong> that will be substituted by the evaluation of the <strong>Types</strong> respectively <strong>Files</strong> comment template.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" style="width: 25%;" headers="template3">
<strong><em>Other file templates</em></strong> <strong><em>Other file templates</em></strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description3">
<p>File templates can be defined for other content types, e.g. Assembly or plain text.</p> <p>File templates can be defined for other content types, e.g. Assembly or plain text.</p>
</td> </td>
</tr> </tr>
@ -264,61 +264,61 @@ The New File from Template wizard can be used to create new files based on one o
<table border="1" cellspacing="0" cellpadding="5" width="600"> <table border="1" cellspacing="0" cellpadding="5" width="600">
<thead> <thead>
<tr> <tr>
<th> <th id="option4">
<strong>Options</strong> <strong>Options</strong>
</th> </th>
<th> <th id="description4">
<p>Description</p> <p>Description</p>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option4">
<strong>Name</strong> <strong>Name</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description4">
<p>The name of the template. Only available for file templates.</p> <p>The name of the template. Only available for file templates.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option4">
<strong>Type</strong> <strong>Type</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description4">
<p>The file type (content type) of the template. Only available for file templates.</p> <p>The file type (content type) of the template. Only available for file templates.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option4">
<strong>Description</strong> <strong>Description</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description4">
<p>A description of the template</p> <p>A description of the template</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option4">
<strong>Pattern</strong> <strong>Pattern</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description4">
<p>The template pattern.</p> <p>The template pattern.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option4">
<strong>Insert Variables...</strong> <strong>Insert Variables...</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description4">
<p>Displays a list of pre-defined template specific variables.</p> <p>Displays a list of pre-defined template specific variables.</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -11,9 +11,9 @@
<body> <body>
<h1>Syntax Coloring preferences</h1> <h1 role="main">Syntax Coloring preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeColoringPreferencePage)")'>Syntax Coloring</a> preference panel to specify how C/C++ source code is rendered. Each element category (Code, Comments, and Preprocessor) contains a list of language elements that may be rendered with its own color and style.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeColoringPreferencePage)")'>Syntax Coloring</a> preference panel to specify how C/C++ source code is rendered. Each element category (Code, Comments, and Preprocessor) contains a list of language elements that may be rendered with its own color and style.</p>
<p>Note that general text editor settings such as the background color can be configured on the general <strong>Text Editors</strong> preference pages. Fonts may be configured on the general <strong>Colors and Fonts</strong> preference page</p> <p>Note that general text editor settings such as the background color can be configured on the general <strong>Text Editors</strong> preference pages. Fonts may be configured on the general <strong>Colors and Fonts</strong> preference page</p>
<p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p> <p><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
@ -25,48 +25,48 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>Enable semantic highlighting</strong></td> <td headers="option"><strong>Enable semantic highlighting</strong></td>
<td>Checkmark to activate semantic highlighting of specific structures in the elements listed.</td> <td headers="description">Checkmark to activate semantic highlighting of specific structures in the elements listed.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Enable</strong></td> <td headers="option"><strong>Enable</strong></td>
<td>Makes the selected element active for syntax coloring.</td> <td headers="description">Makes the selected element active for syntax coloring.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Color</strong></td> <td headers="option"><strong>Color</strong></td>
<td>Specifies the color in which to display the selected element.</td> <td headers="description">Specifies the color in which to display the selected element.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Bold</strong></td> <td headers="option"><strong>Bold</strong></td>
<td>Makes the selected element <strong>bold</strong>.</td> <td headers="description">Makes the selected element <strong>bold</strong>.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Italic</strong></td> <td headers="option"><strong>Italic</strong></td>
<td>Makes the selected element <em>italic</em>.</td> <td headers="description">Makes the selected element <em>italic</em>.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Strikethrough</strong></td> <td headers="option"><strong>Strikethrough</strong></td>
<td>Makes the selected element <span class="linethrough">strikethrough</span>.</td> <td headers="description">Makes the selected element <span class="linethrough">strikethrough</span>.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Underline</strong></td> <td headers="option"><strong>Underline</strong></td>
<td>Makes the selected element <span class="underline">underlined</span>.</td> <td headers="description">Makes the selected element <span class="underline">underlined</span>.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<hr> <hr>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Content Assist preferences</h1> <h1 role="main">Content Assist preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferencePage)")'>Content Assist</a> panel to customize the Content Assist feature in C/C++ editors.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferencePage)")'>Content Assist</a> panel to customize the Content Assist feature in C/C++ editors.</p>
<p><img src="../images/contentAssist_preferences.png" alt="Content Assist Preferences Dialog Box"></p> <p><img src="../images/contentAssist_preferences.png" alt="Content Assist Preferences Dialog Box"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" > <table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
@ -23,51 +23,51 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<td><strong>Insert single proposals automatically</strong></td> <td headers="option"><strong>Insert single proposals automatically</strong></td>
<td>Inserts an element into your code when the Content Assist feature finds only one proposal.</td> <td headers="description">Inserts an element into your code when the Content Assist feature finds only one proposal.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>Insert common prefixes automatically</strong></td> <td headers="option"><strong>Insert common prefixes automatically</strong></td>
<td>Inserts common prefixes.</td> <td headers="description">Inserts common prefixes.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>Completion Proposal Filter</strong></td> <td headers="option"><strong>Completion Proposal Filter</strong></td>
<td>Completion proposal filters may have been supplied with your Eclipse CDT distribution. <td headers="description">Completion proposal filters may have been supplied with your Eclipse CDT distribution.
Completion proposal filters can sort and order the proposals provided by the Content Assist feature to best suit your needs. Completion proposal filters can sort and order the proposals provided by the Content Assist feature to best suit your needs.
Select the desired content assist filter from the list of available filters.</td> Select the desired content assist filter from the list of available filters.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>Enable "." as trigger</strong></td> <td headers="option"><strong>Enable "." as trigger</strong></td>
<td>Enable to use "." as a trigger for auto-completion.</td> <td headers="description">Enable to use "." as a trigger for auto-completion.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>Enable "->" as trigger</strong></td> <td headers="option"><strong>Enable "->" as trigger</strong></td>
<td>Enable to use "->" as a trigger for auto-completion.</td> <td headers="description">Enable to use "->" as a trigger for auto-completion.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>Enable "::" as trigger</strong></td> <td headers="option"><strong>Enable "::" as trigger</strong></td>
<td>Enable to use "::" as a trigger for auto-completion.</td> <td headers="description">Enable to use "::" as a trigger for auto-completion.</td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td><strong>delay (ms)</strong></td> <td headers="option"><strong>delay (ms)</strong></td>
<td>Specifies the number of milliseconds before Content Assist is activated.</td> <td headers="description">Specifies the number of milliseconds before Content Assist is activated.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p> <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Advanced preferences</h1> <h1 role="main">Advanced preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferenceAdvanced)")'>Advanced</a> panel in the <strong>Preferences</strong> window to configure the behavior of the Content Assist (<span class="typewriter">Ctrl+Space</span>) command.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferenceAdvanced)")'>Advanced</a> panel in the <strong>Preferences</strong> window to configure the behavior of the Content Assist (<span class="typewriter">Ctrl+Space</span>) command.</p>
<p><img src="../images/contentAssist_adv_preferences.png" alt="Content Assist Preferences Dialog Box"></p> <p><img src="../images/contentAssist_adv_preferences.png" alt="Content Assist Preferences Dialog Box"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" > <table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
@ -23,37 +23,37 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<td><strong>Default Proposal Kinds</strong></td> <td headers="option"><strong>Default Proposal Kinds</strong></td>
<td>Specifies the types of proposals Content Assist uses and the key bindings assigned.</td> <td headers="description">Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Content Assist Cycling</strong></td> <td headers="option"><strong>Content Assist Cycling</strong></td>
<td>Specifies the order and types of proposals Content Assist will cycle through.</td> <td headers="description">Specifies the order and types of proposals Content Assist will cycle through.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Up</strong></td> <td headers="option"><strong>Up</strong></td>
<td>Moves the selected proposal item up in the cycling list.</td> <td headers="description">Moves the selected proposal item up in the cycling list.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Down</strong></td> <td headers="option"><strong>Down</strong></td>
<td>Moves the selected proposal item down in the cycling list.</td> <td headers="description">Moves the selected proposal item down in the cycling list.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p> <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,87 +10,87 @@
</head> </head>
<body> <body>
<h1>Folding preferences</h1> <h1 role="main">Folding preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.FoldingPreferencePage)")'>Folding</a> preference panel to customize the C/C++ editor folding behavior.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.FoldingPreferencePage)")'>Folding</a> preference panel to customize the C/C++ editor folding behavior.</p>
<p><img src="../images/editor_folding_preferences.png" alt="Editor Folding Preferences Window"></p> <p><img src="../images/editor_folding_preferences.png" alt="Editor Folding Preferences Window"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>Folding Preference Options</strong></caption> <caption><strong>Folding Preference Options</strong></caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="30%" valign="top" >
<col width="60%" valign="top" > <col width="60%" valign="top" >
<col width="10%" valign="top" align="center" > <col width="10%" valign="top" style="text-align:center; >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center" > <tr style="text-align:center; >
<td><strong>Option</strong></td> <th id="option"><strong>Option</strong></th>
<td><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
<td><strong>Default</strong></td> <th id="default"><strong>Default</strong></th>
</tr> </tr>
<tr> <tr>
<td><strong>Enable folding when opening a new editor</strong></td> <td headers="option"><strong>Enable folding when opening a new editor</strong></td>
<td>If enabled, apply folding rules to the new editor.</td> <td headers="description">If enabled, apply folding rules to the new editor.</td>
<td>&nbsp;</td> <td headers="default">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><strong>Select folding to use</strong></td> <td headers="option"><strong>Select folding to use</strong></td>
<td>Select the folding to use from the available choices.</td> <td headers="description">Select the folding to use from the available choices.</td>
<td>&nbsp;</td> <td headers="default">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><strong>Enable folding of preprocessor branches (#if/#endif)</strong></td> <td headers="option"><strong>Enable folding of preprocessor branches (#if/#endif)</strong></td>
<td>If enabled, fold preprocessor branches.</td> <td headers="description">If enabled, fold preprocessor branches.</td>
<td>&nbsp;</td> <td headers="default">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><strong>Enable folding of control flow statements (if/else, do/while, for, switch)</strong></td> <td headers="option"><strong>Enable folding of control flow statements (if/else, do/while, for, switch)</strong></td>
<td>If enabled, fold control flow statements.</td> <td headers="description">If enabled, fold control flow statements.</td>
<td>&nbsp;</td> <td headers="default">&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><strong>Macros</strong></td> <td headers="option"><strong>Macros</strong></td>
<td>If enabled, fold macro definitions.</td> <td headers="description">If enabled, fold macro definitions.</td>
<td>On</td> <td headers="default">On</td>
</tr> </tr>
<tr> <tr>
<td><strong>Functions</strong></td> <td headers="option"><strong>Functions</strong></td>
<td>If enabled, fold functions.</td> <td headers="description">If enabled, fold functions.</td>
<td>Off</td> <td headers="default">Off</td>
</tr> </tr>
<tr> <tr>
<td><strong>Methods</strong></td> <td headers="option"><strong>Methods</strong></td>
<td>If enabled, fold methods.</td> <td headers="description">If enabled, fold methods.</td>
<td>Off</td> <td headers="default">Off</td>
</tr> </tr>
<tr> <tr>
<td><strong>Structures</strong></td> <td headers="option"><strong>Structures</strong></td>
<td>If enabled, fold structures.</td> <td headers="description">If enabled, fold structures.</td>
<td>On</td> <td headers="default">On</td>
</tr> </tr>
<tr> <tr>
<td><strong>Comments</strong></td> <td headers="option"><strong>Comments</strong></td>
<td>If enabled, fold comments.</td> <td headers="description">If enabled, fold comments.</td>
<td>Off</td> <td headers="default">Off</td>
</tr> </tr>
<tr> <tr>
<td><strong>Header Comments</strong></td> <td headers="option"><strong>Header Comments</strong></td>
<td>If enabled, fold header comments.</td> <td headers="description">If enabled, fold header comments.</td>
<td>On</td> <td headers="default">On</td>
</tr> </tr>
<tr> <tr>
<td><strong>Inactive Preprocessor Branches</strong></td> <td headers="option"><strong>Inactive Preprocessor Branches</strong></td>
<td>If enabled, fold inactive processor branches.</td> <td headers="description">If enabled, fold inactive processor branches.</td>
<td>On</td> <td headers="default">On</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Editor preferences</h1> <h1 role="main">Editor preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CEditorPreferencePage)")'>Editor</a> preference panel to control the appearance of text highlighting in C/C++ editors.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CEditorPreferencePage)")'>Editor</a> preference panel to control the appearance of text highlighting in C/C++ editors.</p>
<p><img src="../images/editor_general_preferences.png" alt="Editor Preferences Panel"></p> <p><img src="../images/editor_general_preferences.png" alt="Editor Preferences Panel"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD"> <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
@ -22,33 +22,33 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center"> <tr style="text-align:center;">
<td><strong>Options</strong></td> <th id="option"><strong>Option</strong></th>
<td><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td><strong>Smart caret positioning in identifiers</strong></td> <td headers="option"><strong>Smart caret positioning in identifiers</strong></td>
<td>If enabled, there are additional word boundaries inside identifiers.</td> <td headers="description">If enabled, there are additional word boundaries inside identifiers.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Highlight matching brackets</strong></td> <td headers="option"><strong>Highlight matching brackets</strong></td>
<td>When the cursor is beside a bracket, the matching bracket is highlighted.</td> <td headers="description">When the cursor is beside a bracket, the matching bracket is highlighted.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Highlight inactive code</strong></td> <td headers="option"><strong>Highlight inactive code</strong></td>
<td>Highlights inactive code when the cursor is positioned inside it.</td> <td headers="description">Highlights inactive code when the cursor is positioned inside it.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Appearance color options</strong></td> <td headers="option"><strong>Appearance color options</strong></td>
<td>Lists the items for which you can specify a color.</td> <td headers="description">Lists the items for which you can specify a color.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Color</strong></td> <td headers="option"><strong>Color</strong></td>
<td>Specifies the color in which to display the selected item.</td> <td headers="description">Specifies the color in which to display the selected item.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Documentation tool comments</strong></td> <td headers="option"><strong>Documentation tool comments</strong></td>
<td>Specifies which documentation tool should be used to determine editor presentation and behaviors. This <td headers="description">Specifies which documentation tool should be used to determine editor presentation and behaviors. This
enables editor features such as content-assist, documentation comment generation and syntax highlighting. The particular enables editor features such as content-assist, documentation comment generation and syntax highlighting. The particular
tool selected here will be used for files that are not associated with a project, or where no project level preference has tool selected here will be used for files that are not associated with a project, or where no project level preference has
been set.</td> been set.</td>
@ -56,12 +56,12 @@
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<hr> <hr>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Hovers preferences</h1> <h1 role="main">Hovers preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.HoverPreferencePage)")'>Hovers</a> preference panel to customize the C/C++ editor hover behavior.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.HoverPreferencePage)")'>Hovers</a> preference panel to customize the C/C++ editor hover behavior.</p>
<p><img src="../images/editor_hover_preferences.png" alt="Editor Hover Preferences Panel"></p> <p><img src="../images/editor_hover_preferences.png" alt="Editor Hover Preferences Panel"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD" > <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD" >
<caption><strong>Hovers Preference Options</strong></caption> <caption><strong>Hovers Preference Options</strong></caption>
@ -22,22 +22,22 @@
</colgroup> </colgroup>
<thead> <thead>
<tr > <tr >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>Enable editor problem annotation</strong></td> <td headers="option"><strong>Enable editor problem annotation</strong></td>
<td>When selected problems found will be highlighted in the editor.</td> <td headers="description">When selected problems found will be highlighted in the editor.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Text Hover key modifier preferences</strong></td> <td headers="option"><strong>Text Hover key modifier preferences</strong></td>
<td>You can select hot-keys to enable alternate hover behavior. For example, a mouse over while pressing the &lt;Ctrl&gt; key will link to the element's source declaration.</td> <td headers="description">You can select hot-keys to enable alternate hover behavior. For example, a mouse over while pressing the &lt;Ctrl&gt; key will link to the element's source declaration.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Pressed key modifier while hovering</strong></td> <td headers="option"><strong>Pressed key modifier while hovering</strong></td>
<td>Enter a key modifier for the selected hover name.</td> <td headers="description">Enter a key modifier for the selected hover name.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -49,12 +49,12 @@
<dd></dd> <dd></dd>
</dl> </dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
@ -9,51 +9,51 @@
</head> </head>
<body> <body>
<h1>Mark Occurrences preferences</h1> <h1 role="main">Mark Occurrences preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.MarkOccurrencesPreferencePage)")'>Mark Occurrences</a> preference panel to set annotations for the C/C++ Editor view.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.MarkOccurrencesPreferencePage)")'>Mark Occurrences</a> preference panel to set annotations for the C/C++ Editor view.</p>
<p><img src="../images/editor_mark_preferences.png" alt="Mark Occurrences Preference Panel"></p> <p><img src="../images/editor_mark_preferences.png" alt="Mark Occurrences Preference Panel"></p>
<table width="600px" border="1" cellspacing="0" cellpadding="5"> <table width="600px" border="1" cellspacing="0" cellpadding="5">
<caption><strong>Mark Occurrences Preference Options</strong></caption> <caption><strong>Mark Occurrences Preference Options</strong></caption>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
<th><strong>Default</strong></th> <th id="default"><strong>Default</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option">
<strong>Mark occurrences of the selected element in the current file</strong> <strong>Mark occurrences of the selected element in the current file</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
If enabled, then you'll see within a file, where a variable, function, method, type, macro or other element is referenced. If enabled, then you'll see within a file, where a variable, function, method, type, macro or other element is referenced.
</td> </td>
<td valign="top"> <td valign="top" headers="default">
On On
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top" headers="option">
<strong>Keep marks when the selection changes</strong> <strong>Keep marks when the selection changes</strong>
</td> </td>
<td valign="top"> <td valign="top" headers="description">
If enabled, don't change the location of the mark occurrence when a new selection is made. If enabled, don't change the location of the mark occurrence when a new selection is made.
</td> </td>
<td valign="top"> <td valign="top" headers="default">
On On
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Save actions</h1> <h1 role="main">Save actions</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.SaveActionsPreferencePage)")'>Save Actions</a> preference panel to configure actions performed by the C/C++ editor while saving a file.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.SaveActionsPreferencePage)")'>Save Actions</a> preference panel to configure actions performed by the C/C++ editor while saving a file.</p>
<p><img src="../images/editor_save_actions_preferences.png" alt="Save Actions Preferences"></p> <p><img src="../images/editor_save_actions_preferences.png" alt="Save Actions Preferences"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -23,30 +23,30 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>Remove trailing whitespace</strong></td> <td headers="option"><strong>Remove trailing whitespace</strong></td>
<td>While saving a file, C/C++ editor will remove spaces and tab characters from the end of edited <td headers="description">While saving a file, C/C++ editor will remove spaces and tab characters from the end of edited
or all lines.</td> or all lines.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Ensure newline at the end of file</strong></td> <td headers="option"><strong>Ensure newline at the end of file</strong></td>
<td>While saving a file, C/C++ editor will insert a newline at the end of the last line, <td headers="description">While saving a file, C/C++ editor will insert a newline at the end of the last line,
if the last line does not have it already.</td> if the last line does not have it already.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<hr> <hr>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Scalability preferences</h1> <h1 role="main">Scalability preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CScalabilityPreferences)")'>Scalability</a> preference panel to configure options for dealing with large source files.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CScalabilityPreferences)")'>Scalability</a> preference panel to configure options for dealing with large source files.</p>
<p><img src="../images/editor_scalability_preferences.png" alt="Scalability Preferences"></p> <p><img src="../images/editor_scalability_preferences.png" alt="Scalability Preferences"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -23,56 +23,56 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>Alert me when scalability mode will be turned on</strong></td> <td headers="option"><strong>Alert me when scalability mode will be turned on</strong></td>
<td>If enabled, an information dialog pops up when a large file is opened <td headers="description">If enabled, an information dialog pops up when a large file is opened
with the C/C++ Editor which exceeds the specified line limit.</td> with the C/C++ Editor which exceeds the specified line limit.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Enable scalability mode options when the number of lines in the file is more than</strong></td> <td headers="option"><strong>Enable scalability mode options when the number of lines in the file is more than</strong></td>
<td>If the number of lines in a file exceeds the specified number the C/C++ Editor will <td headers="description">If the number of lines in a file exceeds the specified number the C/C++ Editor will
enable scalability mode and all scalability mode options below will take effect.</td> enable scalability mode and all scalability mode options below will take effect.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Enable all scalability mode options</strong></td> <td headers="option"><strong>Enable all scalability mode options</strong></td>
<td>If enabled, all options below are enabled, too.</td> <td headers="description">If enabled, all options below are enabled, too.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Disable editor live parsing</strong></td> <td headers="option"><strong>Disable editor live parsing</strong></td>
<td>If enabled, parsing while typing will be disabled. <td headers="description">If enabled, parsing while typing will be disabled.
This disables also other features like Outline view, semantic highlighting, folding, etc.</td> This disables also other features like Outline view, semantic highlighting, folding, etc.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Disable semantic highlighting</strong></td> <td headers="option"><strong>Disable semantic highlighting</strong></td>
<td>If enabled, C/C++ identifiers will not be colored.</td> <td headers="description">If enabled, C/C++ identifiers will not be colored.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Disable syntax coloring</strong></td> <td headers="option"><strong>Disable syntax coloring</strong></td>
<td>If enabled, no coloring of keywords, comments and literals is done.</td> <td headers="description">If enabled, no coloring of keywords, comments and literals is done.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Disable parsing-based content assist proposals</strong></td> <td headers="option"><strong>Disable parsing-based content assist proposals</strong></td>
<td>If enabled, content assist proposals which require parsing the file will not be available.</td> <td headers="description">If enabled, content assist proposals which require parsing the file will not be available.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Disable content assist auto-activation</strong></td> <td headers="option"><strong>Disable content assist auto-activation</strong></td>
<td>If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td> <td headers="description">If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p> <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p> <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Typing preferences</h1> <h1 role="main">Typing preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.SmartTypingPreferencePage)")'>Typing</a> preference panel to assist in formatting input as you type.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.SmartTypingPreferencePage)")'>Typing</a> preference panel to assist in formatting input as you type.</p>
<p><img src="../images/editor_typing_preferences.png" alt="Typing Preferences"></p> <p><img src="../images/editor_typing_preferences.png" alt="Typing Preferences"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -23,58 +23,58 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>"Strings"</strong></td> <td headers="option"><strong>"Strings"</strong></td>
<td>If enabled, automatically close string quotes.</td> <td headers="description">If enabled, automatically close string quotes.</td>
</tr> </tr>
<tr> <tr>
<td><strong>(Parenthesis) and [square] brackets</strong></td> <td headers="option"><strong>(Parenthesis) and [square] brackets</strong></td>
<td>If enabled, automatically close parenthesis and square brackets.</td> <td headers="description">If enabled, automatically close parenthesis and square brackets.</td>
</tr> </tr>
<tr> <tr>
<td><strong>&lt;Angle&gt; brackets</strong></td> <td headers="option"><strong>&lt;Angle&gt; brackets</strong></td>
<td>If enabled, automatically close angle brackets.</td> <td headers="description">If enabled, automatically close angle brackets.</td>
</tr> </tr>
<tr> <tr>
<td><strong>{Braces}</strong></td> <td headers="option"><strong>{Braces}</strong></td>
<td>If enabled, automatically close curly braces.</td> <td headers="description">If enabled, automatically close curly braces.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Tab key adjusts indentation of the current line</strong></td> <td headers="option"><strong>Tab key adjusts indentation of the current line</strong></td>
<td>If enabled, indent the current line when the tab key is pressed.</td> <td headers="description">If enabled, indent the current line when the tab key is pressed.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Adjust indentation</strong></td> <td headers="option"><strong>Adjust indentation</strong></td>
<td>Adjust the indentation of pasted text to match the current indentation level.</td> <td headers="description">Adjust the indentation of pasted text to match the current indentation level.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Wrap automatically</strong></td> <td headers="option"><strong>Wrap automatically</strong></td>
<td>Enable to automatically wrap string literals when they exceed the max line length.</td> <td headers="description">Enable to automatically wrap string literals when they exceed the max line length.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Escape text when pasting into a literal string</strong></td> <td headers="option"><strong>Escape text when pasting into a literal string</strong></td>
<td>If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td> <td headers="description">If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td>
</tr> </tr>
<tr> <tr>
<td><strong>New lines and braces</strong></td> <td headers="option"><strong>New lines and braces</strong></td>
<td>If enabled, a new line or brace will be indented according to the <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a>. <td headers="description">If enabled, a new line or brace will be indented according to the <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a>.
If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line)</td> If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line)</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p> <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p> <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>File Types preference (C/C++)</h1> <h1 role="main">File Types preference (C/C++)</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CFileTypesPreferences)")'>File Types</a> preference panel to define which file extensions are linked to specific languages.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CFileTypesPreferences)")'>File Types</a> preference panel to define which file extensions are linked to specific languages.</p>
<p><img src="../images/cdt_pref_file_types.png" alt="File Types Preference Panel"></p> <p><img src="../images/cdt_pref_file_types.png" alt="File Types Preference Panel"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD"> <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
@ -22,27 +22,27 @@
<col width="65%" valign="top" > <col width="65%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center"> <tr style="text-align:center;">
<td><strong>Options</strong></td> <th id="option"><strong>Option</strong></th>
<td><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td><strong>New...</strong></td> <td headers="option"><strong>New...</strong></td>
<td>Add a new File Type definition.</td> <td headers="description">Add a new File Type definition.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Remove</strong></td> <td headers="option"><strong>Remove</strong></td>
<td>Remove the currently selected File Type definition.</td> <td headers="description">Remove the currently selected File Type definition.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a></p> <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"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>C/C++ preferences</h1> <h1 role="main">C/C++ preferences</h1>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CPluginPreferencePage)")'>C/C++</a> preference panel allows you to make changes to your C/C++ environment. Click <strong>Window > Preferences > C/C++</strong> to view.</p> <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CPluginPreferencePage)")'>C/C++</a> preference panel allows you to make changes to your C/C++ environment. Click <strong>Window > Preferences > C/C++</strong> to view.</p>
<p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p> <p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD"> <table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
@ -22,30 +22,34 @@
<col width="65%" valign="top" > <col width="65%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr class="hidden">
<td width="35%" valign="top"><strong>Follow unindexed header files when producing the outline view</strong></td> <th id="option">Option</th>
<td valign="top">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td width="35%" valign="top"><strong>Build active configuration in each project</strong></td> <td style="width:35%" valign="top" headers="option"><strong>Follow unindexed header files when producing the outline view</strong></td>
<td valign="top">Activate to always build only the active configuration within a project.</td> <td valign="top" headers="description">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td>
</tr> </tr>
<tr> <tr>
<td width="35%" valign="top"><strong>Build all configurations in each project</strong></td> <td style="width:35%" valign="top" headers="option"><strong>Build active configuration in each project</strong></td>
<td valign="top">Activate to always build all the configurations within a project.</td> <td valign="top" headers="description">Activate to always build only the active configuration within a project.</td>
</tr> </tr>
<tr> <tr>
<td width="35%" valign="top"><strong>Build configurations only when there are Eclipse resource changes within the project and its resources</strong></td> <td style="width:35%" valign="top" headers="option"><strong>Build all configurations in each project</strong></td>
<td valign="top">Activate to build only when there are have been changes to any project and Eclipse resources.</td> <td valign="top" headers="description">Activate to always build all the configurations within a project.</td>
</tr> </tr>
<tr> <tr>
<td width="35%" valign="top"><strong>Clear all 'do not show again' settings and show all hidden dialogs again</strong></td> <td style="width:35%" valign="top" headers="option"><strong>Build configurations only when there are Eclipse resource changes within the project and its resources</strong></td>
<td valign="top">Activate to reset all alert settings and show all hidden dialogs.</td> <td valign="top" headers="description">Activate to build only when there are have been changes to any project and Eclipse resources.</td>
</tr>
<tr>
<td style="width:35%" valign="top" headers="option"><strong>Clear all 'do not show again' settings and show all hidden dialogs again</strong></td>
<td valign="top" headers="description">Activate to reset all alert settings and show all hidden dialogs.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_views.htm">Views</a></p> <a href="cdt_o_views.htm">Views</a></p>
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" > <img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,103 +10,103 @@
</head> </head>
<body> <body>
<h1>Call Hierarchy view</h1> <h1 role="main">Call Hierarchy view</h1>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.callHierarchy)")'>Call Hierarchy</a> view shows the loaded callers and callees for a selected C/C++ function. Right-click a function name in a source file and select <strong>Open Call Hierarchy</strong> to open a Call Hierarchy view, if none is open, and show the function's callers.</p> <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.callHierarchy)")'>Call Hierarchy</a> view shows the loaded callers and callees for a selected C/C++ function. Right-click a function name in a source file and select <strong>Open Call Hierarchy</strong> to open a Call Hierarchy view, if none is open, and show the function's callers.</p>
<p><img src="../images/view_call_hierarchy.png" alt="Call Hierarchy view" ></p> <p><img src="../images/view_call_hierarchy.png" alt="Call Hierarchy view" ></p>
<h3>Call Hierarchy view toolbar commands </h3> <h2>Call Hierarchy view toolbar commands </h2>
<p>The Call Hierarchy view toolbar commands include:</p> <p>The Call Hierarchy view toolbar commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr> <tr>
<td width="10%" align="left"><div align="center"><strong>Command</strong></div></td> <th style="width:10%" id="command"><strong>Command</strong></th>
<td width="30%"><div align="center"><strong>Name</strong></div></td> <th style="width:30%" id="name"><strong>Name</strong></th>
<td width="60%"><div align="center"><strong>Description</strong></div></td> <th style="width:60%" id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_next_reference.png" alt="Show Next Reference icon"></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_show_next_reference.png" alt="Show Next Reference icon"></div></td>
<td valign="top"><strong>Show Next Reference</strong></td> <td valign="top" headers="name"><strong>Show Next Reference</strong></td>
<td valign="top">Selects the next function.</td> <td valign="top" headers="description">Selects the next function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_prev_reference.png" alt="Show Previous Reference icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_show_prev_reference.png" alt="Show Previous Reference icon" ></div></td>
<td valign="top"><strong>Show Previous Reference</strong></td> <td valign="top" headers="name"><strong>Show Previous Reference</strong></td>
<td valign="top">Selects the previous function.</td> <td valign="top" headers="description">Selects the previous function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_hide_variables_more.png" alt="Hide Variables, Constants and Enumerators icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_hide_variables_more.png" alt="Hide Variables, Constants and Enumerators icon" ></div></td>
<td valign="top"><strong>Hide Variables, Constants and Enumerators</strong></td> <td valign="top" headers="name"><strong>Hide Variables, Constants and Enumerators</strong></td>
<td valign="top">Toggle to show or hide all variables, constants and enumerators in the view.</td> <td valign="top" headers="description">Toggle to show or hide all variables, constants and enumerators in the view.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_callers.png" alt="Show Callers icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_show_callers.png" alt="Show Callers icon" ></div></td>
<td valign="top"><strong>Show Callers</strong></td> <td valign="top" headers="name"><strong>Show Callers</strong></td>
<td valign="top">Show all callers in the search scope of the selected function.</td> <td valign="top" headers="description">Show all callers in the search scope of the selected function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_callees.png" alt="Show Callees icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_show_callees.png" alt="Show Callees icon" ></div></td>
<td valign="top"><strong>Show Callees</strong></td> <td valign="top" headers="name"><strong>Show Callees</strong></td>
<td valign="top">Show all members called by the currently selected function.</td> <td valign="top" headers="description">Show all members called by the currently selected function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_show_history_list.png" alt="Show History List icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_show_history_list.png" alt="Show History List icon" ></div></td>
<td valign="top"><strong>Show History List</strong></td> <td valign="top" headers="name"><strong>Show History List</strong></td>
<td valign="top">This menu displays a history of previously displayed call hierarchies.</td> <td valign="top" headers="description">This menu displays a history of previously displayed call hierarchies.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_refresh_view_contents.png" alt="Refresh View Contents icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_refresh_view_contents.png" alt="Refresh View Contents icon" ></div></td>
<td valign="top"><strong>Refresh View Contents</strong></td> <td valign="top" headers="name"><strong>Refresh View Contents</strong></td>
<td valign="top">Refreshes the view to reflect the current state of the function.</td> <td valign="top" headers="description">Refreshes the view to reflect the current state of the function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_menu_white.png" alt="Menu icon" ></div></td> <td valign="top" headers="command"><div style="text-align:center;"><img src="../images/icon_menu_white.png" alt="Menu icon" ></div></td>
<td valign="top"><strong>View Menu</strong></td> <td valign="top" headers="name"><strong>View Menu</strong></td>
<td valign="top">Provides commands for: <ul><li>Using working sets</li> <td valign="top" headers="description">Provides commands for: <ul><li>Using working sets</li>
<li>Showings Callers or Callees</li> <li>Showings Callers or Callees</li>
<li>Show or hide file names</li> <li>Show or hide file names</li>
<li>Activate or deactivate filters</li></ul></td> <li>Activate or deactivate filters</li></ul></td>
</tr> </tr>
</table> </table>
<h3>Call Hierarchy view context menu commands </h3> <h2>Call Hierarchy view context menu commands </h2>
<p>The Call Hierarchy view context menu commands include:</p> <p>The Call Hierarchy view context menu commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr> <tr>
<td width="25%"><div align="center"><strong>Name</strong></div></td> <th style="width:25%" id="name2"><strong>Name</strong></th>
<td width="75%"><div align="center"><strong>Description</strong></div></td> <th style="width:75%" id="description2"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Show Reference</strong></td> <td valign="top" headers="name2"><strong>Show Reference</strong></td>
<td valign="top">Opens an editor view containing the referenced function call.</td> <td valign="top" headers="description2">Opens an editor view containing the referenced function call.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Open</strong></td> <td valign="top" headers="name2"><strong>Open</strong></td>
<td valign="top">Opens an editor view containing the function reference.</td> <td valign="top" headers="description2">Opens an editor view containing the function reference.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Focus on</strong></td> <td valign="top" headers="name2"><strong>Focus on</strong></td>
<td valign="top">Resets the view to show the selected function.</td> <td valign="top" headers="description2">Resets the view to show the selected function.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Refactor...</strong></td> <td valign="top" headers="name2"><strong>Refactor...</strong></td>
<td valign="top">Opens the <strong>Rename global function</strong> dialog.</td> <td valign="top" headers="description2">Opens the <strong>Rename global function</strong> dialog.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Declarations</strong></td> <td valign="top" headers="name2"><strong>Declarations</strong></td>
<td valign="top">Search the workspace, project, or working set for all function declarations and shows the result in the Search view.</td> <td valign="top" headers="description2">Search the workspace, project, or working set for all function declarations and shows the result in the Search view.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>References</strong></td> <td valign="top" headers="name2"><strong>References</strong></td>
<td valign="top">Search the workspace, project, or working set for all function references and shows the result in the <strong>Search</strong> view.</td> <td valign="top" headers="description2">Search the workspace, project, or working set for all function references and shows the result in the <strong>Search</strong> view.</td>
</tr> </tr>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_views.htm">Views</a></p> <a href="cdt_o_views.htm">Views</a></p>
<hr > <hr >
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" > <img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Templates preferences</h1> <h1 role="main">Templates preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.TemplatePreferencePage)")'>Templates</a> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export, <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.TemplatePreferencePage)")'>Templates</a> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
import, or create your own templates click <strong>Window &gt; Preferences &gt; C/C++ &gt; Templates</strong>.</p> import, or create your own templates click <strong>Window &gt; Preferences &gt; C/C++ &gt; Templates</strong>.</p>
<p><img src="../images/code_templates.png" alt="Templates Preferences"></p> <p><img src="../images/code_templates.png" alt="Templates Preferences"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
@ -23,53 +23,53 @@ import, or create your own templates click <strong>Window &gt; Preferences &gt;
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>New...</strong></td> <td headers="option"><strong>New...</strong></td>
<td>Opens the <strong>New Template</strong> dialog to create a new template.</td> <td headers="description">Opens the <strong>New Template</strong> dialog to create a new template.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Edit...</strong></td> <td headers="option"><strong>Edit...</strong></td>
<td>Opens the <strong>Edit Template</strong> dialog to edit the selected template.</td> <td headers="description">Opens the <strong>Edit Template</strong> dialog to edit the selected template.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Remove</strong></td> <td headers="option"><strong>Remove</strong></td>
<td>Removes the selected templates from the list.</td> <td headers="description">Removes the selected templates from the list.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Restore Removed</strong></td> <td headers="option"><strong>Restore Removed</strong></td>
<td>Restores templates deleted by the last Remove action.</td> <td headers="description">Restores templates deleted by the last Remove action.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Revert to Default</strong></td> <td headers="option"><strong>Revert to Default</strong></td>
<td>Removes the last edits made to the selected template restoring it to it's unmodified state.</td> <td headers="description">Removes the last edits made to the selected template restoring it to it's unmodified state.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Import...</strong></td> <td headers="option"><strong>Import...</strong></td>
<td>Imports a template.</td> <td headers="description">Imports a template.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Export...</strong></td> <td headers="option"><strong>Export...</strong></td>
<td>Exports the selected templates.</td> <td headers="description">Exports the selected templates.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Use code formatter</strong></td> <td headers="option"><strong>Use code formatter</strong></td>
<td>Enable to apply the currently selected code style to the template.</td> <td headers="description">Enable to apply the currently selected code style to the template.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br> <a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p> <a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p> <a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -11,9 +11,9 @@
<body> <body>
<h1>Console preferences</h1> <h1 role="main">Console preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces)")'>Console</a> preference panel to customize the appearance of messages that appear in the <strong>Console</strong> view.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces)")'>Console</a> preference panel to customize the appearance of messages that appear in the <strong>Console</strong> view.</p>
<p><img src="../images/cdt_pref_build_console.png" alt="Console Preferences Panel"></p> <p><img src="../images/cdt_pref_build_console.png" alt="Console Preferences Panel"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" > <table width="700px" cellpadding="5" cellspacing="0" border="1" >
@ -24,66 +24,66 @@
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><strong>Always clear console before building</strong></td> <td headers="option"><strong>Always clear console before building</strong></td>
<td>Select this option to clear the contents of the Console view every time you perform a build.</td> <td headers="description">Select this option to clear the contents of the Console view every time you perform a build.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Open console when building</strong></td> <td headers="option"><strong>Open console when building</strong></td>
<td>Select this option to open the Console view when you perform a build.</td> <td headers="description">Select this option to open the Console view when you perform a build.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Bring console to top when building (if present)</strong></td> <td headers="option"><strong>Bring console to top when building (if present)</strong></td>
<td>Select this option to make the Console view the active window when you perform a build.</td> <td headers="description">Select this option to make the Console view the active window when you perform a build.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Limit console output (#lines)</strong></td> <td headers="option"><strong>Limit console output (#lines)</strong></td>
<td>Specify the maximum number of lines that can display in the Console view.</td> <td headers="description">Specify the maximum number of lines that can display in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Display tab width</strong></td> <td headers="option"><strong>Display tab width</strong></td>
<td>Specify the number of spaces for a tab.</td> <td headers="description">Specify the number of spaces for a tab.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Output text color</strong></td> <td headers="option"><strong>Output text color</strong></td>
<td>Customize the color of text in the Console view.</td> <td headers="description">Customize the color of text in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Information message text color</strong></td> <td headers="option"><strong>Information message text color</strong></td>
<td>Customize the color of information text messages in the Console view.</td> <td headers="description">Customize the color of information text messages in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Error message text color</strong></td> <td headers="option"><strong>Error message text color</strong></td>
<td>Customize the color of error messages in the Console view.</td> <td headers="description">Customize the color of error messages in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Background color</strong></td> <td headers="option"><strong>Background color</strong></td>
<td>Customize the background color in the Console view.</td> <td headers="description">Customize the background color in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Background color for build problems</strong></td> <td headers="option"><strong>Background color for build problems</strong></td>
<td>Customize the background color of build problems in the Console view.</td> <td headers="description">Customize the background color of build problems in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Highlighting color for build problems</strong></td> <td headers="option"><strong>Highlighting color for build problems</strong></td>
<td>Customize the highlighting color of build problems in the Console view.</td> <td headers="description">Customize the highlighting color of build problems in the Console view.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p> <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"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br> <a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p> <a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p> <a href="../reference/cdt_o_views.htm">Views</a></p>
<hr> <hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,10 +9,10 @@
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script> <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Console view</h1> <h1 role="main">Console view</h1>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.console.ConsoleView)")'>Console</a> view displays the output of a process and allows you to provide keyboard input to a process. There are numerous consoles available, see the Open Console dropdown list for those available to you. </p> <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.console.ConsoleView)")'>Console</a> view displays the output of a process and allows you to provide keyboard input to a process. There are numerous consoles available, see the Open Console dropdown list for those available to you. </p>
<p><img border="0" src="../images/view_console.png" alt="Console View"></p> <p><img src="../images/view_console.png" alt="Console View"></p>
The output console shows several different kinds of text, each in a different color: The output console shows several different kinds of text, each in a different color:
<p></p> <p></p>
@ -38,55 +38,55 @@ to open code in an editor when error parsers are able to determine file and line
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th>Icon</th> <th id="icon">Icon</th>
<th>Name</th> <th id="icon-name">Name</th>
<th>Description</th> <th id="icon-description">Description</th>
</tr> </tr>
</thead> </thead>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_next_error.png" alt="next error icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_next_error.png" alt="next error icon"></td>
<td valign="top">Next Error</td> <td valign="top" headers="icon-name">Next Error</td>
<td valign="top">Show the next error in the Console view.</td> <td valign="top" headers="icon-description">Show the next error in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_prev_error.png" alt="previous error icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_prev_error.png" alt="previous error icon"></td>
<td valign="top">Previous Error</td> <td valign="top" headers="icon-name">Previous Error</td>
<td valign="top">Show the previous error in the Console view.</td> <td valign="top" headers="icon-name">Show the previous error in the Console view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_show_error.png" alt="show error icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_show_error.png" alt="show error icon"></td>
<td valign="top">Show Error in Editor</td> <td valign="top" headers="icon-name">Show Error in Editor</td>
<td valign="top">Toggle to synchronize the selected error with the Editor view (default).</td> <td valign="top" headers="icon-description">Toggle to synchronize the selected error with the Editor view (default).</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_save_output_file.png" alt="save output file icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_save_output_file.png" alt="save output file icon"></td>
<td valign="top">Copy Build Log</td> <td valign="top" headers="icon-name">Copy Build Log</td>
<td valign="top">Copy build output to file.</td> <td valign="top" headers="icon-description">Copy build output to file.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
<td valign="top">Scroll Lock</td> <td valign="top" headers="icon-name">Scroll Lock</td>
<td valign="top">Toggles the Scroll Lock.</td> <td valign="top" headers="icon-description">Toggles the Scroll Lock.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_clear_console.png" alt="Clear Console icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_clear_console.png" alt="Clear Console icon"></td>
<td valign="top">Clear Console</td> <td valign="top" headers="icon-name">Clear Console</td>
<td valign="top">Clears the current console.</td> <td valign="top" headers="icon-description">Clears the current console.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
<td valign="top">Pin Console</td> <td valign="top" headers="icon-name">Pin Console</td>
<td valign="top">Forces the Console view to remain on top of other views in the window area.</td> <td valign="top" headers="icon-description">Forces the Console view to remain on top of other views in the window area.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
<td valign="top">Display Selected Console</td> <td valign="top" headers="icon-name">Display Selected Console</td>
<td valign="top">If multiple consoles are open, you can select the one to display from a list.</td> <td valign="top" headers="icon-description">If multiple consoles are open, you can select the one to display from a list.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_open_console.png" alt="open Console icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_open_console.png" alt="open Console icon"></td>
<td valign="top">Open Console</td> <td valign="top" headers="icon-name">Open Console</td>
<td valign="top">Opens a new console to display the log for: <br> <td valign="top" headers="icon-description">Opens a new console to display the log for: <br>
<ul> <ul>
<li>New Console View</li> <li>New Console View</li>
<li>Program Output Console</li> <li>Program Output Console</li>
@ -110,33 +110,33 @@ you see one or more of the following options in a context menu depending on the
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th>Name</th> <th id="name">Name</th>
<th>Description</th> <th id="description">Description</th>
</tr> </tr>
</thead> </thead>
<tr> <tr>
<td><strong>Clear</strong></td> <td headers="name"><strong>Clear</strong></td>
<td>Clears the current console.</td> <td headers="description">Clears the current console.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Editor options: Cut, Copy, Paste, Select All</strong></td> <td headers="name"><strong>Editor options: Cut, Copy, Paste, Select All</strong></td>
<td>These options perform the standard edit operations. Which options are available depends on where the focus is in the <strong>Console</strong> view. For example, you cannot paste text into the program output, but you can paste text to the bottom of the file.</td> <td headers="description">These options perform the standard edit operations. Which options are available depends on where the focus is in the <strong>Console</strong> view. For example, you cannot paste text into the program output, but you can paste text to the bottom of the file.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Go to Line</strong></td> <td headers="name"><strong>Go to Line</strong></td>
<td>Opens a dialog that moves the focus to the line you specify. The dialog also indicates the total number of lines in the console buffer.</td> <td headers="description">Opens a dialog that moves the focus to the line you specify. The dialog also indicates the total number of lines in the console buffer.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Find/Replace...</strong></td> <td headers="name"><strong>Find/Replace...</strong></td>
<td>Opens a <strong>Find/Replace</strong> dialog that operates only on the text in the <strong>Console</strong> view.</td> <td headers="description">Opens a <strong>Find/Replace</strong> dialog that operates only on the text in the <strong>Console</strong> view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Open Link</strong></td> <td headers="name"><strong>Open Link</strong></td>
<td>Select to follow a detected hyperlink in any console view that supports. For example, the CVS console.</td> <td headers="description">Select to follow a detected hyperlink in any console view that supports. For example, the CVS console.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Scroll Lock</strong></td> <td headers="name"><strong>Scroll Lock</strong></td>
<td>Toggles the Scroll Lock.</td> <td headers="description">Toggles the Scroll Lock.</td>
</tr> </tr>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,10 +10,10 @@
</head> </head>
<body> <body>
<h1>C/C++ Projects view</h1> <h1 role="main">C/C++ Projects view</h1>
<p class="note"><span class="notetitle">Note: </span> <p class="note"><span class="notetitle">Note: </span>
This view is not supported anymore. It is recommended to use the <a href="cdt_u_project_explorer_view.htm">Project Explorer</a> view.</p> This view is not supported anymore. It is recommended to use the <a href="cdt_u_project_explorer_view.htm">Project Explorer</a> view.</p>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.CView)")'>C/C++ Project</a> view displays, in a tree structure, only elements relevant to C and C++ project files, similar to the <a href="cdt_u_project_explorer_view.htm">Project Explorer</a> view. In this view you can do the following: <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.ui.CView)")'>C/C++ Project</a> view displays, in a tree structure, only elements relevant to C and C++ project files, similar to the <a href="cdt_u_project_explorer_view.htm">Project Explorer</a> view. In this view you can do the following:
<ul> <ul>
<li>Browse the elements of C/C++ source files</li> <li>Browse the elements of C/C++ source files</li>
<li>Open files in the editor view</li> <li>Open files in the editor view</li>
@ -39,67 +39,67 @@ This view is not supported anymore. It is recommended to use the <a href="cdt_u_
<col width="75%" valign="top" > <col width="75%" valign="top" >
</colgroup> </colgroup>
<tr> <tr>
<th>Icon</th> <th id="icon">Icon</th>
<th>Name</th> <th id="name">Name</th>
<th>Description</th> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_min.png" alt="Minimize Icon"></td>
<td valign="top"><strong>Minimize</strong></td> <td valign="top" headers="name"><strong>Minimize</strong></td>
<td valign="top">Minimizes the view.</td> <td valign="top" headers="description">Minimizes the view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_max.png" alt="Maximize Icon"></td>
<td valign="top"><strong>Maximize</strong></td> <td valign="top" headers="name"><strong>Maximize</strong></td>
<td valign="top">Maximizes the view.</td> <td valign="top" headers="description">Maximizes the view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_back.png" alt="Back Icon"></td>
<td valign="top"><strong>Back</strong></td> <td valign="top" headers="name"><strong>Back</strong></td>
<td valign="top">This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp; <td valign="top" headers="description">This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp;
For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the
<em> Go Into</em> command. The hover help for this button tells you where it will take you. This command is similar to the Back button in a web browser.</td> <em> Go Into</em> command. The hover help for this button tells you where it will take you. This command is similar to the Back button in a web browser.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_forward.png" alt="Forward Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_forward.png" alt="Forward Icon"></td>
<td valign="top"><strong>Forward</strong></td> <td valign="top" headers="name"><strong>Forward</strong></td>
<td valign="top">This command displays the hierarchy that was displayed immediately after the current display.&nbsp; <td valign="top" headers="description">This command displays the hierarchy that was displayed immediately after the current display.&nbsp;
For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the Back command.&nbsp;The For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the Back command.&nbsp;The
hover help for this button tells you where it will take you. hover help for this button tells you where it will take you.
This command is similar to the Forward button in a web browser.</td> This command is similar to the Forward button in a web browser.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_up.png" alt="Up Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_up.png" alt="Up Icon"></td>
<td valign="top"><strong>Up</strong></td> <td valign="top" headers="name"><strong>Up</strong></td>
<td valign="top">This command displays the hierarchy of the parent of the current highest level resource. The hover help for this button tells you where it will take you.</td> <td valign="top" headers="description">This command displays the hierarchy of the parent of the current highest level resource. The hover help for this button tells you where it will take you.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_collapse_all.png" alt="Collapse All Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_collapse_all.png" alt="Collapse All Icon"></td>
<td valign="top"><strong>Collapse All</strong></td> <td valign="top" headers="name"><strong>Collapse All</strong></td>
<td valign="top">This command collapses the tree expansion state of all resources in the view.</td> <td valign="top" headers="description">This command collapses the tree expansion state of all resources in the view.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_link_with_editor.png" alt="Link with Editor Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_link_with_editor.png" alt="Link with Editor Icon"></td>
<td valign="top"><strong>Link with Editor</strong></td> <td valign="top" headers="name"><strong>Link with Editor</strong></td>
<td valign="top">This command toggles whether the view selection is linked to the active editor. <td valign="top" headers="description">This command toggles whether the view selection is linked to the active editor.
When this option is selected, changing the active editor will automatically update the selection to the resource being edited.</td> When this option is selected, changing the active editor will automatically update the selection to the resource being edited.</td>
</tr> </tr>
<tr> <tr>
<td align="center" valign="top"><img src="../images/icon_menu.png" alt="View Menu Icon"></td> <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_menu.png" alt="View Menu Icon"></td>
<td valign="top"><strong>Menu</strong></td> <td valign="top" headers="name"><strong>Menu</strong></td>
<td valign="top">Click the white upside-down triangle icon to open a menu of items specific to the view.<br><br> <td valign="top" headers="description">Click the white upside-down triangle icon to open a menu of items specific to the view.<br><br>
<dl> <dl>
<p><dt>Select Working Set</dt> <dt>Select Working Set</dt>
<dd>Opens the <strong>Select Working Set</strong> dialog to allow selecting a working set for the view.</dd><p></p> <dd>Opens the <strong>Select Working Set</strong> dialog to allow selecting a working set for the view.<br><br></dd>
<p><dt>Deselect Working Set</dt> <dt>Deselect Working Set</dt>
<dd>Deselects the current working set. </dd><p></p> <dd>Deselects the current working set. <br><br></dd>
<p><dt>Edit Active Working Set</dt> <dt>Edit Active Working Set</dt>
<dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.</dd><p></p> <dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.<br><br></dd>
<p><dt>Filters</dt> <dt>Filters</dt>
<dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed. <dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed.
File types selected in the list will not be shown in the C/C++ Projects view.<dd><p></p> File types selected in the list will not be shown in the C/C++ Projects view.<br><br><dd>
<p><dt>Link with Editor</dt> <dt>Link with Editor</dt>
<dd>See the toolbar item description above.</dd><p></p> <dd>See the toolbar item description above.<br><br></dd>
</dl></td> </dl></td>
</tr> </tr>
</table><p></p> </table><p></p>
@ -111,118 +111,118 @@ This view is not supported anymore. It is recommended to use the <a href="cdt_u_
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="34%"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="34%">
<tr> <tr>
<td width="19%" align="center"><strong>Icon</strong></td> <th style="width:19%" id="icon2"><strong>Icon</strong></th>
<td width="81%"><strong>Description</strong></td> <th style="width:81%" id="description2"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td> <img src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td>
<td width="81%">C or C++ file</td> <td style="width:81%" headers="description2">C or C++ file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/c_exe_obj.png" width="16" height="16" alt="Executable file icon"></td> <img src="../images/c_exe_obj.png" width="16" height="16" alt="Executable file icon"></td>
<td width="81%">Debuggable executable file</td> <td style="width:81%" headers="description2">Debuggable executable file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/c_object_file.png" width="16" height="17" alt="C or C++ object file icon"></td> <img src="../images/c_object_file.png" width="16" height="17" alt="C or C++ object file icon"></td>
<td width="81%">Object file</td> <td style="width:81%" headers="description2">Object file</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td> <img src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td>
<td width="81%">Class</td> <td style="width:81%" headers="description2">Class</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td> <img src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td>
<td width="81%">Macro Definition</td> <td style="width:81%" headers="description2">Macro Definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td> <img src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td>
<td width="81%">Enum</td> <td style="width:81%" headers="description2">Enum</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td> <img src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td>
<td width="81%">Enumerator</td> <td style="width:81%" headers="description2">Enumerator</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td> <img src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td>
<td width="81%">Variable</td> <td style="width:81%" headers="description2">Variable</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td> <img src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
<td width="81%">Field private</td> <td style="width:81%" headers="description2">Field private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td> <img src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
<td width="81%">Field protected</td> <td style="width:81%" headers="description2">Field protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td> <img src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
<td width="81%">Field public</td> <td style="width:81%" headers="description2">Field public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td> <img src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
<td width="81%">Include</td> <td style="width:81%" headers="description2">Include</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td> <img src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
<td width="81%">Makefile</td> <td style="width:81%" headers="description2">Makefile</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td> <img src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
<td width="81%">Method private</td> <td style="width:81%" headers="description2">Method private</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td> <img src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
<td width="81%">Method protected</td> <td style="width:81%" headers="description2">Method protected</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td> <img src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
<td width="81%">Method public</td> <td style="width:81%" headers="description2">Method public</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td> <img src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
<td width="81%">Namespace</td> <td style="width:81%" headers="description2">Namespace</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td> <img src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td>
<td width="81%">Namespace declared</td> <td style="width:81%" headers="description2">Namespace declared</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td> <img src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
<td width="81%">Struct</td> <td style="width:81%" headers="description2">Struct</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td> <img src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
<td width="81%">Type definition</td> <td style="width:81%" headers="description2">Type definition</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td> <img src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
<td width="81%">Union</td> <td style="width:81%" headers="description2">Union</td>
</tr> </tr>
<tr> <tr>
<td width="19%" align="center"> <td style="width:19%" style="text-align:center;" headers="icon2">
<img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td> <img src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
<td width="81%">Function</td> <td style="width:81%" headers="description2">Function</td>
</tr> </tr>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Create a Make Target</h1> <h1 role="main">Create a Make Target</h1>
<p>Use the <strong>Create a Make Target</strong> dialog box to define build settings when creating a Make Target.</p> <p>Use the <strong>Create a Make Target</strong> dialog box to define build settings when creating a Make Target.</p>
@ -22,40 +22,40 @@
<col width="75%" valign="top" > <col width="75%" valign="top" >
</colgroup> </colgroup>
<tr> <tr>
<th>Option</th> <th id="option">Option</th>
<th>Description</th> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Target Name</strong></td> <td valign="top" headers="option"><strong>Target Name</strong></td>
<td valign="top">Name of the Make Target.</td> <td valign="top" headers="description">Name of the Make Target.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Make Target</strong></td> <td valign="top" headers="option"><strong>Make Target</strong></td>
<td valign="top">The reference to the make section in your makefile.</td> <td valign="top" headers="description">The reference to the make section in your makefile.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Use default</strong></td> <td valign="top" headers="option"><strong>Use default</strong></td>
<td valign="top">Select this checkbox to use the default make command. Clear the check box to specify a new make command.</td> <td valign="top" headers="description">Select this checkbox to use the default make command. Clear the check box to specify a new make command.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Build command</strong></td> <td valign="top" headers="option"><strong>Build command</strong></td>
<td valign="top">If you clear the <strong>Use default</strong> checkbox type a new make command in this field.</td> <td valign="top" headers="description">If you clear the <strong>Use default</strong> checkbox type a new make command in this field.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Stop on first build error</strong></td> <td valign="top" headers="option"><strong>Stop on first build error</strong></td>
<td valign="top">Stops the build when an error occurs.</td> <td valign="top" headers="description">Stops the build when an error occurs.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Run all project builders</strong></td> <td valign="top" headers="option"><strong>Run all project builders</strong></td>
<td valign="top">Runs additional project builders such as discovery.</td> <td valign="top" headers="description">Runs additional project builders such as discovery.</td>
</tr> </tr>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br> <a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
<a href="../concepts/cdt_c_makefile.htm">Makefile</a></p> <a href="../concepts/cdt_c_makefile.htm">Makefile</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="../tasks/cdt_t_new_make.htm">Creating a makefile</a><br> <a href="../tasks/cdt_t_new_make.htm">Creating a makefile</a><br>
<a href="../tasks/cdt_t_addmaketarget.htm">Creating a Make Target</a><br> <a href="../tasks/cdt_t_addmaketarget.htm">Creating a Make Target</a><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -8,21 +8,21 @@
</head> </head>
<body> <body>
<h1> Debug Breadcrumb </h1> <h1 role="main"> Debug Breadcrumb </h1>
<p> Use the <strong>Debug Breadcrumb</strong> layout to show a compact presentation of the currently active debug context and its parents. </p> <p> Use the <strong>Debug Breadcrumb</strong> layout to show a compact presentation of the currently active debug context and its parents. </p>
<p> <img src="../images/view_debug_breadcrumb.png" alt="Debug Breadcrumb"> </p> <p> <img src="../images/view_debug_breadcrumb.png" alt="Debug Breadcrumb"> </p>
<p> To show the Debug Breadcrumb layout, in the <strong>Debug</strong> view toolbar select <strong>View Menu &gt; Layout &gt; Breadcrumb</strong>. Alternatively, resize the Debug view such that the height of the view is small enough to fit only one line of text. This causes the view to change over to the Breadcrumb layout automatically. </p> <p> To show the Debug Breadcrumb layout, in the <strong>Debug</strong> view toolbar select <strong>View Menu &gt; Layout &gt; Breadcrumb</strong>. Alternatively, resize the Debug view such that the height of the view is small enough to fit only one line of text. This causes the view to change over to the Breadcrumb layout automatically. </p>
<p> The Debug Breadcrumb allows you to invoke actions on any element shown in the breadcrumb. Actions can be invoked through the context menu or through key bindings. To select an element in the breadcrumb click on it or activate the Debug view and use the <strong>left</strong> and <strong>right</strong> arrow keys. <p> The Debug Breadcrumb allows you to invoke actions on any element shown in the breadcrumb. Actions can be invoked through the context menu or through key bindings. To select an element in the breadcrumb click on it or activate the Debug view and use the <strong>left</strong> and <strong>right</strong> arrow keys.
<p> You can also change the active debug context using the breadcrumb. Click on one of the arrows or any element top open a drop-down window. The drop-down shows all the siblings of the element for which the drop-down was opened. Click on an element to make it the new active debug context. To open the drop-down with the keyboard, select and element and press the <strong>down</strong> key. <p> You can also change the active debug context using the breadcrumb. Click on one of the arrows or any element top open a drop-down window. The drop-down shows all the siblings of the element for which the drop-down was opened. Click on an element to make it the new active debug context. To open the drop-down with the keyboard, select and element and press the <strong>down</strong> key.
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br> <a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p> <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_u_dbg_view.htm">Debug View</a></p> <a href="cdt_u_dbg_view.htm">Debug View</a></p>
</body> </body>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Breakpoint Actions preferences</h1> <h1 role="main">Breakpoint Actions preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.breakpointactions.ActionsPreferencePage)")'>Breakpoint Actions</a> page in the <strong>Preferences</strong> window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.breakpointactions.ActionsPreferencePage)")'>Breakpoint Actions</a> page in the <strong>Preferences</strong> window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.</p>
<p><img src="../images/cdt_pref_brk_action.png" alt="Breakpoint Actions preference page"></p> <p><img src="../images/cdt_pref_brk_action.png" alt="Breakpoint Actions preference page"></p>
<table width="600px" cellpadding="4" cellspacing="0" border="1" > <table width="600px" cellpadding="4" cellspacing="0" border="1" >
@ -22,30 +22,30 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center" > <tr style="text-align:center;" >
<td><strong>Options</strong></td> <th id="option"><strong>Option</strong></th>
<td><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>New...</strong></td> <td valign="top" headers="option"><strong>New...</strong></td>
<td valign="top">To create a new breakpoint action, click <strong>New</strong>.</td> <td valign="top" headers="description">To create a new breakpoint action, click <strong>New</strong>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Edit...</strong></td> <td valign="top" headers="option"><strong>Edit...</strong></td>
<td valign="top">To edit the currently selected action, click <strong>Edit</strong>. In the Action dialog box that appears, edit the action settings, then click <strong>OK</strong>. </td> <td valign="top" headers="description">To edit the currently selected action, click <strong>Edit</strong>. In the Action dialog box that appears, edit the action settings, then click <strong>OK</strong>. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Delete</strong></td> <td valign="top" headers="option"><strong>Delete</strong></td>
<td valign="top">To delete the currently selected action, click <strong>Delete</strong>. </td> <td valign="top" headers="description">To delete the currently selected action, click <strong>Delete</strong>. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a></p> <a href="../concepts/cdt_c_over_cdt.htm">C/C++ Development perspective</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <br>
<a href="../tasks/cdt_o_brkpnts_watch.htm">Using breakpoints, watchpoints, and breakpoint actions</a></p> <a href="../tasks/cdt_o_brkpnts_watch.htm">Using breakpoints, watchpoints, and breakpoint actions</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_u_debug.htm">Debug preferences</a></p> <a href="cdt_u_debug.htm">Debug preferences</a></p>
<hr> <hr>
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" > <img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Debug preferences</h1> <h1 role="main">Debug preferences</h1>
<p>The C/C++ <strong>Debug</strong> panel controls general settings for C/C++ debugging.</p> <p>The C/C++ <strong>Debug</strong> panel controls general settings for C/C++ debugging.</p>
<p><img src="../images/view_debug_prefs.png" ALT="C/C++ Debug preferences panel" ></p> <p><img src="../images/view_debug_prefs.png" ALT="C/C++ Debug preferences panel" ></p>
@ -20,44 +20,48 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr class="hidden">
<td width="30%" valign="top"><strong>Show full paths</strong></td> <th id="option">Option</th>
<td valign="top">Displays the full path of resources.</td> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Default variable format</strong></td> <td style="width:30%" valign="top" headers="option"><strong>Show full paths</strong></td>
<td valign="top">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td> <td valign="top" headers="description">Displays the full path of resources.</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Default expression format</strong></td> <td style="width:30%" valign="top" headers="option"><strong>Default variable format</strong></td>
<td valign="top">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td> <td valign="top" headers="description">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Default register format</strong></td> <td style="width:30%" valign="top" headers="option"><strong>Default expression format</strong></td>
<td valign="top">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td> <td valign="top" headers="description">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Maximum number of displayed instructions</strong></td> <td style="width:30%" valign="top" headers="option"><strong>Default register format</strong></td>
<td valign="top">The maximum number of assembler instructions displayed in the Disassembly view.</td> <td valign="top" headers="description">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td>
</tr> </tr>
<tr> <tr>
<td width="30%" valign="top"><strong>Color of source lines</strong></td> <td style="width:30%" valign="top" headers="option"><strong>Maximum number of displayed instructions</strong></td>
<td valign="top">The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</td> <td valign="top" headers="description">The maximum number of assembler instructions displayed in the Disassembly view.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Show source files in binaries </strong></td> <td style="width:30%" valign="top" headers="option"><strong>Color of source lines</strong></td>
<td valign="top">Show source files associated with project binaries. </td> <td valign="top" headers="description">The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</td>
</tr>
<tr>
<td valign="top" headers="option"><strong>Show source files in binaries </strong></td>
<td valign="top" headers="description">Show source files associated with project binaries. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p> <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_views.htm">Views</a></p> <a href="cdt_o_views.htm">Views</a></p>
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br> <p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Source Lookup Path preference</h1> <h1 role="main">Source Lookup Path preference</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.SourcePreferencePage)")'>Source Lookup Path</a> preference page to add or remove source containers.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.SourcePreferencePage)")'>Source Lookup Path</a> preference page to add or remove source containers.</p>
<p><img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences" ></p> <p><img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences" ></p>
@ -25,13 +25,13 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center"> <tr style="text-align:center;">
<td valign="top"><strong>Options</strong></td> <th valign="top" id="option"><strong>Options</strong></th>
<td><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td width="99" valign="top"><strong>Add...</strong></td> <td style="width:99" valign="top" headers="option"><strong>Add...</strong></td>
<td width="475">Opens the <strong>Add Source</strong> dialog to insert a new source container of one of the following types:<br><br> <td style="width:475" headers="description">Opens the <strong>Add Source</strong> dialog to insert a new source container of one of the following types:<br><br>
<ul> <ul>
<li>Absolute File Path</li> <li>Absolute File Path</li>
<li>Compilation Directory</li> <li>Compilation Directory</li>
@ -46,20 +46,20 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Edit...</strong></td> <td valign="top" headers="option"><strong>Edit...</strong></td>
<td>Opens the <strong>Edit File System Directory</strong> dialog to modify the currently selected source container.</td> <td headers="description">Opens the <strong>Edit File System Directory</strong> dialog to modify the currently selected source container.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Remove</strong></td> <td valign="top" headers="option"><strong>Remove</strong></td>
<td>Remove the currently selected source container.</td> <td headers="description">Remove the currently selected source container.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Up</strong></td> <td valign="top" headers="option"><strong>Up</strong></td>
<td>Move the currently selected source container higher in the list.</td> <td headers="description">Move the currently selected source container higher in the list.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Down</strong></td> <td valign="top" headers="option"><strong>Down</strong></td>
<td>Move the currently selected source container lower in the list.</td> <td headers="description">Move the currently selected source container lower in the list.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -11,9 +11,9 @@
<body> <body>
<h1>Debug view</h1> <h1 role="main">Debug view</h1>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.DebugView)")'>Debug</a> view shows the target debugging information in a tree hierarchy.</p> <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.DebugView)")'>Debug</a> view shows the target debugging information in a tree hierarchy.</p>
<p><img src="../images/view_debug.png" width="529" height="252" alt="Debug view" ></p> <p><img src="../images/view_debug.png" width="529" height="252" alt="Debug view" ></p>
<p>The number beside the thread label is a reference counter, not a <p>The number beside the thread label is a reference counter, not a
thread identification number (TID).</p> thread identification number (TID).</p>
@ -24,40 +24,40 @@ thread identification number (TID).</p>
<p>The icons that appear in the Debug view include:</p> <p>The icons that appear in the Debug view include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<th width="76" valign="top"><center> <th style="width: 76" valign="top" id="icon">
Icons Icons
</center></th> </th>
<th width="169" valign="top">Session item </th> <th style="width:169" valign="top" id="session">Session item </th>
<th width="317" valign="top">Description </th> <th style="width:317" valign="top" id="description">Description </th>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td style="width:76" valign="top" headers="icon">
<img src="../images/icon_db_launch_instance.png" width="19" height="16" alt="Launch instance icon"> <img src="../images/icon_db_launch_instance.png" width="19" height="16" alt="Launch instance icon">
</center> </td> </td>
<td width="169" valign="top">Launch instance </td> <td style="width:169" valign="top" headers="session">Launch instance </td>
<td width="317" valign="top">Launch configuration name and launch type </td> <td style="width:317" valign="top" headers="description">Launch configuration name and launch type </td>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td style="width:76" valign="top" headers="icon">
<img alt="Icon: Debugger" src="../images/icon_debugt_obj.gif" width="16" height="16"> <img alt="Icon: Debugger" src="../images/icon_debugt_obj.gif" width="16" height="16">
&nbsp;<img src="../images/icon_db_debug.png" width="16" height="17" alt="Debugger instance icon"> &nbsp;<img src="../images/icon_db_debug.png" width="16" height="17" alt="Debugger instance icon">
</center> </td> </td>
<td width="169" valign="top">Debugger instance </td> <td style="width:169" valign="top" headers="session">Debugger instance </td>
<td width="317" valign="top">Debugger name and state</td> <td style="width:317" valign="top" headers="description">Debugger name and state</td>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td style="width:76" valign="top" headers="icon">
<img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" width="16" height="16">&nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16"> <img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" width="16" height="16">&nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16">
</center> </td> </td>
<td width="169" valign="top">Thread instance </td> <td style="width:169" valign="top" headers="session">Thread instance </td>
<td width="317" valign="top">Thread number and state</td> <td style="width:317" valign="top" headers="description">Thread number and state</td>
</tr> </tr>
<tr> <tr>
<td width="76" valign="top"><center> <td style="width:76" valign="top" headers="icon">
<img src="../images/icon_db_stack_frame.png" alt="Stack frame instance icon" width="16" height="15"> <img src="../images/icon_db_stack_frame.png" alt="Stack frame instance icon" width="16" height="15">
</center> </td> </td>
<td width="169" valign="top">Stack frame instance </td> <td style="width:169" valign="top" headers="session">Stack frame instance </td>
<td width="317" valign="top">Stack frame number, function, file name, and file line number </td> <td style="width:317" valign="top" headers="description">Stack frame number, function, file name, and file line number </td>
</tr> </tr>
</table> </table>
<p>In addition to controlling the individual stepping of your programs, you can <p>In addition to controlling the individual stepping of your programs, you can
@ -65,112 +65,112 @@ also control the debug session. You can perform actions such as terminating the
session and stopping the program by using the debug launch controls available session and stopping the program by using the debug launch controls available
from Debug view.</p> from Debug view.</p>
<h3>Debug view toolbar options</h3> <h2>Debug view toolbar options</h2>
<p>The table below lists the toolbar options displayed in the Debug view.</p> <p>The table below lists the toolbar options displayed in the Debug view.</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<th width="45" align="left"><center> <th style="width:45" style="text-align:left" id="icon2">
Icons Icons
</center></th> </th>
<th align="left" valign="bottom" width="211">Action</th> <th style="text-align:left" style="width:211" id="action">Action</th>
<th align="left" width="638">Description</th> <th style="text-align:left" style="width:638" id="description2">Description</th>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remove all Terminated launches icon"> <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remove all Terminated launches icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Remove All Terminated Launches </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Remove All Terminated Launches </strong></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td style="text-align:left" valign="top" headers="description2">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center>&nbsp; </center> </td> <td style="text-align:left" valign="top" headers="icon2"> &nbsp; </td>
<td align="left" valign="top"><strong>Connect to a Process</strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Connect to a Process</strong></td>
<td align="left" valign="top">Enables the selection of a running process to debug.</td> <td style="text-align:left" valign="top" headers="description2">Enables the selection of a running process to debug.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon"> <img src="../images/icon_db_restart.png" width="20" height="18" alt="Restart icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Restart</strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Restart</strong></td>
<td align="left" valign="top">Starts a new debug session for the selected process</td> <td style="text-align:left" valign="top" headers="description2">Starts a new debug session for the selected process</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon"> <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Resume</strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Resume</strong></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td> <td style="text-align:left" valign="top" headers="description2">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon"> <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Suspend</strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Suspend</strong></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td> <td style="text-align:left" valign="top" headers="description2">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr> </tr>
<tr> <tr>
<td width="45" align="left" valign="top"> <center> <td style="width:45" style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon"> <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td> </td>
<td width="211" align="left" valign="top"><strong>Terminate </strong></td> <td style="width:211" style="text-align:left" valign="top" headers="action"><strong>Terminate </strong></td>
<td width="638" align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td> <td style="width:638" style="text-align:left" valign="top" headers="description2">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td width="45" align="left" valign="top"> <center> <td style="width:45" style="text-align:left" valign="top" headers="icon2">
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon"> <img src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td> </td>
<td width="211" align="left" valign="top"><strong>Disconnect</strong></td> <td style="width:211" style="text-align:left" valign="top" headers="action"><strong>Disconnect</strong></td>
<td width="638" align="left" valign="top">Detaches the debugger from the selected process (useful for <td style="width:638" style="text-align:left" valign="top" headers="description2">Detaches the debugger from the selected process (useful for
debugging attached processes).</td> debugging attached processes).</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon"> <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Into </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Step Into </strong></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td> <td headers="description2">Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon"> <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Over </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Step Over </strong></td>
<td>Select to execute the current line, following execution inside a routine.</td> <td headers="description2">Select to execute the current line, following execution inside a routine.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon"> <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Return </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Step Return </strong></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine's caller.</td> <td headers="description2">Select to continue execution to the end of the current routine, then follow execution to the routine's caller.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon"> <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Drop to Frame </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Drop to Frame </strong></td>
<td align="left" valign="top">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td> <td style="text-align:left" valign="top" headers="description2">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon"> <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Instruction Stepping Mode </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Instruction Stepping Mode </strong></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td> <td style="text-align:left" valign="top" headers="description2">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
<img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon"> <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Use Step Filters </strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Use Step Filters </strong></td>
<td align="left" valign="top">Select the Use Step Filters command to change whether step filters should be used in the Debug view.</td> <td style="text-align:left" valign="top" headers="description2">Select the Use Step Filters command to change whether step filters should be used in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"><center> <td style="text-align:left" valign="top" headers="icon2">
</center> </td> </td>
<td align="left" valign="top"><strong>Menu</strong></td> <td style="text-align:left" valign="top" headers="action"><strong>Menu</strong></td>
<td align="left" valign="top"><p>Use the Debug view menu to:</p> <td style="text-align:left" valign="top" headers="description2"><p>Use the Debug view menu to:</p>
<ul> <ul>
<li>change the layout of debug view (tree vs. breadcrumb)</li> <li>change the layout of debug view (tree vs. breadcrumb)</li>
<li>alternate showing of full or no paths on source files</li> <li>alternate showing of full or no paths on source files</li>
@ -180,150 +180,150 @@ debugging attached processes).</td>
</tr> </tr>
</table> </table>
<h3>Debug view context menu commands </h3> <h2>Debug view context menu commands </h2>
<p>The Debug view context menu commands include:</p> <p>The Debug view context menu commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
<tr> <tr>
<td align="center"><strong>Icons</strong></td> <th style="text-align:center;" id="icon3"><strong>Icons</strong></th>
<td align="center"><strong>Name</strong></td> <th style="text-align:center;" id="name"><strong>Name</strong></th>
<td align="center"><strong>Description</strong></td> <th style="text-align:center;" id="description3"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_db_copy_stack.png" width="20" height="19" alt="Copy Stack icon"> <img src="../images/icon_db_copy_stack.png" width="20" height="19" alt="Copy Stack icon">
</center> </td> </td>
<td><strong>Copy Stack </strong></td> <td headers="name"><strong>Copy Stack </strong></td>
<td>Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard. </td> <td valign="top" headers="description3">Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard. </td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
</center> </td> </td>
<td><strong>Find...</strong></td> <td headers="name"><strong>Find...</strong></td>
<td>Opens the debug view element searching dialog.</td> <td valign="top" headers="description3">Opens the debug view element searching dialog.</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon"> <img src="../images/icon_db_drop_to_frame.png" width="18" height="17" alt="Drop to Frame icon">
</center> </td> </td>
<td><strong>Drop To Frame </strong></td> <td headers="name"><strong>Drop To Frame </strong></td>
<td>Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td> <td valign="top" headers="description3">Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon"> <img src="../images/icon_db_stepinto.png" width="18" height="14" alt="Step Into icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Into </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Step Into </strong></td>
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td> <td valign="top" headers="description3">Select to execute the current line, including any routines, and proceed to the next statement.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon"> <img src="../images/icon_db_stepover.png" width="19" height="14" alt="Step Over icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Over </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Step Over </strong></td>
<td>Select to execute the current line, following execution inside a routine.</td> <td valign="top" headers="description3">Select to execute the current line, following execution inside a routine.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon"> <img src="../images/icon_db_stepreturn.png" width="17" height="14" alt="Step Return icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Step Return </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Step Return </strong></td>
<td>Select to continue execution to the end of the current routine, then follow execution to the routine's caller.</td> <td valign="top" headers="description3">Select to continue execution to the end of the current routine, then follow execution to the routine's caller.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon"> <img src="../images/icon_db_step_mode.png" width="19" height="14" alt="Instruction Stepping Mode icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Instruction Stepping Mode </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Instruction Stepping Mode </strong></td>
<td align="left" valign="top">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td> <td style="text-align:left" valign="top" headers="description3">Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon"> <img src="../images/icon_db_use_step_filters.png" width="18" height="17" alt="Use Step Filters icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Use Step Filters </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Use Step Filters </strong></td>
<td align="left" valign="top">Toggles step filters on/off. When on, all step functions apply step filters.</td> <td style="text-align:left" valign="top" headers="description3">Toggles step filters on/off. When on, all step functions apply step filters.</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume without signal icon"> <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume without signal icon">
</center> </td> </td>
<td><strong>Resume Without Signal </strong></td> <td headers="name"><strong>Resume Without Signal </strong></td>
<td valign="top">Resume program execution after receiving the signal. </td> <td valign="top" headers="description3">Resume program execution after receiving the signal. </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon"> <img src="../images/icon_db_resume.png" width="19" height="14" alt="Resume icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Resume</strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Resume</strong></td>
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td> <td style="text-align:left" valign="top" headers="description3">Select the Resume command to resume execution of the currently suspended debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon"> <img src="../images/icon_db_suspend.png" width="17" height="17" alt="Suspend icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Suspend</strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Suspend</strong></td>
<td align="left" valign="top">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td> <td style="text-align:left" valign="top" headers="description3">Select the Suspend command to halt execution of the currently selected thread in a debug target.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon"> <img src="../images/icon_db_terminate.png" width="17" height="15" alt="Terminate icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Terminate </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Terminate </strong></td>
<td align="left" valign="top">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td> <td style="text-align:left" valign="top" headers="description3">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_db_terminate_relaunch.png" width="19" height="17" alt="Terminate and Relaunch icon"> <img src="../images/icon_db_terminate_relaunch.png" width="19" height="17" alt="Terminate and Relaunch icon">
</center> </td> </td>
<td><strong>Terminate and Relaunch </strong></td> <td headers="name"><strong>Terminate and Relaunch </strong></td>
<td>Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.</td> <td valign="top" headers="description3">Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon"> <img src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Disconnect</strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Disconnect</strong></td>
<td align="left" valign="top">Detaches the debugger from the selected process (useful for <td style="text-align:left" valign="top" headers="description3">Detaches the debugger from the selected process (useful for
debugging attached processes)</td> debugging attached processes)</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <center> <td style="text-align:left" valign="top" headers="icon3">
<img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated icon"> <img src="../images/icon_db_terminate_all.png" width="21" height="20" alt="Remote all Terminated icon">
</center> </td> </td>
<td align="left" valign="top"><strong>Remove All Terminated </strong></td> <td style="text-align:left" valign="top" headers="name"><strong>Remove All Terminated </strong></td>
<td align="left" valign="top">Clears all terminated processes in Debug view</td> <td style="text-align:left" valign="top" headers="description3">Clears all terminated processes in Debug view</td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon"> <img src="../images/icon_db_terminate_remove.png" width="19" height="17" alt="Terminate and Remove icon">
</center> </td> </td>
<td><strong>Terminate and Remove </strong></td> <td headers="name"><strong>Terminate and Remove </strong></td>
<td>Terminates the selected debug target and removes it from the view. </td> <td valign="top" headers="description3">Terminates the selected debug target and removes it from the view. </td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
<img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon"> <img src="../images/icon_db_terminate_all2.png" width="19" height="18" alt="Terminate all icon">
</center> </td> </td>
<td><strong>Terminate/Disconnect All </strong></td> <td headers="name"><strong>Terminate/Disconnect All </strong></td>
<td>Terminates or disconnects all active launches in the view. </td> <td valign="top" headers="description3">Terminates or disconnects all active launches in the view. </td>
</tr> </tr>
<tr> <tr>
<td align="left"><center> <td style="text-align:left" headers="icon3">
</center> </td> </td>
<td><strong>Properties</strong></td> <td headers="name"><strong>Properties</strong></td>
<td>Opens the <strong>Properties for</strong> window showing the process properties. </td> <td valign="top" headers="description3">Opens the <strong>Properties for</strong> window showing the process properties. </td>
</tr> </tr>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br> <br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br> <a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"> <p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br> <br>
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p> <a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br> <a href="cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a><br>
<a href="cdt_u_dbg_breadcrumb.htm">Debug Breadcrumb</a><br> <a href="cdt_u_dbg_breadcrumb.htm">Debug Breadcrumb</a><br>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Debug preferences</h1> <h1 role="main">Debug preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.CDebugPreferencePage)")'>Debug</a> preference panel in the <strong>Preferences</strong> window to manage common globally defined debug settings.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.debug.ui.CDebugPreferencePage)")'>Debug</a> preference panel in the <strong>Preferences</strong> window to manage common globally defined debug settings.</p>
<img src="../images/debug_pref.png" alt="Debug Preferences"> <img src="../images/debug_pref.png" alt="Debug Preferences">
<p></p> <p></p>
@ -23,41 +23,41 @@
<col width="65%" valign="top" > <col width="65%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center"> <tr style="text-align:center;">
<td ><strong>Options</strong></td> <th id="option"><strong>Options</strong></th>
<td ><strong>Description</strong></td> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td><strong>Show Full Paths</strong></td> <td headers="option"><strong>Show Full Paths</strong></td>
<td>Select this checkbox to show the full path to files and directories.</td> <td headers="description">Select this checkbox to show the full path to files and directories.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Default variable format</strong></td> <td headers="option"><strong>Default variable format</strong></td>
<td>Select the default variable format from either Natural, Hexadecimal, Decimal or binary.</td> <td headers="description">Select the default variable format from either Natural, Hexadecimal, Decimal or binary.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Default expression format</strong></td> <td headers="option"><strong>Default expression format</strong></td>
<td>Select the default expression format from either Natural, Hexadecimal, Decimal or binary.</td> <td headers="description">Select the default expression format from either Natural, Hexadecimal, Decimal or binary.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Default register format</strong></td> <td headers="option"><strong>Default register format</strong></td>
<td>Select the default register format from either Natural, Hexadecimal, Decimal or binary.</td> <td headers="description">Select the default register format from either Natural, Hexadecimal, Decimal or binary.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Character encoding</strong></td> <td headers="option"><strong>Character encoding</strong></td>
<td>Select a character encoding scheme from the dropdown list.</td> <td headers="description">Select a character encoding scheme from the dropdown list.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Maximum number of displayed instructions</strong></td> <td headers="option"><strong>Maximum number of displayed instructions</strong></td>
<td>Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</td> <td headers="description">Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Color of source lines</strong></td> <td headers="option"><strong>Color of source lines</strong></td>
<td>Select the color of source lines in the mixed source/disassembly mode.</td> <td headers="description">Select the color of source lines in the mixed source/disassembly mode.</td>
</tr> </tr>
<tr> <tr>
<td><strong>Show source files in binaries</strong></td> <td headers="option"><strong>Show source files in binaries</strong></td>
<td>Select this checkbox to show the source files in binaries.</td> <td headers="description">Select this checkbox to show the source files in binaries.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Discovery Options page, C/C++ Preferences window</h1> <h1 role="main">Discovery Options page, C/C++ Preferences window</h1>
<p>You can define the discovery options on the Discovery Options page of a C/C++ Preferences window.</p> <p>You can define the discovery options on the Discovery Options page of a C/C++ Preferences window.</p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>Disassembly view</h1> <h1 role="main">Disassembly view</h1>
<p>The <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.project.ui.views.SymbianProjectNavigatorView)")'>Disassembly</a> view shows the loaded program as assembler instructions mixed with source code for comparison. The currently executing line is indicated by an arrow marker and highlighted in the view. You can do the following tasks in the Disassembly view:</p> <p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.carbide.cpp.project.ui.views.SymbianProjectNavigatorView)")'>Disassembly</a> view shows the loaded program as assembler instructions mixed with source code for comparison. The currently executing line is indicated by an arrow marker and highlighted in the view. You can do the following tasks in the Disassembly view:</p>
<ul> <ul>
<li>Set breakpoints at the start of any assembler instruction</li> <li>Set breakpoints at the start of any assembler instruction</li>
<li>Enable and disable breakpoints and their set their properties </li> <li>Enable and disable breakpoints and their set their properties </li>
@ -22,30 +22,30 @@
<p><img src="../images/view_dissassembly.png" width="491" height="250" alt="Disassembly View icon"></p> <p><img src="../images/view_dissassembly.png" width="491" height="250" alt="Disassembly View icon"></p>
<h3>Disassembly view context menu commands </h3> <h2>Disassembly view context menu commands </h2>
<p>The Disassembly view context menu commands include:</p> <p>The Disassembly view context menu commands include:</p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600"> <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
<tr> <tr>
<td width="19%" align="left"><div align="center"><strong>Command</strong></div></td> <th style="width:19%" id="icon"><strong>Command</strong></th>
<td width="35%"><div align="center"><strong>Name</strong></div></td> <th style="width:35%" id="name"><strong>Name</strong></th>
<td width="46%"><div align="center"><strong>Description</strong></div></td> <th style="width:46%" id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_run_to_line.png" alt="Run to line icon" width="20" height="17"></div></td> <td valign="top" headers="icon"><div style="text-align:center;"><img src="../images/icon_run_to_line.png" alt="Run to line icon" width="20" height="17"></div></td>
<td valign="top">Run To Line </td> <td valign="top" headers="name">Run To Line </td>
<td valign="top"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p> </td> <td valign="top" headers="description"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><div align="center"><img src="../images/icon_resume_at_line.png" alt="Resume at line icon" width="20" height="15"></div></td> <td valign="top" headers="icon"><div style="text-align:center;"><img src="../images/icon_resume_at_line.png" alt="Resume at line icon" width="20" height="15"></div></td>
<td valign="top">Resume At Line </td> <td valign="top" headers="name">Resume At Line </td>
<td valign="top">Resume program execution from the line selected in the Disassembly view. </td> <td valign="top" headers="description">Resume program execution from the line selected in the Disassembly view. </td>
</tr> </tr>
</table> </table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br> <p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p> <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="cdt_o_views.htm">C/C++ Views</a></p> <a href="cdt_o_views.htm">C/C++ Views</a></p>
<hr> <hr>
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12" > <img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12" >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,9 +10,9 @@
</head> </head>
<body> <body>
<h1>GDB Debugging Preferences</h1> <h1 role="main">GDB Debugging Preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.dsf.gdb.ui.preferences)")'>GDB</a> preferences panel to control how the CDT debugger behaves when debugging with GDB, <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.dsf.gdb.ui.preferences)")'>GDB</a> preferences panel to control how the CDT debugger behaves when debugging with GDB,
specifically when using a <em>GDB (DSF)</em> launcher. specifically when using a <em>GDB (DSF)</em> launcher.
<p><img src="../images/cdt_dsfgdb_preferences_page.png" alt="GDB preferences panel"></p> <p><img src="../images/cdt_dsfgdb_preferences_page.png" alt="GDB preferences panel"></p>
@ -24,26 +24,26 @@ specifically when using a <em>GDB (DSF)</em> launcher.
<col width="75%" valign="top" > <col width="75%" valign="top" >
</colgroup> </colgroup>
<tr> <tr>
<th>Option</th> <th id="option">Option</th>
<th>Description</th> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Enable GDB traces</strong></td> <td valign="top" headers="option"><strong>Enable GDB traces</strong></td>
<td valign="top">When checked, the debug session will produce an additional console which will contain all the gdb/mi activity. Basically, this details the <td valign="top" headers="description">When checked, the debug session will produce an additional console which will contain all the gdb/mi activity. Basically, this details the
interaction between the CDT debugger and GDB. This information is often critical when the debugger is not behaving as you expect. Turn this on and submit interaction between the CDT debugger and GDB. This information is often critical when the debugger is not behaving as you expect. Turn this on and submit
the console output when submitting a bugzilla report against the CDT debugger.</td> the console output when submitting a bugzilla report against the CDT debugger.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Terminate GDB when last process exits</strong></td> <td valign="top" headers="option"><strong>Terminate GDB when last process exits</strong></td>
<td valign="top">When checked, the CDT debugger will terminate the GDB host process after all the target processes it is debugging have terminated. Otherwise it will leave it running.</td> <td valign="top" headers="description">When checked, the CDT debugger will terminate the GDB host process after all the target processes it is debugging have terminated. Otherwise it will leave it running.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Use enhanced debug hover</strong></td> <td valign="top" headers="option"><strong>Use enhanced debug hover</strong></td>
<td valign="top">When checked, hovering over an expression in the editor during a debug session will bring up an <em>enhanced</em> expression evaluation control. Otherwise, a more basic control is used. This, of course, assumes that you have the debugger's hovering capability turned on in C/C++ > Editor > Hovers. If not, this checkbox has no effect.<br> <td valign="top" headers="description">When checked, hovering over an expression in the editor during a debug session will bring up an <em>enhanced</em> expression evaluation control. Otherwise, a more basic control is used. This, of course, assumes that you have the debugger's hovering capability turned on in C/C++ > Editor > Hovers. If not, this checkbox has no effect.<br>
<img src="../images/cdt_debug_hover_modes.png" alt="debug hover modes"></td> <img src="../images/cdt_debug_hover_modes.png" alt="debug hover modes"></td>
</tr> </tr>
</table> </table>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_u_gdb_mi.htm">GDB MI Debug preferences</a></p> <a href="../reference/cdt_u_gdb_mi.htm">GDB MI Debug preferences</a></p>
<hr > <hr >
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>Editor view</h1> <h1 role="main">Editor view</h1>
<p>The <strong>C/C++ editor</strong> provides specialized features for editing C/C++ related files.</p> <p>The <strong>C/C++ editor</strong> provides specialized features for editing C/C++ related files.</p>
<p><img src="../images/view_editor.png" alt="C/C++ Editor" ></p> <p><img src="../images/view_editor.png" alt="C/C++ Editor" ></p>
<p>Associated with the editor is a C/C++-specific <a href="cdt_u_outline_view.htm">Outline</a> view, <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outline_view.htm">Outline</a> view,

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -11,9 +11,9 @@
<body> <body>
<h1>Environment preferences</h1> <h1 role="main">Environment preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Env)")'>Environment</a> preference panel to define environment variables and their use.</p> <p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Env)")'>Environment</a> preference panel to define environment variables and their use.</p>
<p><img src="../images/view_environment_prefs.png" alt="Environment Preference" ></p> <p><img src="../images/view_environment_prefs.png" alt="Environment Preference" ></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" > <table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption> <caption>
@ -24,42 +24,42 @@
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center" > <tr style="text-align:center;" >
<td valign="top"><strong>Options</strong></td> <th valign="top" id="option"><strong>Options</strong></th>
<td valign="top"><strong>Description</strong></td> <th valign="top" id="description"><strong>Description</strong></th>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Environment variables to set </strong></td> <td valign="top" headers="option"><strong>Environment variables to set </strong></td>
<td valign="top">Shows a list of the environment variables and their value. </td> <td valign="top" headers="description">Shows a list of the environment variables and their value. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>New...</strong></td> <td valign="top" headers="option"><strong>New...</strong></td>
<td valign="top">Click to open the <strong>New Variable</strong> dialog where you define the variable name and value. </td> <td valign="top" headers="description">Click to open the <strong>New Variable</strong> dialog where you define the variable name and value. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Select...</strong></td> <td valign="top" headers="option"><strong>Select...</strong></td>
<td valign="top">Click to open the <strong>Select variables</strong> dialog. </td> <td valign="top" headers="description">Click to open the <strong>Select variables</strong> dialog. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Edit...</strong></td> <td valign="top" headers="option"><strong>Edit...</strong></td>
<td valign="top">Click to edit the currently selected variable and its value. </td> <td valign="top" headers="description">Click to edit the currently selected variable and its value. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Remove</strong></td> <td valign="top" headers="option"><strong>Remove</strong></td>
<td valign="top">Click to remove the currently selected variable. </td> <td valign="top" headers="description">Click to remove the currently selected variable. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Undefine</strong></td> <td valign="top" headers="option"><strong>Undefine</strong></td>
<td valign="top">Click to undefine the currently selected variable. <br><br> <td valign="top" headers="description">Click to undefine the currently selected variable. <br><br>
<strong>NOTE:</strong> Some variables, like <span class="userinput">PATH</span>, have special meaning and cannot be undefined.</td> <strong>NOTE:</strong> Some variables, like <span class="userinput">PATH</span>, have special meaning and cannot be undefined.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Append variables to native environment </strong></td> <td valign="top" headers="option"><strong>Append variables to native environment </strong></td>
<td valign="top">Activate this checkbox to append the variables to the native environment during execution. </td> <td valign="top" headers="description">Activate this checkbox to append the variables to the native environment during execution. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Replace native environment with specified one </strong></td> <td valign="top" headers="option"><strong>Replace native environment with specified one </strong></td>
<td valign="top">Activate this checkbox to replace the native environment with these variables, restoring the native environment upon completion. </td> <td valign="top" headers="description">Activate this checkbox to replace the native environment with these variables, restoring the native environment upon completion. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Discovery Options</h1> <h1 role="main">C/C++ File Properties, Discovery Options</h1>
<p>Use the <strong>Discovery Options</strong> property panel to define the discovery option properties of a C/C++ file's.<br> <p>Use the <strong>Discovery Options</strong> property panel to define the discovery option properties of a C/C++ file's.<br>
</p> </p>
@ -21,46 +21,46 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description.</strong></th> <th id="description"><strong>Description.</strong></th>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Configuration</strong></td> <td headers="option"><strong>Configuration</strong></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td> <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Manage Configurations...</strong></td> <td headers="option"><strong>Manage Configurations...</strong></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td> <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Exclude resource from build</strong></td> <td headers="option"><strong>Exclude resource from build</strong></td>
<td>Excludes the selected file from the build process.</td> <td headers="description">Excludes the selected file from the build process.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td>Left pane list (language specific)</td> <td headers="description">Left pane list (language specific)</td>
<td>Shows a list of language specific compilers. Select a language from the list.</td> <td headers="description">Shows a list of language specific compilers. Select a language from the list.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Automate discovery of paths and symbols</strong></td> <td headers="option"><strong>Automate discovery of paths and symbols</strong></td>
<td>Scans the build output to populate the path and symbol tables, such as symbol definitions, system include directories, local include directories, macros files, and include files. If this option is not selected, the <strong>Discovery profile options</strong> below do not appear.</td> <td headers="description">Scans the build output to populate the path and symbol tables, such as symbol definitions, system include directories, local include directories, macros files, and include files. If this option is not selected, the <strong>Discovery profile options</strong> below do not appear.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Report path detection problems</strong></td> <td headers="option"><strong>Report path detection problems</strong></td>
<td>Sets the notification of diagnostic errors for include paths that the Eclipse CDT is unable to resolve as it parses the build output.</td> <td headers="description">Sets the notification of diagnostic errors for include paths that the Eclipse CDT is unable to resolve as it parses the build output.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Discovery profile options</strong></td> <td headers="option"><strong>Discovery profile options</strong></td>
<td>Indicates the discovery profile to use for paths and symbol detection. The type of <strong>Configuration</strong> and <strong>Discovery Profile Scope</strong> you specify determine what which <strong>Discovery Profile</strong> options display on this tab. This set of controls is profile-specific. It may vary from one profile to another.</td> <td headers="description">Indicates the discovery profile to use for paths and symbol detection. The type of <strong>Configuration</strong> and <strong>Discovery Profile Scope</strong> you specify determine what which <strong>Discovery Profile</strong> options display on this tab. This set of controls is profile-specific. It may vary from one profile to another.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Enable generate scanner info command</strong></td> <td headers="option"><strong>Enable generate scanner info command</strong></td>
<td>Enables the retrieval of information from the scanner. If it is not selected, the includes will be populated with default gcc system includes; Eclipse gathers the compiler settings based on the specified toolchain. This means that the Eclipse CDT can obtain the default gcc system includes to associate with the project. <td headers="description">Enables the retrieval of information from the scanner. If it is not selected, the includes will be populated with default gcc system includes; Eclipse gathers the compiler settings based on the specified toolchain. This means that the Eclipse CDT can obtain the default gcc system includes to associate with the project.
<p>When selected, you can specify any required compiler specific commands in the <strong>Compiler invocation command</strong> field.</p> <p>When selected, you can specify any required compiler specific commands in the <strong>Compiler invocation command</strong> field.</p>
</td> </td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Compiler invocation command</strong></td> <td headers="option"><strong>Compiler invocation command</strong></td>
<td>Indicates the compiler specific command used to invoke the compiler (such as <span class="typewriter">gcc</span>, or more complicated commands used to perform all necessary steps for compiling C/C++ source files into .o files, and linking the object files and libraries into an executable program. For example, the command <strong>gcc -E -P -v hello.c | hello.cpp</strong> reads a compiler's configuration file and prints out information that includes the compiler's internally defined preprocessor symbols and include search paths. The information is complementary to the scanner configuration discovered when the output is parsed (if you've enabled the <strong>Enable build output scanner info discovery</strong> option), and is added to the project's scanner configuration. You can click <strong>Browse</strong> to locate this command, if required. <td headers="description">Indicates the compiler specific command used to invoke the compiler (such as <span class="typewriter">gcc</span>, or more complicated commands used to perform all necessary steps for compiling C/C++ source files into .o files, and linking the object files and libraries into an executable program. For example, the command <strong>gcc -E -P -v hello.c | hello.cpp</strong> reads a compiler's configuration file and prints out information that includes the compiler's internally defined preprocessor symbols and include search paths. The information is complementary to the scanner configuration discovered when the output is parsed (if you've enabled the <strong>Enable build output scanner info discovery</strong> option), and is added to the project's scanner configuration. You can click <strong>Browse</strong> to locate this command, if required.
<p><strong>Note:</strong> The parsing of build output for scanner information is compiler specific. For example, the GNU toolchain compilers (gcc and g++) use -I for include paths, and -D for symbol definitions. Consult your compiler specific documentation for more information about scanner information commands, such as the following gcc commands:</p> <p><strong>Note:</strong> The parsing of build output for scanner information is compiler specific. For example, the GNU toolchain compilers (gcc and g++) use -I for include paths, and -D for symbol definitions. Consult your compiler specific documentation for more information about scanner information commands, such as the following gcc commands:</p>
<ul> <ul>
@ -81,40 +81,44 @@
</td> </td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Browse</strong></td> <td headers="option"><strong>Browse</strong></td>
<td>Click to browse for a file to include in the compiler invocation command. This button is only visible when <strong>Configuration</strong> is set to Release and the <strong>Discovery Profiles Scope</strong> is set to <strong>Configuration-wide</strong>.</td> <td headers="description">Click to browse for a file to include in the compiler invocation command. This button is only visible when <strong>Configuration</strong> is set to Release and the <strong>Discovery Profiles Scope</strong> is set to <strong>Configuration-wide</strong>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Compiler invocation arguments </strong></td> <td valign="top" headers="option"><strong>Compiler invocation arguments </strong></td>
<td valign="top">Enter additional argument options to pass on to the compiler. </td> <td valign="top" headers="description">Enter additional argument options to pass on to the compiler. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img src="../images/ngref.gif" alt="Related reference" border="0" <p><img src="../images/ngref.gif" alt="Related reference"
height="21" width="143"><br> height="21" width="143"><br>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li> <li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li><a href="cdt_u_fileprop_lang_mapp.htm">Language Mappings</a> <li><a href="cdt_u_fileprop_lang_mapp.htm">Language Mappings</a>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a> <li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a> <li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
</ul> </ul>
</li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> <li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
</ul> </ul>
<p></p> <p></p>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Paths and Symbols, Includes</h1> <h1 role="main">C/C++ File Properties, Paths and Symbols, Includes</h1>
<p>Use the <strong>Paths and Symbols</strong> properties panel <strong>Includes</strong> tab to modify the list of included paths and change the order in which they are referenced.</p> <p>Use the <strong>Paths and Symbols</strong> properties panel <strong>Includes</strong> tab to modify the list of included paths and change the order in which they are referenced.</p>
<p><img img src="../images/cdt_file_inc.png" alt="C/C++ File Properties, Paths and Symbols, Includes"></p> <p><img img src="../images/cdt_file_inc.png" alt="C/C++ File Properties, Paths and Symbols, Includes"></p>
@ -21,48 +21,48 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Languages</strong> (left pane)</td> <td headers="option"><strong>Languages</strong> (left pane)</td>
<td>Displays language related to this file.</td> <td headers="description">Displays language related to this file.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Include paths</strong> (right pane)</td> <td headers="option"><strong>Include paths</strong> (right pane)</td>
<td>List of include paths related to given language.</td> <td headers="description">List of include paths related to given language.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Add...</strong></td> <td headers="option"><strong>Add...</strong></td>
<td>Add new include path.</td> <td headers="description">Add new include path.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Edit...</strong></td> <td headers="option"><strong>Edit...</strong></td>
<td>Modify selected include path.</td> <td headers="description">Modify selected include path.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Delete</strong></td> <td headers="option"><strong>Delete</strong></td>
<td>Remove the selected include path.</td> <td headers="description">Remove the selected include path.</td>
</tr> </tr>
<tr valign="Export" > <tr valign="Export" >
<td><strong>Include</strong></td> <td headers="option"><strong>Include</strong></td>
<td>Toggle selected path exported or not.</td> <td headers="description">Toggle selected path exported or not.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Move Up</strong></td> <td headers="option"><strong>Move Up</strong></td>
<td>Move the selected element up in the list.</td> <td headers="description">Move the selected element up in the list.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Move Down</strong></td> <td headers="option"><strong>Move Down</strong></td>
<td>Move the selected element down in the list.</td> <td headers="description">Move the selected element down in the list.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Import Settings...</strong></td> <td headers="option"><strong>Import Settings...</strong></td>
<td>Import symbol settings.</td> <td headers="description">Import symbol settings.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Export Settings...</strong></td> <td headers="option"><strong>Export Settings...</strong></td>
<td>Export symbol settings.</td> <td headers="description">Export symbol settings.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -72,29 +72,33 @@
<dd>CDT projects, folders and files</dd> <dd>CDT projects, folders and files</dd>
</dl> </dl>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li> <li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a> <li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a> <li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a> <li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
</ul> </ul>
</li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> <li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
</ul> </ul>
<hr > <hr >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -10,7 +10,7 @@
<body> <body>
<h1>Language Mappings preferences</h1> <h1 role="main">Language Mappings preferences</h1>
<p>Use the <strong>Language Mappings</strong> properties panel to customize the use of C/C++ language associations for the file. </p> <p>Use the <strong>Language Mappings</strong> properties panel to customize the use of C/C++ language associations for the file. </p>
<p><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p> <p><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p>
@ -23,25 +23,25 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td width="171" valign="top"><strong>Content Type </strong></td> <td style="width:171" valign="top" headers="option"><strong>Content Type </strong></td>
<td width="503" valign="top">The content type associated with the language. </td> <td style="width:503" valign="top" headers="description">The content type associated with the language. </td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td valign="top"><strong>Configuration</strong></td> <td valign="top" headers="option"><strong>Configuration</strong></td>
<td valign="top">Shows the list of configurations for the selected content type. </td> <td valign="top" headers="description">Shows the list of configurations for the selected content type. </td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td valign="top"><strong>Language</strong></td> <td valign="top" headers="option"><strong>Language</strong></td>
<td valign="top">Shows the list of corresponding languages associated with the configurations in the list for the specific content type. </td> <td valign="top" headers="description">Shows the list of corresponding languages associated with the configurations in the list for the specific content type. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"><br> width="143" height="21"><br>
<ul> <ul>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Language mappings</h1> <h1 role="main">C/C++ File Properties, Language mappings</h1>
<p>Customize the use of C/C++ language associations in the <strong>Language Mappings</strong> preference panel for individual files. </p> <p>Customize the use of C/C++ language associations in the <strong>Language Mappings</strong> preference panel for individual files. </p>
<p><img img="" src="../images/prop_file_lang.png" <p><img img="" src="../images/prop_file_lang.png"
alt="C/C++ Project Properties, Language mapping"></p> alt="C/C++ Project Properties, Language mapping"></p>
@ -18,16 +18,16 @@
<dt><br>Available for :</dt> <dt><br>Available for :</dt>
<dd>CDT source files</dd> <dd>CDT source files</dd>
</dl> </dl>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"><br> width="143" height="21"><br>
<ul> <ul>
<li>C/C++ Preferences <li>C/C++ Preferences
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_language_mapping_pref.htm">Language Mapping page</a> <li><a href="cdt_u_language_mapping_pref.htm">Language Mapping page</a>
</ul> </ul>
<li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a> <li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_general_lng.htm">Language Mapping page</a> <li><a href="cdt_u_prop_general_lng.htm">Language Mapping page</a>
</ul> </ul>
</ul> </ul>

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Build, Settings, Build Steps tab</h1> <h1 role="main">C/C++ File Properties, Build, Settings, Build Steps tab</h1>
Use the <strong>Build Steps</strong> properties panel to customize the selected build configuration allowing the specification Use the <strong>Build Steps</strong> properties panel to customize the selected build configuration allowing the specification
of user defined build command steps, as well as a descriptive message to be displayed in the of user defined build command steps, as well as a descriptive message to be displayed in the
build output, immediately prior to and immediately after normal build processing executes. build output, immediately prior to and immediately after normal build processing executes.
@ -21,56 +21,60 @@ build output, immediately prior to and immediately after normal build processing
</colgroup> </colgroup>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Custom build step applicability</strong></td> <td headers="option"><strong>Custom build step applicability</strong></td>
<td>Select either 'Apply' or 'Disable' custom build step. In case of apply, custom build step would override standard one.</td> <td headers="description">Select either 'Apply' or 'Disable' custom build step. In case of apply, custom build step would override standard one.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Additional input file names</strong></td> <td headers="option"><strong>Additional input file names</strong></td>
<td>Define additional file names to be used in custom build step.</td> <td headers="description">Define additional file names to be used in custom build step.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Output file name(s)</strong></td> <td headers="option"><strong>Output file name(s)</strong></td>
<td>Define name(s) for output files generated by custom build step.</td> <td headers="description">Define name(s) for output files generated by custom build step.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Command</strong></td> <td headers="option"><strong>Command</strong></td>
<td>Specifies a command, or a list of semicolon separated commands, to be executed during custom build step.</td> <td headers="description">Specifies a command, or a list of semicolon separated commands, to be executed during custom build step.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Description</strong></td> <td headers="option"><strong>Description</strong></td>
<td>Specify optional descriptive text that is associated with the post-build step to be displayed in the build output immediately prior to execution of the post-build step command or commands.</td> <td headers="description">Specify optional descriptive text that is associated with the post-build step to be displayed in the build output immediately prior to execution of the post-build step command or commands.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p><img border="0" src="../images/ngref.gif" alt="Related reference" <p><img src="../images/ngref.gif" alt="Related reference"
width="143" height="21"><br> width="143" height="21"><br>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li> <li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a> <li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a> <li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a> <li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
</ul> </ul>
</li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> <li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
</ul> </ul>
<hr > <hr >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Paths and Symbols, Symbols</h1> <h1 role="main">C/C++ File Properties, Paths and Symbols, Symbols</h1>
<p>Use the <strong>Paths and Symbols</strong> properties panel <strong># Symbols</strong> tab to modify the list of preprocessor symbols.</p> <p>Use the <strong>Paths and Symbols</strong> properties panel <strong># Symbols</strong> tab to modify the list of preprocessor symbols.</p>
<p><img img src="../images/cdt_file_sym.png" alt="C/C++ File Properties, Paths and Symbols, Symbols"></p> <p><img img src="../images/cdt_file_sym.png" alt="C/C++ File Properties, Paths and Symbols, Symbols"></p>
@ -21,44 +21,44 @@
</colgroup> </colgroup>
<tbody> <tbody>
<tr valign="top" > <tr valign="top" >
<th><strong>Option</strong></th> <th id="option"><strong>Option</strong></th>
<th><strong>Description</strong></th> <th id="description"><strong>Description</strong></th>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Languages</strong> (left pane)</td> <td headers="option"><strong>Languages</strong> (left pane)</td>
<td>Displays language related to this file.</td> <td headers="description">Displays language related to this file.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Symbol / Value</strong></td> <td headers="option"><strong>Symbol / Value</strong></td>
<td>List of symbols related to given language.</td> <td headers="description">List of symbols related to given language.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Add...</strong></td> <td headers="option"><strong>Add...</strong></td>
<td>Add new symbol.</td> <td headers="description">Add new symbol.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Edit...</strong></td> <td headers="option"><strong>Edit...</strong></td>
<td>Modify selected symbol value.</td> <td headers="description">Modify selected symbol value.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Delete</strong></td> <td headers="option"><strong>Delete</strong></td>
<td>Remove selected symbol.</td> <td headers="description">Remove selected symbol.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Export / Unexport</strong></td> <td headers="option"><strong>Export / Unexport</strong></td>
<td>Toggle selected symbol exported or not.</td> <td headers="description">Toggle selected symbol exported or not.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Show built-in values</strong></td> <td headers="option"><strong>Show built-in values</strong></td>
<td>Check to display system (built-in) includes.</td> <td headers="description">Check to display system (built-in) includes.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Import Settings...</strong></td> <td headers="option"><strong>Import Settings...</strong></td>
<td>Import symbol settings.</td> <td headers="description">Import symbol settings.</td>
</tr> </tr>
<tr valign="top" > <tr valign="top" >
<td><strong>Export Settings...</strong></td> <td headers="option"><strong>Export Settings...</strong></td>
<td>Export symbol settings.</td> <td headers="description">Export symbol settings.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -67,29 +67,33 @@
<dd>CDT projects, folders and files</dd> <dd>CDT projects, folders and files</dd>
</dl> </dl>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br> <p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<ul> <ul>
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li> <li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
<li>C/C++ Build</li> <li>C/C++ Build
<ul> <ul>
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li> <li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
<li>Settings</li> <li>Settings
<ul> <ul>
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li> <li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li> <li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a> <li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
</ul> </ul>
<li>C/C++ General</li> </li>
<li>C/C++ General
<ul> <ul>
<li>Paths and Symbols</li> <li>Paths and Symbols
<ul> <ul>
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a> <li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a> <li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a> <li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
</ul> </ul>
</li>
</ul> </ul>
</li>
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a> <li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
</ul> </ul>
<hr > <hr >

View file

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <body>
<h1>C/C++ File Properties, Build, Settings, Tool settings tab</h1> <h1 role="main">C/C++ File Properties, Build, Settings, Tool settings tab</h1>
Customizes the tools and tool options used in your build configuration. Customizes the tools and tool options used in your build configuration.
<p><img img="" src="../images/cdt_file_toolsett.png" <p><img img="" src="../images/cdt_file_toolsett.png"
alt="C/C++ File Properties, Build, Settings, Tool Settings tab"></p> alt="C/C++ File Properties, Build, Settings, Tool Settings tab"></p>
@ -21,27 +21,31 @@ Customizes the tools and tool options used in your build configuration.
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr class="hidden">
<td><strong>Configuration</strong></td> <th id="option">Option</th>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td> <th id="description">Description</th>
</tr> </tr>
<tr> <tr>
<td><strong>Manage configurations</strong></td> <td headers="option"><strong>Configuration</strong></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td> <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr> </tr>
<tr> <tr>
<td>(Left pane)</td> <td headers="option"><strong>Manage configurations</strong></td>
<td>Displays a list of tools and their option categories. Select a desired tool from the list to modify its options.</tr> <td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr> <tr>
<td>(Right pane)</td> <td headers="option">(Left pane)</td>
<td>Displays the options that you can modify for the selected tool. This list of options changes depending on which options category you select for a specific tool in the left pane.</td> <td headers="description">Displays a list of tools and their option categories. Select a desired tool from the list to modify its options.</tr>
<tr>
<td headers="option">(Right pane)</td>
<td headers="description">Displays the options that you can modify for the selected tool. This list of options changes depending on which options category you select for a specific tool in the left pane.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<br> <br>
<p><strong>Available for:</strong> CDT source files</p> <p><strong>Available for:</strong> CDT source files</p>
<p style="margin-top: 0pt; margin-bottom: 0pt;"><img border="0" <p style="margin-top: 0pt; margin-bottom: 0pt;"><img
src="../images/ngref.gif" alt="Related reference" width="143" src="../images/ngref.gif" alt="Related reference" width="143"
height="21"><br> height="21"><br>
@ -50,13 +54,13 @@ Customizes the tools and tool options used in your build configuration.
<li><a href="cdt_u_prop_resource.htm">Project Properties, Resource page</a> <li><a href="cdt_u_prop_resource.htm">Project Properties, Resource page</a>
<li><a href="cdt_u_prop_builders.htm">Project Properties, Builders page</a> <li><a href="cdt_u_prop_builders.htm">Project Properties, Builders page</a>
<li><a href="cdt_u_prop_all.htm">Project Properties, common C/C++ Configurations handling</a> <li><a href="cdt_u_prop_all.htm">Project Properties, common C/C++ Configurations handling</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_manage_dialog.htm">Manage Configurations dialog</a> <li><a href="cdt_u_prop_manage_dialog.htm">Manage Configurations dialog</a>
<li><a href="cdt_u_prop_manage_newdialog.htm">Create Configuration dialog</a> <li><a href="cdt_u_prop_manage_newdialog.htm">Create Configuration dialog</a>
<li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a> <li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a>
</ul> </ul>
<li><a href="cdt_u_prop_build.htm">Project Properties, C/C++ Build category</a> <li><a href="cdt_u_prop_build.htm">Project Properties, C/C++ Build category</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_build_discovery.htm">Discovery options page</a> <li><a href="cdt_u_prop_build_discovery.htm">Discovery options page</a>
<li><a href="cdt_u_prop_build_environment.htm">Environment page</a> <li><a href="cdt_u_prop_build_environment.htm">Environment page</a>
<li>Settings page <li>Settings page
@ -71,7 +75,7 @@ Customizes the tools and tool options used in your build configuration.
<li><a href="cdt_u_prop_build_variables.htm">Variables page</a> <li><a href="cdt_u_prop_build_variables.htm">Variables page</a>
</ul> </ul>
<li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a> <li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
<ul type="disc"> <ul style="list-style-type: disc">
<li><a href="cdt_u_prop_general_doc.htm">Documentation page</a> <li><a href="cdt_u_prop_general_doc.htm">Documentation page</a>
<li><a href="cdt_u_prop_general_exp.htm">Export Settings page</a> <li><a href="cdt_u_prop_general_exp.htm">Export Settings page</a>
<!--ul> <!--ul>

Some files were not shown because too many files have changed in this diff Show more