mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Bug 341483 - [Accessibility] CDT documentation has accessibility issues
This commit is contained in:
parent
26783a5bb5
commit
6e469df334
278 changed files with 4739 additions and 4604 deletions
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
|
@ -6,10 +6,10 @@
|
|||
</head>
|
||||
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
<h1 role="main">About This Content</h1>
|
||||
|
||||
<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
|
||||
indicated below, the Content is provided to you under the terms and conditions of the
|
||||
|
|
|
@ -38,6 +38,11 @@ div.revision { border-left-style: solid; border-left-width: thin;
|
|||
border-left-color: #7B68EE; padding-left:5 }
|
||||
th { font-weight: bold }
|
||||
|
||||
.title {
|
||||
font-size: 20px; font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* Mike Behm's addition to the style sheet */
|
||||
.userinput { font-family: monospace; }
|
||||
.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +8,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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
|
||||
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>
|
||||
|
||||
<h3>Windows</h3>
|
||||
<h2>Windows</h2>
|
||||
<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.
|
||||
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>
|
||||
<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
|
||||
directory.</p></li><br>
|
||||
directory.</p><br></li>
|
||||
<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
|
||||
the gcc, gdb, and make packages to install the toolchain.</p></li>
|
||||
</ul>
|
||||
|
||||
<h3>Linux</h3>
|
||||
<h2>Linux</h2>
|
||||
<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>
|
||||
|
||||
<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
|
||||
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
|
||||
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>
|
||||
|
||||
<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>
|
||||
</p>
|
||||
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
|
||||
<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.
|
||||
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>
|
||||
<li>When a breakpoint is enabled, it causes the program to suspend whenever it is hit.
|
||||
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
|
||||
are indicated with a checkmark overlay.</li>
|
||||
<li>When a breakpoint is disabled, it will not affect the execution of the program.
|
||||
Disabled breakpoints are indicated with a white
|
||||
<img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" border="0"> circle.<br>
|
||||
<img border="0" src="../images/add_breakpoint.png" ALT="Editor view with cursor highlighting breakpoint" width="453" height="335">
|
||||
<img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" > circle.<br>
|
||||
<img src="../images/add_breakpoint.png" ALT="Editor view with cursor highlighting breakpoint" width="453" height="335">
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -46,7 +46,7 @@ from the menu bar choose <strong>Run > Debug</strong>.
|
|||
|
||||
<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>
|
||||
<a href="../reference/cdt_o_views.htm">Run menu</a><br>
|
||||
<a href="../reference/cdt_o_views.htm">Breakpoints view</a>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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
|
||||
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
|
||||
|
@ -139,16 +139,16 @@ warnings related to your projects. </li>
|
|||
<li>For a Standard Make project, build actions display in the <strong>Make
|
||||
Targets</strong> view.</li>
|
||||
</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>
|
||||
<a href="cdt_c_projects.htm">CDT Projects</a><br>
|
||||
<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">
|
||||
<br>
|
||||
<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">
|
||||
<br>
|
||||
<a href="../reference/cdt_u_properties.htm">Project Properties</a></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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.
|
||||
Two styles of comments are supported by current C/C++ compilers:</p>
|
||||
<ul>
|
||||
|
@ -18,19 +18,19 @@ Two styles of comments are supported by current C/C++ compilers:</p>
|
|||
<li><samp>// text</samp></li>
|
||||
</ul>
|
||||
|
||||
<h3>Comment</h3>
|
||||
<h2>Comment</h2>
|
||||
<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
|
||||
(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>
|
||||
(backslash).
|
||||
|
||||
<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>
|
||||
|
||||
<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.
|
||||
Type <span class="typewriter">com+Ctrl+Space</span>, and the following code is entered at the cursor location:
|
||||
<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
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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
|
||||
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>
|
||||
|
||||
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
|
||||
"<strong>.</strong>", "<strong>-></strong>" or "<strong>::</strong>".</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>
|
||||
|
||||
|
@ -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 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_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>
|
||||
<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_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>
|
||||
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<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
|
||||
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
|
||||
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>
|
||||
<a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br>
|
||||
<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>
|
||||
<a href="../tasks/cdt_o_debug.htm">Debugging</a><br>
|
||||
</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_run_dbg_pages.htm">Run and Debug dialog box</a><br>
|
||||
<a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p><p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
|
||||
<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.
|
||||
|
||||
|
@ -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><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_perspectives.htm">C/C++ perspectives</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><a href="../reference/cdt_o_views.htm">Views</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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.
|
||||
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>
|
||||
</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>
|
||||
</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_u_outline_view.htm">Outline view for C/C++</a>
|
||||
<br><a href="../reference/cdt_o_views.htm">Views and editors</a>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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
|
||||
source and header files that provides the basis for C/C++ search,
|
||||
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>
|
||||
</li>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
|
||||
elements</a><br>
|
||||
<a
|
||||
href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
|
||||
</p>
|
||||
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
|
||||
<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
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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
|
||||
of the new DOM. It creates a full index of the project's source
|
||||
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
|
||||
be potentially long running, especially on larger projects. <br>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
|
||||
elements</a><br>
|
||||
|
||||
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
|
||||
</p>
|
||||
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
|
||||
<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
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta content="en-us" http-equiv="Content-Language">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link href="../help.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<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
|
||||
jobs in the progress views.</p>
|
||||
<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
|
||||
indexing job and disable the indexer through the properties.</p>
|
||||
<p><img height="21" width="143" alt="Related concepts"
|
||||
src="../images/ngconcepts.gif" border="0">
|
||||
src="../images/ngconcepts.gif" >
|
||||
<br>
|
||||
<a href="cdt_c_search.htm">C/C++ search</a><br>
|
||||
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
|
||||
<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++
|
||||
elements</a><br>
|
||||
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
|
||||
</p>
|
||||
<p><img height="21" width="143" alt="Related reference"
|
||||
src="../images/ngref.gif" border="0">
|
||||
src="../images/ngref.gif" >
|
||||
<br>
|
||||
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
|
||||
dialog box</a>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
|
||||
<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>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>
|
||||
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>
|
||||
Error launching builder (make -k clean all )
|
||||
(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>
|
||||
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>
|
||||
make -k clean all
|
||||
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><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>
|
||||
make -k clean all
|
||||
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
|
||||
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>
|
||||
make -k clean all
|
||||
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>
|
||||
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.
|
||||
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><h5><strong>Q6</strong>. My Console view looks like:</p></h5>
|
||||
<p><strong>Q6. My Console view looks like:</strong></p>
|
||||
<pre>
|
||||
mingw32-make clean all
|
||||
process_begin: CreateProcess((null), rm -f Test1.o Test2.o Main.o test_me.exe, ...) failed.
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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>
|
||||
|
||||
|
@ -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><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_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_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>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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
|
||||
open in the editor area, by listing the structural elements. </p>
|
||||
|
@ -74,20 +74,24 @@ items:</p>
|
|||
<h2>Icons</h2>
|
||||
<p><table border="1" >
|
||||
<tr>
|
||||
<td><img src="../images/outlineView-hideFields.png" border="0" width="22" height="22" alt="Hide Fields Button"></td>
|
||||
<td>Hide Fields </td>
|
||||
<th id="icon">Icon</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../images/outlineView-hideStaticMembers.png" border="0" width="22" height="22" alt="Hide Static Members Button"></td>
|
||||
<td>Hide Static Members </td>
|
||||
<td headers="icon"><img src="../images/outlineView-hideFields.png" width="22" height="22" alt="Hide Fields Button"></td>
|
||||
<td headers="description">Hide Fields </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../images/outlineView-hideNon-PublicMembers.png" border="0" width="22" height="22" alt="Hide Non Public Members Button"></td>
|
||||
<td>Hide Non-Public Members </td>
|
||||
<td headers="icon"><img src="../images/outlineView-hideStaticMembers.png" width="22" height="22" alt="Hide Static Members Button"></td>
|
||||
<td headers="description">Hide Static Members </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../images/outlineView-Sort.png" border="0" width="22" height="22" alt="Sort Button"></td>
|
||||
<td>Sort </td>
|
||||
<td headers="icon"><img src="../images/outlineView-hideNon-PublicMembers.png" width="22" height="22" alt="Hide Non Public Members Button"></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>
|
||||
</table></p>
|
||||
|
||||
|
@ -95,19 +99,19 @@ items:</p>
|
|||
<p>For more information about Working sets, see <strong>Workbench User Guide > Concepts > Working sets</strong>.</p>
|
||||
</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>
|
||||
<a href="cdt_c_comments.htm">Comments</a><br>
|
||||
<a href="cdt_c_content_assist.htm">Content Assist and code completion</a><br>
|
||||
<a href="cdt_c_search.htm">C/C++ search</a><br>
|
||||
<a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
|
||||
</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_show_proj_files.htm">Displaying C/C++ file components in the
|
||||
Project Explorer view</a><br>
|
||||
<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>
|
||||
<a href="../reference/cdt_u_outline_view.htm">Outline view</a><br>
|
||||
</p>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<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
|
||||
C and C++ extensions to the Eclipse workbench. For more information about
|
||||
Eclipse, see <strong>Workbench User Guide > Concepts > Workbench</strong>.</p>
|
||||
|
@ -38,7 +38,7 @@ views:</p>
|
|||
</dl>
|
||||
<p>For more information, see <strong>Workbench User Guide > Concepts > 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.
|
||||
For more information, see <strong>Workbench User Guide > Tasks > 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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<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></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Debug overview</h1>
|
||||
<h1 role="main">Debug overview</h1>
|
||||
|
||||
<p>The debugger lets you see what's going on "inside" a program while it
|
||||
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,
|
||||
debugging optimized binaries can also cause unexpected jumps in the execution
|
||||
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>
|
||||
<a href="cdt_c_over_cdt.htm">Overview of the CDT</a><br>
|
||||
<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>
|
||||
<a href="../tasks/cdt_o_debug.htm">Debugging</a><br>
|
||||
</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_run_dbg_pages.htm">Run and Debug dialog box</a></p><p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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.
|
||||
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>
|
||||
|
||||
<h3>C/C++ perspective views</h3>
|
||||
<h2>C/C++ perspective views</h2>
|
||||
|
||||
<p>This perspective is tuned for working with C/C++ projects.
|
||||
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>
|
||||
|
||||
<p>There a several additional views that may be useful during a debug session. You can add them by clicking <strong>Window > Show View > 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.
|
||||
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>
|
||||
|
||||
|
||||
<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">C/C++ Views and Editors</a></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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>
|
||||
|
||||
|
@ -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><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_projects.htm">CDT Projects</a><br>
|
||||
<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>
|
||||
<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_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>
|
||||
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p>
|
||||
<p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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
|
||||
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 > Concepts > Workbench > 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>
|
||||
<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>
|
||||
<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_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>
|
||||
</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_proj_prop_pages.htm">Project properties</a><br>
|
||||
<a href="../reference/cdt_o_views.htm">Views</a></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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
|
||||
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 > Concepts
|
|||
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%">
|
||||
<tr>
|
||||
<td width="25%"><strong>Element</strong></td>
|
||||
<td width="75%"><strong>Note</strong></td>
|
||||
<th style="width:25%; text-align:left" id="element"><strong>Element</strong></th>
|
||||
<th style="width:75%; text-align:left" id="note"><strong>Note</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Class/Struct</td>
|
||||
<td width="75%">Searches for classes and structs.<p>You can further qualify
|
||||
<td style="width:25%" headers="element" valign="top"> Class/Struct</td>
|
||||
<td style="width:75%" headers="note">Searches for classes and structs.<p>You can further qualify
|
||||
the search by specifying "class" or "struct" in front of the name
|
||||
that you are
|
||||
searching for. Specifying "class" or "struct" also allows you to
|
||||
search for anonymous classes and structures.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Function</td>
|
||||
<td width="75%">Searches for global functions or functions in a namespace
|
||||
<td style="width:25%" headers="element" valign="top"> Function</td>
|
||||
<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
|
||||
specify parameters to further qualify your search. When specifying a
|
||||
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 > Concepts
|
|||
<p>Do not specify the return type of the function.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Variable</td>
|
||||
<td width="75%">Searches for variables that are not members of a class,
|
||||
<td style="width:25%" headers="element" valign="top"> Variable</td>
|
||||
<td style="width:75%" headers="note">Searches for variables that are not members of a class,
|
||||
struct, or union.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Union</td>
|
||||
<td width="75%">Searches for unions.<p>Anonymous unions can be searched for by
|
||||
<td style="width:25%" headers="element" valign="top"> Union</td>
|
||||
<td style="width:75%" headers="note">Searches for unions.<p>Anonymous unions can be searched for by
|
||||
specifying "union" as the search pattern.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Method</td>
|
||||
<td width="75%">Searches for methods that are members of a class, struct, or
|
||||
<td style="width:25%" headers="element" valign="top"> Method</td>
|
||||
<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
|
||||
above note for functions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Field </td>
|
||||
<td width="75%">Searches for fields that are members of a class, struct, or
|
||||
<td style="width:25%" headers="element" valign="top"> Field </td>
|
||||
<td style="width:75%" headers="note">Searches for fields that are members of a class, struct, or
|
||||
union.
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Enumeration</td>
|
||||
<td width="75%">Searches for enumerations.</td>
|
||||
<td style="width:25%" headers="element" valign="top"> Enumeration</td>
|
||||
<td style="width:75%" headers="note">Searches for enumerations.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Enumerator</td>
|
||||
<td width="75%">Searches for enumerators.</td>
|
||||
<td style="width:25%" headers="element" valign="top"> Enumerator</td>
|
||||
<td style="width:75%" headers="note">Searches for enumerators.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign="top"> Namespace</td>
|
||||
<td width="75%">Searches for namespaces.</td>
|
||||
<td style="width:25%" headers="element" valign="top"> Namespace</td>
|
||||
<td style="width:75%" headers="note">Searches for namespaces.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -119,22 +119,22 @@ is to be searched:</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%">
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Use this wildcard character</strong></td>
|
||||
<td width="70%"><strong>To search for this</strong></td>
|
||||
<th style="width:30%; text-align:left" id="char" valign="top"><strong>Use this wildcard character</strong></th>
|
||||
<th style="width:70%; text-align:left" id="search"><strong>To search for this</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"> <samp>*</samp></td>
|
||||
<td width="70%">Any string<p><strong>Tip:<br>
|
||||
<td style="width:30%" headers="char" valign="top"> <samp>*</samp></td>
|
||||
<td style="width:70%" headers="search">Any string<p><strong>Tip:<br>
|
||||
</strong> Use the character sequence <samp>\*</samp> to search for
|
||||
operators that begin with *. See syntax examples in the table below.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"> <samp>?</samp></td>
|
||||
<td width="70%">A single character</td>
|
||||
<td style="width:30%" headers="char" valign="top"> <samp>?</samp></td>
|
||||
<td style="width:70%" headers="search">A single character</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"> <samp>::</samp></td>
|
||||
<td width="70%">Nested elements</td>
|
||||
<td style="width:30%" headers="char" valign="top"> <samp>::</samp></td>
|
||||
<td style="width:70%" headers="search">Nested elements</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- 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>
|
||||
<table border="2" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#AAA" width="60%">
|
||||
<tr>
|
||||
<td width="30%"><strong>Syntax</strong></td>
|
||||
<td width="70%"><strong>Searches for this</strong></td>
|
||||
<th style="width:30%; text-align:left" id="syntax"><strong>Syntax</strong></th>
|
||||
<th style="width:70%; text-align:left" id="search2"><strong>Searches for this</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>::*::*::A</samp></td>
|
||||
<td width="70%">A nested element two levels deep</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>::*::*::A</samp></td>
|
||||
<td style="width:70%" headers="search2">A nested element two levels deep</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>::*::*::A?</samp></td>
|
||||
<td width="70%">Any two-letter name that begins with A and is two levels
|
||||
<td style="width:30%" headers="syntax"> <samp>::*::*::A?</samp></td>
|
||||
<td style="width:70%" headers="search2">Any two-letter name that begins with A and is two levels
|
||||
deep</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>::A</samp> </td>
|
||||
<td width="70%">Searches for A not nested in anything</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>::A</samp> </td>
|
||||
<td style="width:70%" headers="search2">Searches for A not nested in anything</td>
|
||||
</tr>
|
||||
<!-- no support for function parameters
|
||||
<tr>
|
||||
<td width="30%"> <samp>*()</samp></td>
|
||||
<td width="70%">Any function taking no parameters</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>*()</samp></td>
|
||||
<td style="width:70%" headers="search2">Any function taking no parameters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>*( A * )</samp> </td>
|
||||
<td width="70%">Any function taking 1 parameter that is a pointer to type
|
||||
<td style="width:30%" headers="syntax"> <samp>*( A * )</samp> </td>
|
||||
<td style="width:70%" headers="search2">Any function taking 1 parameter that is a pointer to type
|
||||
A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>f( int * )</samp></td>
|
||||
<td width="60%">Will search for function f taking 1 parameter that is an
|
||||
<td style="width:30%" headers="syntax"> <samp>f( int * )</samp></td>
|
||||
<td style="width:60%" headers="search2">Will search for function f taking 1 parameter that is an
|
||||
int *</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>f( const char [
|
||||
<td style="width:30%" headers="syntax"> <samp>f( const char [
|
||||
], A & )</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>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td width="30%"> <samp>operator \*</samp></td>
|
||||
<td width="60%">Finds only operator *</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>operator \*</samp></td>
|
||||
<td style="width:60%" headers="search2">Finds only operator *</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>operator \*=</samp></td>
|
||||
<td width="60%">Finds only operator *=</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>operator \*=</samp></td>
|
||||
<td style="width:60%" headers="search2">Finds only operator *=</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>operator *</samp></td>
|
||||
<td width="60%">Finds all operators</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>operator *</samp></td>
|
||||
<td style="width:60%" headers="search2">Finds all operators</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>class</samp></td>
|
||||
<td width="60%">Searches for anonymous classes</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>class</samp></td>
|
||||
<td style="width:60%" headers="search2">Searches for anonymous classes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>struct</samp></td>
|
||||
<td width="60%">Searches for anonymous structs</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>struct</samp></td>
|
||||
<td style="width:60%" headers="search2">Searches for anonymous structs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%"> <samp>union</samp></td>
|
||||
<td width="60%">Searches for anonymous unions</td>
|
||||
<td style="width:30%" headers="syntax"> <samp>union</samp></td>
|
||||
<td style="width:60%" headers="search2">Searches for anonymous unions</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Search results</h2>
|
||||
|
@ -219,7 +219,7 @@ your last search.</p>
|
|||
<h2>Search Concepts</h2>
|
||||
|
||||
<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>
|
||||
|
||||
<h3>Definitions</h3>
|
||||
|
@ -254,17 +254,17 @@ your last search.</p>
|
|||
<li> <strong>Workbench User Guide > Concepts > Views > Search view</strong></li>
|
||||
<li> <strong>Workbench User Guide > Tasks > Navigating and finding resources</strong></li>
|
||||
</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="cdt_c_projects.htm">CDT Projects</a><br>
|
||||
<a href="cdt_c_open_declarations.htm">Open Declaration</a><br>
|
||||
</p>
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br>
|
||||
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
|
||||
<a href="../tasks/cdt_t_open_declarations.htm">Navigating to C/C++ declarations</a><br>
|
||||
</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_icons.htm">C/C++ perspective icons</a></p><p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Templates</h1>
|
||||
<h1 role="main">Templates</h1>
|
||||
|
||||
<p>Templates are sections of code that occur frequently enough that you would like
|
||||
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
|
||||
<strong>Window > Preferences > C/C++ > Editor > 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>
|
||||
</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_contentassist.htm">Using templates</a>
|
||||
<br><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><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_code_temp.htm">Templates page</a>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
|
||||
<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.
|
||||
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>
|
||||
</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_perspectives.htm">C/C++ perspectives</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><a href="../reference/cdt_o_views.htm">Views</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<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.">
|
||||
|
@ -8,14 +8,14 @@
|
|||
<link rel="STYLESHEET" href="../book.css" type="text/css">
|
||||
<style>
|
||||
td {border-top: solid thin black;}
|
||||
img[alt] {background-color:#ffdddd;}
|
||||
img[alt] {}
|
||||
tr {vertical-align: top;}
|
||||
</style>
|
||||
<title>CDT New and Noteworthy</title>
|
||||
</head>
|
||||
<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
|
||||
which may contain more recent information.
|
||||
</p>
|
||||
|
@ -28,19 +28,19 @@ which may contain more recent information.
|
|||
<p><!-- ******************** Editor ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Editor"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Editor</div>
|
||||
<div class="title">Editor</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>The new <strong>Sort Lines</strong> command that sorts selected lines alphabetically.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<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>
|
||||
<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>Added Templates View support.
|
||||
<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>
|
||||
<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>Option to group macro definitions in the Outline view.
|
||||
<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 ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Editor"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Codan</div>
|
||||
<div class="title">Codan</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>New code analysis framework is introduced, called Codan. See this
|
||||
<a href="http://wiki.eclipse.org/CDT/designs/StaticAnalysis">wiki</a> for details.
|
||||
|
@ -84,19 +84,19 @@ which may contain more recent information.
|
|||
<!-- ******************** Refactoring ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Refactoring"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Refactoring</div>
|
||||
<div class="title">Refactoring</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Choice where to place getters and setters during refactoring.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Introduced <strong>Refactoring History</strong> for the CDT Refactorings
|
||||
<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 ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Build"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Build</div>
|
||||
<div class="title">Build</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Allow saving files while external Makefile builds are in progress
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Compiler errors and warnings are now highlighted in the build console.
|
||||
Navigation from errors in build console to location in editor is possible
|
||||
|
@ -129,7 +129,7 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>Regular Expression Error Parser introduced. The parser is user-configurable and can be used
|
||||
to parse errors from non-standard compilers
|
||||
|
@ -138,7 +138,7 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>Added ability to save build log to a file
|
||||
<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>
|
||||
<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>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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Organized project context menu related to build.
|
||||
<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>
|
||||
<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>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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Organized build preferences under <strong>Build</strong> page.
|
||||
<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>
|
||||
<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>New icons and decorations.
|
||||
<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>
|
||||
<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>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>
|
||||
|
@ -194,7 +194,7 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>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
|
||||
|
@ -203,14 +203,14 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>When a Hello World project is created, open generated file automatically.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Headless Builder has been improved: supports configuration selection,
|
||||
returns error code if built projects have error markers.
|
||||
|
@ -218,7 +218,7 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>ManagedBuild GCC toolchain supports pre included header files, i.e. <strong>-include</strong> switch to gcc
|
||||
</td>
|
||||
|
@ -228,20 +228,24 @@ which may contain more recent information.
|
|||
<!-- ******************** Project/Configuration References ********************** -->
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">References</span></p>
|
||||
<p style="text-align:right"><span class="bold">References</span></p>
|
||||
</td>
|
||||
<td>
|
||||
<li>CDT Project References can be ordered. Referenced paths and symbols automatically track this order.</li>
|
||||
<li>References to library projects are automatically linked in.</li>
|
||||
<li>A configuration can reference another configuration in the same project.</li>
|
||||
<ul>
|
||||
<li>CDT Project References can be ordered. Referenced paths and symbols automatically track this order.</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">UPC</span></p>
|
||||
<p style="text-align:right"><span class="bold">UPC</span></p>
|
||||
</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> </p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -249,12 +253,12 @@ which may contain more recent information.
|
|||
<!-- ******************** Debug ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Debug"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Debug</div>
|
||||
<div class="title">Debug</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Support for <strong>Non-Stop Debugging</strong> (stopping one or more threads while the others continue to execute).
|
||||
Requires GDB 7.0 or newer.
|
||||
|
@ -263,9 +267,10 @@ which may contain more recent information.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">Features</span></p>
|
||||
<p style="text-align:right"><span class="bold">Features</span></p>
|
||||
</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.
|
||||
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
|
||||
|
@ -285,6 +290,7 @@ which may contain more recent information.
|
|||
</li>
|
||||
<li><strong>Interrupts on Windows</strong> platform while debugging application got improved support.
|
||||
</li>
|
||||
</ul>
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -292,12 +298,12 @@ which may contain more recent information.
|
|||
<!-- ******************** Bugs fixed ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">Fixed</span></p>
|
||||
<p style="text-align:right"><span class="bold">Fixed</span></p>
|
||||
</td>
|
||||
<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">
|
||||
|
@ -310,12 +316,12 @@ which may contain more recent information.
|
|||
<!-- ******************** Known Limitations ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">Limitations</span></p>
|
||||
<p style="text-align:right"><span class="bold">Limitations</span></p>
|
||||
</td>
|
||||
<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(...))
|
||||
|
|
|
@ -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">
|
||||
<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.">
|
||||
|
@ -8,14 +8,14 @@
|
|||
<link rel="STYLESHEET" href="../book.css" type="text/css">
|
||||
<style>
|
||||
td {border-top: solid thin black;}
|
||||
img[alt] {background-color:#ffdddd;}
|
||||
img[alt] {}
|
||||
tr {vertical-align: top;}
|
||||
</style>
|
||||
<title>CDT New and Noteworthy</title>
|
||||
</head>
|
||||
<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>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.
|
||||
|
@ -30,12 +30,12 @@ may contain other information.
|
|||
<p><!-- ******************** Editor ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Editor"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Editor</div>
|
||||
<div class="title">Editor</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>To make rename refactoring work interactively in the editor,
|
||||
position the cursor on an identifier in the editor and hit Ctrl-1
|
||||
|
@ -47,7 +47,7 @@ may contain other information.
|
|||
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">Refactoring</span></p>
|
||||
<p style="text-align:right"><span class="bold">Refactoring</span></p>
|
||||
</td>
|
||||
<td>"Extract local variable" is added via editor context menu.
|
||||
Select an expression in the editor and select Refactor > Extract local variable
|
||||
|
@ -63,7 +63,7 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>Add Include significantly improved.
|
||||
<ul>
|
||||
|
@ -82,7 +82,7 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -108,20 +108,20 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>Improved Macro Exploration control.
|
||||
<ul>
|
||||
<li>The Macro Expansion hover now has a toolbar at the bottom of the control with back, forward and open
|
||||
declaration buttons.</li>
|
||||
<li>The title bar of the Macro Expansion hover is now draggable.</li>
|
||||
<p><img src="../images/60/CDT6.0_macro_hover.png" alt="Macro Expansion hover toolbar"></p>
|
||||
<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></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>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">
|
||||
|
@ -129,7 +129,7 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>C style block commenting (Ctrl-Shift-/) improved
|
||||
<!-- <p><img src="../images/60/image.png" alt="alternate text for image for accessibility"> -->
|
||||
|
@ -139,12 +139,12 @@ may contain other information.
|
|||
<!-- ******************** Indexing ********************** -->
|
||||
<tr>
|
||||
<td colspan="2"><a name="Indexing"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Indexing</div>
|
||||
<div class="title">Indexing</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<p></p>
|
||||
|
@ -179,7 +179,7 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">System Includes</span></p>
|
||||
<p style="text-align:right"><span class="bold">System Includes</span></p>
|
||||
</td>
|
||||
|
||||
|
||||
|
@ -197,7 +197,7 @@ may contain other information.
|
|||
</tr>
|
||||
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -214,12 +214,12 @@ may contain other information.
|
|||
<!-- ******************** Navigation and Search ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>Open Declaration (F3) improved, particularly for unresolved symbols.
|
||||
<p>Open Declaration is capable of detecting potential matches.</p>
|
||||
|
@ -232,12 +232,12 @@ may contain other information.
|
|||
<!-- ******************** Project and Build ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">Converters</span></p>
|
||||
<p style="text-align:right"><span class="bold">Converters</span></p>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
|
@ -250,11 +250,11 @@ may contain other information.
|
|||
<tr>
|
||||
<tr>
|
||||
<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>
|
||||
<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>
|
||||
<li>Updated Manage Working Set Configurations dialog for simpler workflows</li>
|
||||
<li>Quick access to configurations via a property page for Working Sets
|
||||
|
@ -268,13 +268,13 @@ may contain other information.
|
|||
</li>
|
||||
<li>For more details, see the <a href="http://wiki.eclipse.org/CDT/designs/workingSets">working sets
|
||||
design document</a></li>
|
||||
</ul>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -295,7 +295,7 @@ may contain other information.
|
|||
</tr>
|
||||
<tr>
|
||||
<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>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.
|
||||
|
@ -334,19 +334,19 @@ may contain other information.
|
|||
<!-- ******************** Debug and Launch ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<p>New "Launch Group" launch configuration. Allows to launch several processes at once.</p>
|
||||
|
@ -356,12 +356,12 @@ may contain other information.
|
|||
<!-- ******************** Bugs fixed ********************** -->
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>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=">
|
||||
|
@ -374,12 +374,12 @@ may contain other information.
|
|||
<!--
|
||||
<tr>
|
||||
<td colspan="2"><a name="NewTopic"></a>
|
||||
<div style="font-size: 20px; font-weight: bold;">Newtopic</div>
|
||||
<div class="title">Newtopic</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p align="right"><span class="bold">texthere</span></p>
|
||||
<p style="text-align:right"><span class="bold">texthere</span></p>
|
||||
</td>
|
||||
<td>text here.
|
||||
<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:
|
||||
|
||||
<h3>Editor</h3>
|
||||
<h2>Editor</h2>
|
||||
<ul>
|
||||
<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
|
||||
|
@ -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
|
||||
|
||||
</ul>
|
||||
<h3>Navigation and Search</h3>
|
||||
<h2>Navigation and Search</h2>
|
||||
<ul>
|
||||
<li>Open Declaration for operators, empty macros, element in outline view, etc
|
||||
<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
|
||||
</ul>
|
||||
<h3>Call Hierarchy</h3>
|
||||
<h2>Call Hierarchy</h2>
|
||||
<ul>
|
||||
<li>Read/write decorators indicate read/write status for variables
|
||||
<li>Polymorphic method calls (virtual methods) support
|
||||
</ul>
|
||||
<h3>Refactoring</h3>
|
||||
<h2>Refactoring</h2>
|
||||
<ul>
|
||||
<li>Refactoring infrastructure much improved, models transformation on the AST
|
||||
<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 Function
|
||||
</ul>
|
||||
<h3>Indexer</h3>
|
||||
<h2>Indexer</h2>
|
||||
<ul>
|
||||
<li>Improved accuracy and performance
|
||||
<li>Entirely new preprocessor
|
||||
<li>Improved infrastructure
|
||||
<li>Visual indication of indexer status
|
||||
</ul>
|
||||
<h3>Projects and Build</h3>
|
||||
<h2>Projects and Build</h2>
|
||||
<ul>
|
||||
<li>Project Properties improved usability
|
||||
<li>Make target locations - make targets at the project level are built in the project build directory
|
||||
</ul>
|
||||
<h3>Debug</h3>
|
||||
<h2>Debug</h2>
|
||||
<ul>
|
||||
<li>Executables view
|
||||
<li>Event breakpoints - added gdb catchpoints support
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,10 +10,10 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Build</h1>
|
||||
<h1 role="main">Build</h1>
|
||||
<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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,12 +10,12 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Coding aids</h1>
|
||||
<h1 role="main">Coding aids</h1>
|
||||
<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" 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" 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_comments.htm">Comments</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" 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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,48 +10,48 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Concepts</h1>
|
||||
<h1 role="main">Concepts</h1>
|
||||
|
||||
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" 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="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_projects.htm">CDT Projects</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" 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_o_code_entry.htm">Coding aids</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" 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_templates.htm">Templates</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" 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_makefile.htm">Makefile</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" 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_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_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_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" border="0" 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" border="0" 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">Open Element</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" 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">Include Browser</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" 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" 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" 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" 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" 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" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_build_conc.htm">Build</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" 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="25" height="1" alt=""><a style="text-decoration:none" href="cdt_o_dbg_concepts.htm">Debug</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" 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_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" 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;">Error Parsing</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" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</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" 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_prog_bar.htm">C/C++ Indexer Progress Bar</a><br>
|
||||
|
||||
<p><img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p>
|
||||
</body>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,12 +10,12 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Debug</h1>
|
||||
<h1 role="main">Debug</h1>
|
||||
|
||||
<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" 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" 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_brkpnts.htm">Breakpoints</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" 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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,10 +10,10 @@
|
|||
|
||||
<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>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_editor.htm">C/C++ editor</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" 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_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_makefile.htm">Makefile</a><br>
|
||||
|
||||
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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
|
||||
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
|
||||
<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>
|
||||
<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" 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" 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" 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="../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="cdt_o_concepts.htm">Concepts</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" width="25" height="1" alt=""><a style="text-decoration:none" href="../reference/cdt_o_ref.htm">Reference</a><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>
|
||||
</html>
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,18 +10,18 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Navigation Aids</h1>
|
||||
<h1 role="main">Navigation Aids</h1>
|
||||
<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" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_proj_file_views.htm">Project File views</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" 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_outlineview.htm">Outline View</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" 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_open_declarations.htm">Open Declaration</a><br>
|
||||
<!--
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Open Element</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Type Hierarchy</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Call Hierarchy</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none">Include Browser</a><br>
|
||||
<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">Open Element</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" 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">Include Browser</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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,35 +7,37 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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>
|
||||
|
||||
|
||||
<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>
|
||||
<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>
|
||||
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
|
||||
</p>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>New CDT Project with generated makefile - Tutorial</title>
|
||||
<link rel="stylesheet" type="text/css" href="../book.css">
|
||||
<!--
|
||||
<script language="JavaScript">
|
||||
function newWin(url) {
|
||||
window.open(url, 'install_cdt', 'width=900, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
</head>
|
||||
<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.
|
||||
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>
|
||||
</ol>
|
||||
<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>
|
||||
<li>Select <strong>File > New > Project</strong>.<br>
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<img src="../images/cdt_w_basic02.png" alt="Select File > New > Project menu option" width="591" height="183">
|
||||
<p><br>
|
||||
</p>
|
||||
|
@ -47,12 +49,12 @@ Now with CDT, you just select a project type, and that determines what build sys
|
|||
<li>
|
||||
<p>The <strong>C++ Project</strong> wizard opens.<br>
|
||||
</p>
|
||||
</p>
|
||||
<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>
|
||||
</li>
|
||||
<br>
|
||||
<ol type="a">
|
||||
<br>
|
||||
|
||||
|
||||
<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>.
|
||||
<p><br>
|
||||
</p>
|
||||
|
@ -72,13 +74,16 @@ Now with CDT, you just select a project type, and that determines what build sys
|
|||
</li>
|
||||
<li>Click <strong>Next</strong>. </li>
|
||||
</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>
|
||||
<br>
|
||||
<img src="../images/cdt_w_basic06a.png" alt="Basic properties of a project" width="525" height="576"><br>
|
||||
<br>
|
||||
</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>
|
||||
<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,
|
||||
such as includes paths, compiler options, and libraries.<br>
|
||||
<br>
|
||||
</p>
|
||||
</p></li>
|
||||
<li><p>Click <strong>Finish</strong>.<br>
|
||||
</p>
|
||||
</p></li>
|
||||
</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>
|
||||
<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>
|
||||
<blockquote>
|
||||
<p><img src="../images/cdt_w_basic12.png" alt="New project displayed in the Project Explorer view" width="423" height="283"></p>
|
||||
</blockquote>
|
||||
|
||||
<p> <img src="../images/cdt_w_basic12.png" alt="New project displayed in the Project Explorer view" width="423" height="283"></p>
|
||||
<br>
|
||||
<hr>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -130,28 +135,28 @@ The project should build successfully.</p>
|
|||
<br>
|
||||
<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
|
||||
corresponding text in the editor is highlighted.</p>
|
||||
corresponding text in the editor is highlighted.</p></li>
|
||||
</ol>
|
||||
|
||||
<hr>
|
||||
<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>
|
||||
<ol>
|
||||
<li>Within the C/C++ Perspective, click <strong>Run > Run Configurations...</strong>.<p><br></p></li>
|
||||
<li>Select <strong>C/C++ Application</strong>.<p><br></p></li>
|
||||
<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).
|
||||
|
||||
</li>
|
||||
<li>Click <strong>Run</strong>.<p><br></p>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Building your project</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<!--
|
||||
<script language="JavaScript">
|
||||
function newWin(url) {
|
||||
window.open(url, 'install_cdt', 'width=750, height=700, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<h1>Building a project</h1>
|
||||
<h1 role="main">Building a project</h1>
|
||||
|
||||
<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
|
||||
|
@ -20,12 +22,12 @@ function newWin(url) {
|
|||
<h2>To build a project:</h2>
|
||||
<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>Click <strong>Project > Build Project</strong>, or click the build icon <img src="../images/hammer-icon.png" alt="build icon" align="absmiddle"> on the toolbar. </li>
|
||||
<p>If you see an error message, such as:</p>
|
||||
<p><samp> (Cannot run program "make": Launching failed)</samp></p>
|
||||
<li>Click <strong>Project > Build Project</strong>, or click the build icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar.
|
||||
<br><br><p>If you see an error message, such as:</p><br>
|
||||
<p><samp> (Cannot run program "make": Launching failed)</samp></p><br>
|
||||
<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>
|
||||
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.
|
||||
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>.
|
||||
|
@ -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>
|
||||
</li>
|
||||
</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">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
|
||||
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
|
||||
</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>
|
||||
<a href="../tasks/cdt_o_build_task.htm">Building projects</a><br>
|
||||
</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">
|
||||
<br>
|
||||
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page,
|
||||
C/C++ Properties window</a><br>
|
||||
</p>
|
||||
<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>
|
||||
<p align="left"> <a href="cdt_w_newmake.htm">
|
||||
<img border="0" src="../images/ngback.gif" width="16" height="16" alt="Previous icon"></a> <strong><a
|
||||
<p> <a href="cdt_w_newmake.htm">
|
||||
<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>
|
||||
<p>
|
||||
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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
|
||||
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>
|
||||
<br>
|
||||
</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>
|
||||
<br>
|
||||
You can now select this debug launch configuration by name the next time
|
||||
|
@ -54,31 +54,32 @@ examining the contents of variables.</p>
|
|||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Click <strong>Debug</strong>.</li>
|
||||
<p>You may be prompted to switch to the <strong>Debug</strong> perspective. Click <strong>Yes</strong></p>
|
||||
<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><br>
|
||||
<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>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<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
|
||||
|
||||
<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
|
||||
to locate your source file.<br>
|
||||
</p>
|
||||
</blockquote>
|
||||
<ol>
|
||||
<br>
|
||||
</li>
|
||||
|
||||
<li>In the left margin of the <span class="typewriter">main.cpp</span> window, double-click to set a
|
||||
breakpoint on:<br>
|
||||
<br>
|
||||
<span class="typewriter">cout << "You just entered"
|
||||
</span><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>
|
||||
</li>
|
||||
<li>Click <strong>Run > Resume</strong>.
|
||||
<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>
|
||||
</li>
|
||||
|
@ -93,8 +94,8 @@ examining the contents of variables.</p>
|
|||
<li>Click <strong>Run > Resume</strong>.<br>
|
||||
<br>
|
||||
</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>
|
||||
<p>The breakpoint will be hit.</p>
|
||||
<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></li>
|
||||
<li>In the <strong>Variables</strong> view, verify that the variable is not 'm'.<br>
|
||||
<br>
|
||||
</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>
|
||||
<br>
|
||||
</li>
|
||||
<li>Click <strong>Run > Resume</strong>.</li>
|
||||
<li>Click <strong>Run > Resume</strong>.
|
||||
<p>The output in the <span class="typewriter">helloworld.exe</span> application window is: "<span class="typewriter">You just entered m, you need to enter m to exit.</span>"
|
||||
</p></li>
|
||||
<li>The application terminates and the debug session ends. The <strong>Debug</strong> perspective remains open.</li>
|
||||
</ol>
|
||||
<p>To learn more about debugging, see the related debug conceptual topics.</p>
|
||||
|
||||
<p align="left"> <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> </p>
|
||||
<p> <a href="cdt_w_build.htm">
|
||||
<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> </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="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
<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
|
||||
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
|
||||
appropriate "root folder" to import from.</p>
|
||||
|
||||
<p><strong>Tip:</strong>
|
||||
|
||||
<h3>Tip:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Importing your existing file system can consume significant disk space
|
||||
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>
|
||||
</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>
|
||||
<a href="../concepts/cdt_c_over_cdt.htm">Overview of the CDT</a><br>
|
||||
<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>
|
||||
<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>
|
||||
<a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p><p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -13,21 +13,21 @@ function newWin(url) {
|
|||
</script>
|
||||
</head>
|
||||
<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>Step 1: You want to create a single project that will reflect all of the components for the existing source tree.<br></p>
|
||||
<ol>
|
||||
<li>Select <strong>File > New > Project</strong>.
|
||||
<li>Select <strong>File > New > Project</strong>.</li>
|
||||
<li>For this tutorial, expand <strong>C/C++</strong> and select <strong>C++ project</strong>.
|
||||
<p><br>
|
||||
The <strong>New Project</strong> wizard displays.
|
||||
<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>
|
||||
<br>
|
||||
<li>In the <strong>Project name</strong> field, type a name for the project.
|
||||
<br></li>
|
||||
<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
|
||||
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
|
||||
|
@ -38,19 +38,19 @@ function newWin(url) {
|
|||
<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>
|
||||
|
||||
</p>
|
||||
<li>In the <strong>Location</strong> field, specify the path to the existing files for your project.
|
||||
</li>
|
||||
<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>.
|
||||
<ul>
|
||||
<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>Click <strong>Next</strong>.
|
||||
<p>
|
||||
<p> </p></li>
|
||||
|
||||
<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.
|
||||
<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>
|
||||
|
@ -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.
|
||||
<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>
|
||||
<br>
|
||||
<br></li>
|
||||
<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
|
||||
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>.
|
||||
<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>
|
||||
|
@ -72,6 +72,7 @@ function newWin(url) {
|
|||
</li>
|
||||
<li>Hit <strong>OK</strong> to close the dialog.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<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> > <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
|
||||
build the selected project.
|
||||
<br> </br>
|
||||
<br> </br></li>
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -98,11 +99,10 @@ function newWin(url) {
|
|||
or use the hammer icon <img src="../images/hammer-icon.png" alt="build icon">.
|
||||
</li>
|
||||
</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>
|
||||
<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.
|
||||
|
||||
<p>
|
||||
|
@ -113,6 +113,7 @@ function newWin(url) {
|
|||
|
||||
</br>
|
||||
</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p>Step 3: You are now ready to run your application.</p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -6,6 +6,7 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Updating the CDT</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<!--
|
||||
<script language="JavaScript">
|
||||
function changeSize(theImage,wd,ht) {
|
||||
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;
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
<script language="JavaScript">
|
||||
function newWin(url) {
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -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>.
|
||||
<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>
|
||||
<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>
|
||||
|
@ -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>
|
||||
</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>
|
||||
<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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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
|
||||
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.
|
||||
Type the code, exactly as it appears below, in the editor.
|
||||
Or you can paste it in from this help file.
|
||||
</li>
|
||||
|
||||
<pre>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
@ -59,7 +59,7 @@ int main () {
|
|||
exit(0);
|
||||
}
|
||||
</pre>
|
||||
|
||||
</li>
|
||||
|
||||
<li>Click <strong>File >
|
||||
Save</strong>.</li>
|
||||
|
@ -70,22 +70,22 @@ can build your HelloWorld project, you must create a makefile.</p>
|
|||
|
||||
<p>
|
||||
<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 align="left"><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>
|
||||
<p><a href="cdt_w_newproj.htm" style="text-decoration: none">
|
||||
<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>
|
||||
<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_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>
|
||||
<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>
|
||||
<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_proj_prop_pages.htm">C/C++ Projects view</a></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -15,18 +15,18 @@ function newWin(url) {
|
|||
|
||||
<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>To create a makefile:</p>
|
||||
<ol>
|
||||
<li>In the <strong>Project Explorer</strong> view, right-click the <strong>HelloWorld</strong> project
|
||||
folder and select <strong>New > File</strong>.
|
||||
folder and select <strong>New > File</strong>.</li>
|
||||
<li>In the <strong>File name</strong> box, type <strong>makefile</strong>.</li>
|
||||
<li>Click <strong>Finish</strong>.</li>
|
||||
<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>
|
||||
<p>
|
||||
|
@ -43,6 +43,7 @@ function newWin(url) {
|
|||
g++ -c -g main.cpp<br>
|
||||
</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
<li>Click <strong>File >
|
||||
Save</strong>.</li></ol>
|
||||
|
||||
|
@ -55,23 +56,23 @@ contains main.cpp and makefile. You can now build your HelloWorld project.</p>
|
|||
|
||||
<p>
|
||||
<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">
|
||||
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 align="left">
|
||||
<p>
|
||||
|
||||
<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>
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<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 src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_projects.htm">Project</a><br>
|
||||
<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>
|
||||
<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>
|
||||
<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_proj_prop_pages.htm">C/C++ Projects view</a></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="content-language" content="en-us">
|
||||
|
@ -13,7 +13,7 @@ function newWin(url) {
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Creating a Makefile project</h1>
|
||||
<h1 role="main">Creating a Makefile project</h1>
|
||||
|
||||
<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.
|
||||
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
|
||||
run and debug your programs, selecting the correct parser is important. After
|
||||
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
|
||||
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>
|
||||
</p>
|
||||
|
||||
<li>Click <strong>Finish</strong>.</li>
|
||||
<li>If a message box prompts you to change perspectives, click <strong>Yes</strong>.
|
||||
</li>
|
||||
|
@ -99,19 +99,19 @@ program.</p>
|
|||
<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>
|
||||
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>
|
||||
Next: Creating your C++ file</strong></a></p> <p align="left">For more information
|
||||
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>For more information
|
||||
about:</p> <ul>
|
||||
<li>Projects, see <strong>Workbench User Guide > Concepts > Workbench > Resources
|
||||
</strong></li>
|
||||
<li>The workspace, see <strong>Workbench User Guide > Tasks > Upgrading Eclipse
|
||||
</strong></li>
|
||||
</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
|
||||
</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
|
||||
src="../images/ngref.gif" alt="Related reference" height="21" width="143" border="0"> <br> <a
|
||||
> <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" > <br> <a
|
||||
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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -15,7 +15,7 @@ function newWin(url) {
|
|||
|
||||
<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>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>
|
||||
<li>Click <strong>Window > Preferences > C/C++ > Editor </strong>to access C/C++ editor preference panels, inlcuding:
|
||||
<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_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_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_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_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_editor_typing.htm">Typing</a> — configure formatting input as you type</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_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_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_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_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>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>C++ Hello World example</title>
|
||||
</head>
|
||||
<body bgcolor="#ffffcc">
|
||||
<p style="color:#0066ff">Copy the code below and paste it into the <strong>main.cpp</strong> file in the Editor view:</p>
|
||||
<body style="background-color:#ffffcc;">
|
||||
<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>
|
||||
#include <iostream>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>C++ Makefile example</title>
|
||||
</head>
|
||||
<body bgcolor="#ffffcc">
|
||||
<p style="color:#0066ff">Copy the script below and paste it into the <strong>makefile</strong> file in the Editor view:</p>
|
||||
<body style="background-color:#ffffcc;">
|
||||
<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>
|
||||
all: hello
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html lang="en">
|
||||
<!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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
|
@ -8,8 +8,8 @@
|
|||
<title>Legal Notices</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>
|
||||
<a name="Notices"></a>Notices</h3>
|
||||
<h1 role="main">
|
||||
<a name="Notices"></a>Notices</h1>
|
||||
<p>
|
||||
The material in this guide is Copyright (c) IBM Corporation and others
|
||||
2004, 2010.
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,21 +10,21 @@
|
|||
|
||||
<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>
|
||||
|
||||
<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" 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" 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>
|
||||
<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" 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" 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" 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" 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" 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" 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" 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_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_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_adv.htm">Advanced 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" 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_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_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_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_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_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_c_editor_typing.htm">Typing preferences</a>
|
||||
|
||||
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,18 +10,18 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Debug views</h1>
|
||||
<h1 role="main">Debug views</h1>
|
||||
|
||||
<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" 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" 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" 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" 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" 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" 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" 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_registersview.htm">Registers 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" 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_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_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_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_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_pref.htm">Debug preferences</a><br>
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,26 +9,26 @@
|
|||
</head>
|
||||
<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><img src="../images/cdt_menubar.png"
|
||||
alt="CDT main menu">
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
</p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,11 +10,11 @@
|
|||
|
||||
<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
|
||||
entire workspace.</p>
|
||||
<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>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,10 +10,10 @@
|
|||
|
||||
<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">
|
||||
<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.
|
||||
Two tables are displayed - one for user-defined build macros and one for non user-defined build macros.
|
||||
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>
|
||||
<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>
|
||||
<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++
|
||||
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++
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,13 +10,13 @@
|
|||
|
||||
<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>
|
||||
<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" 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_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_target.htm">Select a
|
||||
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" 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_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_cindexer.htm">C/C++ Indexer</a><br>
|
||||
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,15 +10,15 @@
|
|||
|
||||
<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>
|
||||
<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" 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" 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" 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" 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" 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" 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_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_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_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_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_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_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_cindexer.htm">C/C++ Indexer</a><br>
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,16 +10,16 @@
|
|||
|
||||
<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><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>
|
||||
<img src="../images/trans.gif" border="0" 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" 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" 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" 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" 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>
|
||||
<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" width="25" height="1" alt="">Makefile Project preferences<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" 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" 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" 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" 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><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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,31 +10,33 @@
|
|||
|
||||
<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>
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</ul></li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li><a href="cdt_u_fileprop_lng.htm">Language Mappings page</a>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<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_prop_general_pns_hier.htm">Data Hierarchy tab</a>
|
||||
</ul>
|
||||
</ul> </li>
|
||||
</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>
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,22 +10,24 @@
|
|||
|
||||
<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>
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_toolsettings.htm>Tool chains setting tab</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<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>
|
||||
|
@ -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_hier.htm">Data Hierarchy tab</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,27 +10,27 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Project Properties</h1>
|
||||
<h1 role="main">Project Properties</h1>
|
||||
<p>This section describes C/C++ Project Properties.
|
||||
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>
|
||||
|
||||
|
||||
<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>
|
||||
<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_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_newdialog.htm">Create Configuration dialog</a>
|
||||
<li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a>
|
||||
</ul>
|
||||
<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_environment.htm">Environment page</a>
|
||||
<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>
|
||||
</ul>
|
||||
<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_exp.htm">Export Settings page</a>
|
||||
<!--ul>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,103 +9,103 @@
|
|||
</head>
|
||||
<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><img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_views.htm">C/C++ Views and Editors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_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" 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" 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" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_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" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties_view.htm">Properties view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_run.htm">Run Menu actions</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_m_window.htm">Window Menu actions</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_toolbar.htm">C/C++ Toolbar</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_open_element.htm">Open Element</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_create_make_target.htm">Create a Make Target</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_find_replace.htm">Find/Replace</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_pref.htm">C/C++ preferences</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_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" 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" 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" 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" 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" 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" 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" 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" 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" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_c_code_templates_pref.htm">Code Templates</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" 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_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_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_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_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_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_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_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_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_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_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_icons.htm">C/C++ Icons</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" 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_memoryview.htm">Memory view</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" 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_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_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_pref.htm">Debug preferences</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" 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_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_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_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_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_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_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_window.htm">Window Menu actions</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" 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_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_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_c_pref.htm">C/C++ preferences</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" 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_error_parsers.htm">Error Parsers Options</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" 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_environment_pref.htm">Environment</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" 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="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="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="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" 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" 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" 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="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_debug.htm">Debug preferences</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" 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_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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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_c_editor_gen.htm">Editor preferences</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" 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="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_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_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_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_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_color.htm">Syntax Coloring</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" 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="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_indexer_preference.html">Indexer</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" 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" 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" 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" 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" 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" 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="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="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="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_error.htm">Error Parsers </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" 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_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" 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="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="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" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_properties.htm">C/C++ Properties</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_proj.htm">C/C++ Project Properties</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_folder.htm">C/C++ Folder Properties</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_prop_file.htm">C/C++ File Properties</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz.htm">C/C++ New Project Wizard</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_run_dbg_pages.htm">C/C++ Run and Debug</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
|
||||
<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" 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" 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" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_search.htm">C/C++ search</a><br>
|
||||
<img src="../images/trans.gif" width="100" height="1" alt=""><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" 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_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_file.htm">C/C++ File Properties</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" 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="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_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_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_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_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_comm.htm">Common</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><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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,20 +10,20 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>Run and Debug</h1>
|
||||
<h1 role="main">Run and Debug</h1>
|
||||
|
||||
<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" 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" border="0" 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="">C/C++ Local Application - run application on 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" 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=""><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>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_main.htm">Main</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_arg.htm">Arguments</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_env.htm">Environment</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_dbg.htm">Debugger</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_srce.htm">Source</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_run_dbg_comm.htm">Common</a><br>
|
||||
<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" 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_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_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_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_comm.htm">Common</a><br>
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,34 +10,34 @@
|
|||
|
||||
<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>
|
||||
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_views.htm">Selecting Views and Editors</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_cproj_view.htm">C/C++ Projects view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_project_explorer_view.htm">Project Explorer view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_navigator_view.htm">Navigator view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_outline_view.htm">Outline view</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_make_targets_view.htm">Make Targets view</a><br>
|
||||
<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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_dbg_pref.htm">Debug preferences</a><br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_icons.htm">C/C++ Icons</a><br>
|
||||
<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" 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_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_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_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_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_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_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_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_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_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_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_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_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_search_view.htm">Search view</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" 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_memoryview.htm">Memory view</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" 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_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_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_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_pref.htm">Debug preferences</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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<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>
|
||||
|
||||
<table width="700px" cellpadding="4" cellspacing="0" border="1" fgcolor="EEE" >
|
||||
|
@ -25,45 +25,45 @@
|
|||
<col width="65%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center">
|
||||
<td width="35%"><strong>Option</strong></td>
|
||||
<td width="65%"><strong>Description</strong></td>
|
||||
<tr>
|
||||
<th style="width:35%" id="option"><strong>Option</strong></th>
|
||||
<th style="width:65%" id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><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:35%" valign="top" headers="option"><strong>Show translation unit members </strong></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>
|
||||
<td valign="top"><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="option"><strong>Group include directives in Project Explorer and C/C++ Projects view </strong></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>
|
||||
<td valign="top"><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="option"><strong>Group include directives in the Outline view </strong></td>
|
||||
<td valign="top" headers="description">Select this option to group include directives in the Outline view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Group namespaces in the Outline view </strong></td>
|
||||
<td valign="top" headers="description">Select this option to group namespace declarations in the Outline view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Group method definitions in the Outline view </strong></td>
|
||||
<td valign="top" headers="description">Select this option to group method definitions for the same type in the Outline view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Group macro definitions in the Project Explorer and C/C++ Project views.</strong></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>
|
||||
<td valign="top"><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="option"><strong>Group macro definitions in the Outline view.</strong></td>
|
||||
<td valign="top" headers="description">Select this option to group macro definitions in the Outline view. </td>
|
||||
</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">Select this option to separate header and source files in the Project Explorer and C/C++ Projects views. </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" headers="description">Select this option to separate header and source files in the Project Explorer and C/C++ Projects views. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Show source roots at top of project</strong></td>
|
||||
<td valign="top" headers="description">Select this option to group source roots at the top of project views. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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 > Preferences > C/C++ > 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 > Preferences > C/C++ > Code Style</strong> to make changes.</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">
|
||||
<caption><strong>Code Style Preference Options</strong></caption>
|
||||
|
@ -22,60 +22,60 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="35%">
|
||||
<td valign="top" style="width: 35%;" headers="option">
|
||||
<strong>Configure Project Specific Settings...</strong>
|
||||
</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.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="35%">
|
||||
<td valign="top" style="width: 35%;" headers="option">
|
||||
<strong>Edit...</strong>
|
||||
</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.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="35%">
|
||||
<td valign="top" style="width: 35%;" headers="option">
|
||||
<strong>Remove</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
Removes the selected profile. This action is only available on user-defined profiles.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="35%">
|
||||
<td valign="top" style="width: 35%;" headers="option">
|
||||
<strong>New...</strong>
|
||||
</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.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="35%">
|
||||
<td valign="top" style="width: 35%;" headers="option">
|
||||
<strong>Import...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
Imports profiles from the file system.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
<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." >
|
||||
|
@ -10,11 +10,11 @@
|
|||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
<h1 role="main">
|
||||
Code templates
|
||||
</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.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>
|
||||
<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">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th id="option">
|
||||
<strong>Options</strong>
|
||||
</th>
|
||||
<th>
|
||||
<th id="description">
|
||||
<strong>Description</strong>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="option">
|
||||
<strong>New...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Opens the Code Template dialog to create a new file template.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="option">
|
||||
<strong>Edit...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Opens the Code Template dialog to edit the currently selected code template.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="option">
|
||||
<strong>Remove</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Removes a user added file template. Predefined templates cannot be removed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option">
|
||||
<strong>Import...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Imports templates from the file system.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option">
|
||||
<strong>Export...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Exports all selected templates to the file system.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option">
|
||||
<strong>Export All...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description">
|
||||
<p>Exports all templates to the file system.</p>
|
||||
</td>
|
||||
</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">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th id="template">
|
||||
<strong>Template Name</strong>
|
||||
</th>
|
||||
<th>
|
||||
<th id="specifies">
|
||||
<strong>Specifies</strong>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Files</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Types</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Fields</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<p>The comment for new fields.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Constructors</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<p>The comment for new constructors.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Destructors</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<p>The comment for new destructors.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template">
|
||||
<strong>Methods</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="specifies">
|
||||
<p>The comment for new methods.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -153,41 +153,41 @@ Templates contain variables that are substituted when the template is applied. S
|
|||
</table>
|
||||
|
||||
<h2>Code Templates</h2>
|
||||
<p></p>
|
||||
<br>
|
||||
<table
|
||||
border="1" cellspacing="0" cellpadding="5" width="600">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th id="template2">
|
||||
<strong>Template Name</strong>
|
||||
</th>
|
||||
<th>
|
||||
<th id="description2">
|
||||
<strong>Description</strong>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template2">
|
||||
<strong>Method body</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description2">
|
||||
<p>The 'Method body' templates are used when new method is created.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template2">
|
||||
<strong>Constructor body</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description2">
|
||||
<p>The 'Constructor body' templates are used when a constructor is created.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template2">
|
||||
<strong>Destructor body</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description2">
|
||||
<p>The 'Destructor body' templates are used when the destructor is created.</p>
|
||||
</td>
|
||||
</tbody>
|
||||
|
@ -196,61 +196,61 @@ Templates contain variables that are substituted when the template is applied. S
|
|||
<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.
|
||||
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
|
||||
border="1" cellspacing="0" cellpadding="5" width="600">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th id="template3">
|
||||
<strong>Template Name</strong>
|
||||
</th>
|
||||
<th>
|
||||
<th id="description3">
|
||||
<strong>Description</strong>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template3">
|
||||
<strong>Default C++ source template</strong>
|
||||
</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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template3">
|
||||
<strong>Default C++ header template</strong>
|
||||
</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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template3">
|
||||
<strong>Default C source template</strong>
|
||||
</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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template3">
|
||||
<strong>Default C header template</strong>
|
||||
</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>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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<td valign="top" style="width: 25%;" headers="template3">
|
||||
<strong><em>Other file templates</em></strong>
|
||||
</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>
|
||||
</td>
|
||||
</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">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<th id="option4">
|
||||
<strong>Options</strong>
|
||||
</th>
|
||||
<th>
|
||||
<th id="description4">
|
||||
<p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option4">
|
||||
<strong>Name</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description4">
|
||||
<p>The name of the template. Only available for file templates.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option4">
|
||||
<strong>Type</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description4">
|
||||
<p>The file type (content type) of the template. Only available for file templates.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option4">
|
||||
<strong>Description</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description4">
|
||||
<p>A description of the template</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option4">
|
||||
<strong>Pattern</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description4">
|
||||
<p>The template pattern.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option4">
|
||||
<strong>Insert Variables...</strong>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="description4">
|
||||
<p>Displays a list of pre-defined template specific variables.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<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><img src="../images/editor_color_preferences.png" alt="Syntax Coloring Preferences Page"></p>
|
||||
|
||||
|
@ -25,48 +25,48 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Enable semantic highlighting</strong></td>
|
||||
<td>Checkmark to activate semantic highlighting of specific structures in the elements listed.</td>
|
||||
<td headers="option"><strong>Enable semantic highlighting</strong></td>
|
||||
<td headers="description">Checkmark to activate semantic highlighting of specific structures in the elements listed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enable</strong></td>
|
||||
<td>Makes the selected element active for syntax coloring.</td>
|
||||
<td headers="option"><strong>Enable</strong></td>
|
||||
<td headers="description">Makes the selected element active for syntax coloring.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Color</strong></td>
|
||||
<td>Specifies the color in which to display the selected element.</td>
|
||||
<td headers="option"><strong>Color</strong></td>
|
||||
<td headers="description">Specifies the color in which to display the selected element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Bold</strong></td>
|
||||
<td>Makes the selected element <strong>bold</strong>.</td>
|
||||
<td headers="option"><strong>Bold</strong></td>
|
||||
<td headers="description">Makes the selected element <strong>bold</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Italic</strong></td>
|
||||
<td>Makes the selected element <em>italic</em>.</td>
|
||||
<td headers="option"><strong>Italic</strong></td>
|
||||
<td headers="description">Makes the selected element <em>italic</em>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Strikethrough</strong></td>
|
||||
<td>Makes the selected element <span class="linethrough">strikethrough</span>.</td>
|
||||
<td headers="option"><strong>Strikethrough</strong></td>
|
||||
<td headers="description">Makes the selected element <span class="linethrough">strikethrough</span>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Underline</strong></td>
|
||||
<td>Makes the selected element <span class="underline">underlined</span>.</td>
|
||||
<td headers="option"><strong>Underline</strong></td>
|
||||
<td headers="description">Makes the selected element <span class="underline">underlined</span>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<hr>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
|
||||
|
@ -23,51 +23,51 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Insert single proposals automatically</strong></td>
|
||||
<td headers="description">Inserts an element into your code when the Content Assist feature finds only one proposal.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>Insert common prefixes automatically</strong></td>
|
||||
<td>Inserts common prefixes.</td>
|
||||
<td headers="option"><strong>Insert common prefixes automatically</strong></td>
|
||||
<td headers="description">Inserts common prefixes.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>Completion Proposal Filter</strong></td>
|
||||
<td>Completion proposal filters may have been supplied with your Eclipse CDT distribution.
|
||||
<td headers="option"><strong>Completion Proposal Filter</strong></td>
|
||||
<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.
|
||||
Select the desired content assist filter from the list of available filters.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>Enable "." as trigger</strong></td>
|
||||
<td>Enable to use "." as a trigger for auto-completion.</td>
|
||||
<td headers="option"><strong>Enable "." as trigger</strong></td>
|
||||
<td headers="description">Enable to use "." as a trigger for auto-completion.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>Enable "->" as trigger</strong></td>
|
||||
<td>Enable to use "->" as a trigger for auto-completion.</td>
|
||||
<td headers="option"><strong>Enable "->" as trigger</strong></td>
|
||||
<td headers="description">Enable to use "->" as a trigger for auto-completion.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>Enable "::" as trigger</strong></td>
|
||||
<td>Enable to use "::" as a trigger for auto-completion.</td>
|
||||
<td headers="option"><strong>Enable "::" as trigger</strong></td>
|
||||
<td headers="description">Enable to use "::" as a trigger for auto-completion.</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td><strong>delay (ms)</strong></td>
|
||||
<td>Specifies the number of milliseconds before Content Assist is activated.</td>
|
||||
<td headers="option"><strong>delay (ms)</strong></td>
|
||||
<td headers="description">Specifies the number of milliseconds before Content Assist is activated.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<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="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
|
||||
|
@ -23,37 +23,37 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<td><strong>Default Proposal Kinds</strong></td>
|
||||
<td>Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
|
||||
<td headers="option"><strong>Default Proposal Kinds</strong></td>
|
||||
<td headers="description">Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Content Assist Cycling</strong></td>
|
||||
<td>Specifies the order and types of proposals Content Assist will cycle through.</td>
|
||||
<td headers="option"><strong>Content Assist Cycling</strong></td>
|
||||
<td headers="description">Specifies the order and types of proposals Content Assist will cycle through.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Up</strong></td>
|
||||
<td>Moves the selected proposal item up in the cycling list.</td>
|
||||
<td headers="option"><strong>Up</strong></td>
|
||||
<td headers="description">Moves the selected proposal item up in the cycling list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Down</strong></td>
|
||||
<td>Moves the selected proposal item down in the cycling list.</td>
|
||||
<td headers="option"><strong>Down</strong></td>
|
||||
<td headers="description">Moves the selected proposal item down in the cycling list.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<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="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,87 +10,87 @@
|
|||
</head>
|
||||
<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>
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
<caption><strong>Folding Preference Options</strong></caption>
|
||||
<colgroup>
|
||||
<col width="30%" valign="top" >
|
||||
<col width="60%" valign="top" >
|
||||
<col width="10%" valign="top" align="center" >
|
||||
<col width="10%" valign="top" style="text-align:center; >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center" >
|
||||
<td><strong>Option</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<td><strong>Default</strong></td>
|
||||
<tr style="text-align:center; >
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
<th id="default"><strong>Default</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enable folding when opening a new editor</strong></td>
|
||||
<td>If enabled, apply folding rules to the new editor.</td>
|
||||
<td> </td>
|
||||
<td headers="option"><strong>Enable folding when opening a new editor</strong></td>
|
||||
<td headers="description">If enabled, apply folding rules to the new editor.</td>
|
||||
<td headers="default"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Select folding to use</strong></td>
|
||||
<td>Select the folding to use from the available choices.</td>
|
||||
<td> </td>
|
||||
<td headers="option"><strong>Select folding to use</strong></td>
|
||||
<td headers="description">Select the folding to use from the available choices.</td>
|
||||
<td headers="default"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enable folding of preprocessor branches (#if/#endif)</strong></td>
|
||||
<td>If enabled, fold preprocessor branches.</td>
|
||||
<td> </td>
|
||||
<td headers="option"><strong>Enable folding of preprocessor branches (#if/#endif)</strong></td>
|
||||
<td headers="description">If enabled, fold preprocessor branches.</td>
|
||||
<td headers="default"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enable folding of control flow statements (if/else, do/while, for, switch)</strong></td>
|
||||
<td>If enabled, fold control flow statements.</td>
|
||||
<td> </td>
|
||||
<td headers="option"><strong>Enable folding of control flow statements (if/else, do/while, for, switch)</strong></td>
|
||||
<td headers="description">If enabled, fold control flow statements.</td>
|
||||
<td headers="default"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Macros</strong></td>
|
||||
<td>If enabled, fold macro definitions.</td>
|
||||
<td>On</td>
|
||||
<td headers="option"><strong>Macros</strong></td>
|
||||
<td headers="description">If enabled, fold macro definitions.</td>
|
||||
<td headers="default">On</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Functions</strong></td>
|
||||
<td>If enabled, fold functions.</td>
|
||||
<td>Off</td>
|
||||
<td headers="option"><strong>Functions</strong></td>
|
||||
<td headers="description">If enabled, fold functions.</td>
|
||||
<td headers="default">Off</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Methods</strong></td>
|
||||
<td>If enabled, fold methods.</td>
|
||||
<td>Off</td>
|
||||
<td headers="option"><strong>Methods</strong></td>
|
||||
<td headers="description">If enabled, fold methods.</td>
|
||||
<td headers="default">Off</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Structures</strong></td>
|
||||
<td>If enabled, fold structures.</td>
|
||||
<td>On</td>
|
||||
<td headers="option"><strong>Structures</strong></td>
|
||||
<td headers="description">If enabled, fold structures.</td>
|
||||
<td headers="default">On</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Comments</strong></td>
|
||||
<td>If enabled, fold comments.</td>
|
||||
<td>Off</td>
|
||||
<td headers="option"><strong>Comments</strong></td>
|
||||
<td headers="description">If enabled, fold comments.</td>
|
||||
<td headers="default">Off</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Header Comments</strong></td>
|
||||
<td>If enabled, fold header comments.</td>
|
||||
<td>On</td>
|
||||
<td headers="option"><strong>Header Comments</strong></td>
|
||||
<td headers="description">If enabled, fold header comments.</td>
|
||||
<td headers="default">On</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Inactive Preprocessor Branches</strong></td>
|
||||
<td>If enabled, fold inactive processor branches.</td>
|
||||
<td>On</td>
|
||||
<td headers="option"><strong>Inactive Preprocessor Branches</strong></td>
|
||||
<td headers="description">If enabled, fold inactive processor branches.</td>
|
||||
<td headers="default">On</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
||||
|
@ -22,33 +22,33 @@
|
|||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center">
|
||||
<td><strong>Options</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<tr style="text-align:center;">
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Smart caret positioning in identifiers</strong></td>
|
||||
<td>If enabled, there are additional word boundaries inside identifiers.</td>
|
||||
<td headers="option"><strong>Smart caret positioning in identifiers</strong></td>
|
||||
<td headers="description">If enabled, there are additional word boundaries inside identifiers.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Highlight matching brackets</strong></td>
|
||||
<td>When the cursor is beside a bracket, the matching bracket is highlighted.</td>
|
||||
<td headers="option"><strong>Highlight matching brackets</strong></td>
|
||||
<td headers="description">When the cursor is beside a bracket, the matching bracket is highlighted.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Highlight inactive code</strong></td>
|
||||
<td>Highlights inactive code when the cursor is positioned inside it.</td>
|
||||
<td headers="option"><strong>Highlight inactive code</strong></td>
|
||||
<td headers="description">Highlights inactive code when the cursor is positioned inside it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Appearance color options</strong></td>
|
||||
<td>Lists the items for which you can specify a color.</td>
|
||||
<td headers="option"><strong>Appearance color options</strong></td>
|
||||
<td headers="description">Lists the items for which you can specify a color.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Color</strong></td>
|
||||
<td>Specifies the color in which to display the selected item.</td>
|
||||
<td headers="option"><strong>Color</strong></td>
|
||||
<td headers="description">Specifies the color in which to display the selected item.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Documentation tool comments</strong></td>
|
||||
<td>Specifies which documentation tool should be used to determine editor presentation and behaviors. This
|
||||
<td headers="option"><strong>Documentation tool comments</strong></td>
|
||||
<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
|
||||
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>
|
||||
|
@ -56,12 +56,12 @@
|
|||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<hr>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD" >
|
||||
<caption><strong>Hovers Preference Options</strong></caption>
|
||||
|
@ -22,22 +22,22 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Enable editor problem annotation</strong></td>
|
||||
<td>When selected problems found will be highlighted in the editor.</td>
|
||||
<td headers="option"><strong>Enable editor problem annotation</strong></td>
|
||||
<td headers="description">When selected problems found will be highlighted in the editor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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 <Ctrl> key will link to the element's source declaration.</td>
|
||||
<td headers="option"><strong>Text Hover key modifier preferences</strong></td>
|
||||
<td headers="description">You can select hot-keys to enable alternate hover behavior. For example, a mouse over while pressing the <Ctrl> key will link to the element's source declaration.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Pressed key modifier while hovering</strong></td>
|
||||
<td>Enter a key modifier for the selected hover name.</td>
|
||||
<td headers="option"><strong>Pressed key modifier while hovering</strong></td>
|
||||
<td headers="description">Enter a key modifier for the selected hover name.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -49,12 +49,12 @@
|
|||
<dd></dd>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
<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.">
|
||||
|
@ -9,51 +9,51 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>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>
|
||||
<h1 role="main">Mark Occurrences preferences</h1>
|
||||
<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>
|
||||
|
||||
<table width="600px" border="1" cellspacing="0" cellpadding="5">
|
||||
<caption><strong>Mark Occurrences Preference Options</strong></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th><strong>Default</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
<th id="default"><strong>Default</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option">
|
||||
<strong>Mark occurrences of the selected element in the current file</strong>
|
||||
</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.
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="default">
|
||||
On
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="option">
|
||||
<strong>Keep marks when the selection changes</strong>
|
||||
</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.
|
||||
</td>
|
||||
<td valign="top">
|
||||
<td valign="top" headers="default">
|
||||
On
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
|
@ -23,30 +23,30 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><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="option"><strong>Remove trailing whitespace</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Ensure newline at the end of file</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<hr>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
|
@ -23,56 +23,56 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><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="option"><strong>Alert me when scalability mode will be turned on</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Enable scalability mode options when the number of lines in the file is more than</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enable all scalability mode options</strong></td>
|
||||
<td>If enabled, all options below are enabled, too.</td>
|
||||
<td headers="option"><strong>Enable all scalability mode options</strong></td>
|
||||
<td headers="description">If enabled, all options below are enabled, too.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Disable editor live parsing</strong></td>
|
||||
<td>If enabled, parsing while typing will be disabled.
|
||||
<td headers="option"><strong>Disable editor live parsing</strong></td>
|
||||
<td headers="description">If enabled, parsing while typing will be disabled.
|
||||
This disables also other features like Outline view, semantic highlighting, folding, etc.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Disable semantic highlighting</strong></td>
|
||||
<td>If enabled, C/C++ identifiers will not be colored.</td>
|
||||
<td headers="option"><strong>Disable semantic highlighting</strong></td>
|
||||
<td headers="description">If enabled, C/C++ identifiers will not be colored.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Disable syntax coloring</strong></td>
|
||||
<td>If enabled, no coloring of keywords, comments and literals is done.</td>
|
||||
<td headers="option"><strong>Disable syntax coloring</strong></td>
|
||||
<td headers="description">If enabled, no coloring of keywords, comments and literals is done.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Disable parsing-based content assist proposals</strong></td>
|
||||
<td headers="description">If enabled, content assist proposals which require parsing the file will not be available.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Disable content assist auto-activation</strong></td>
|
||||
<td headers="description">If enabled, content assist will not be activated automatically on trigger sequences, like '.', '::' or '->'.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<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="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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
|
@ -23,58 +23,58 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>"Strings"</strong></td>
|
||||
<td>If enabled, automatically close string quotes.</td>
|
||||
<td headers="option"><strong>"Strings"</strong></td>
|
||||
<td headers="description">If enabled, automatically close string quotes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>(Parenthesis) and [square] brackets</strong></td>
|
||||
<td>If enabled, automatically close parenthesis and square brackets.</td>
|
||||
<td headers="option"><strong>(Parenthesis) and [square] brackets</strong></td>
|
||||
<td headers="description">If enabled, automatically close parenthesis and square brackets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong><Angle> brackets</strong></td>
|
||||
<td>If enabled, automatically close angle brackets.</td>
|
||||
<td headers="option"><strong><Angle> brackets</strong></td>
|
||||
<td headers="description">If enabled, automatically close angle brackets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{Braces}</strong></td>
|
||||
<td>If enabled, automatically close curly braces.</td>
|
||||
<td headers="option"><strong>{Braces}</strong></td>
|
||||
<td headers="description">If enabled, automatically close curly braces.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Tab key adjusts indentation of the current line</strong></td>
|
||||
<td headers="description">If enabled, indent the current line when the tab key is pressed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Adjust indentation</strong></td>
|
||||
<td>Adjust the indentation of pasted text to match the current indentation level.</td>
|
||||
<td headers="option"><strong>Adjust indentation</strong></td>
|
||||
<td headers="description">Adjust the indentation of pasted text to match the current indentation level.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Wrap automatically</strong></td>
|
||||
<td>Enable to automatically wrap string literals when they exceed the max line length.</td>
|
||||
<td headers="option"><strong>Wrap automatically</strong></td>
|
||||
<td headers="description">Enable to automatically wrap string literals when they exceed the max line length.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Escape text when pasting into a literal string</strong></td>
|
||||
<td headers="description">If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>New lines and braces</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<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="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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
||||
|
@ -22,27 +22,27 @@
|
|||
<col width="65%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center">
|
||||
<td><strong>Options</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<tr style="text-align:center;">
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>New...</strong></td>
|
||||
<td>Add a new File Type definition.</td>
|
||||
<td headers="option"><strong>New...</strong></td>
|
||||
<td headers="description">Add a new File Type definition.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Remove</strong></td>
|
||||
<td>Remove the currently selected File Type definition.</td>
|
||||
<td headers="option"><strong>Remove</strong></td>
|
||||
<td headers="description">Remove the currently selected File Type definition.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
||||
|
@ -22,30 +22,34 @@
|
|||
<col width="65%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>Follow unindexed header files when producing the outline view</strong></td>
|
||||
<td valign="top">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td>
|
||||
<tr class="hidden">
|
||||
<th id="option">Option</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>Build active configuration in each project</strong></td>
|
||||
<td valign="top">Activate to always build only the active configuration within a project.</td>
|
||||
<td style="width:35%" valign="top" headers="option"><strong>Follow unindexed header files when producing the outline view</strong></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>
|
||||
<td width="35%" valign="top"><strong>Build all configurations in each project</strong></td>
|
||||
<td valign="top">Activate to always build all the configurations within a project.</td>
|
||||
<td style="width:35%" valign="top" headers="option"><strong>Build active configuration in each project</strong></td>
|
||||
<td valign="top" headers="description">Activate to always build only the active configuration within a project.</td>
|
||||
</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 valign="top">Activate to build only when there are have been changes to any project and Eclipse resources.</td>
|
||||
<td style="width:35%" valign="top" headers="option"><strong>Build all configurations in each project</strong></td>
|
||||
<td valign="top" headers="description">Activate to always build all the configurations within a project.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>Clear all 'do not show again' settings and show all hidden dialogs again</strong></td>
|
||||
<td valign="top">Activate to reset all alert settings and show all hidden dialogs.</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" 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>
|
||||
</tbody>
|
||||
</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>
|
||||
<a href="cdt_o_views.htm">Views</a></p>
|
||||
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,103 +10,103 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<h3>Call Hierarchy view toolbar commands </h3>
|
||||
<h2>Call Hierarchy view toolbar commands </h2>
|
||||
|
||||
<p>The Call Hierarchy view toolbar commands include:</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<tr>
|
||||
<td width="10%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="30%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="60%"><div align="center"><strong>Description</strong></div></td>
|
||||
<th style="width:10%" id="command"><strong>Command</strong></th>
|
||||
<th style="width:30%" id="name"><strong>Name</strong></th>
|
||||
<th style="width:60%" id="description"><strong>Description</strong></th>
|
||||
</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"><strong>Show Next Reference</strong></td>
|
||||
<td valign="top">Selects the next function.</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" headers="name"><strong>Show Next Reference</strong></td>
|
||||
<td valign="top" headers="description">Selects the next function.</td>
|
||||
</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"><strong>Show Previous Reference</strong></td>
|
||||
<td valign="top">Selects the previous function.</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" headers="name"><strong>Show Previous Reference</strong></td>
|
||||
<td valign="top" headers="description">Selects the previous function.</td>
|
||||
</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"><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="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" headers="name"><strong>Hide Variables, Constants and Enumerators</strong></td>
|
||||
<td valign="top" headers="description">Toggle to show or hide all variables, constants and enumerators in the view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div 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">Show all callers in the search scope of the selected function.</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" headers="name"><strong>Show Callers</strong></td>
|
||||
<td valign="top" headers="description">Show all callers in the search scope of the selected function.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div 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">Show all members called by the currently selected function.</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" headers="name"><strong>Show Callees</strong></td>
|
||||
<td valign="top" headers="description">Show all members called by the currently selected function.</td>
|
||||
</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"><strong>Show History List</strong></td>
|
||||
<td valign="top">This menu displays a history of previously displayed call hierarchies.</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" headers="name"><strong>Show History List</strong></td>
|
||||
<td valign="top" headers="description">This menu displays a history of previously displayed call hierarchies.</td>
|
||||
</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"><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="command"><div style="text-align:center;"><img src="../images/icon_refresh_view_contents.png" alt="Refresh View Contents icon" ></div></td>
|
||||
<td valign="top" headers="name"><strong>Refresh View Contents</strong></td>
|
||||
<td valign="top" headers="description">Refreshes the view to reflect the current state of the function.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div 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">Provides commands for: <ul><li>Using working sets</li>
|
||||
<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" headers="name"><strong>View Menu</strong></td>
|
||||
<td valign="top" headers="description">Provides commands for: <ul><li>Using working sets</li>
|
||||
<li>Showings Callers or Callees</li>
|
||||
<li>Show or hide file names</li>
|
||||
<li>Activate or deactivate filters</li></ul></td>
|
||||
</tr>
|
||||
</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>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<tr>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="75%"><div align="center"><strong>Description</strong></div></td>
|
||||
<th style="width:25%" id="name2"><strong>Name</strong></th>
|
||||
<th style="width:75%" id="description2"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Show Reference</strong></td>
|
||||
<td valign="top">Opens an editor view containing the referenced function call.</td>
|
||||
<td valign="top" headers="name2"><strong>Show Reference</strong></td>
|
||||
<td valign="top" headers="description2">Opens an editor view containing the referenced function call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Open</strong></td>
|
||||
<td valign="top">Opens an editor view containing the function reference.</td>
|
||||
<td valign="top" headers="name2"><strong>Open</strong></td>
|
||||
<td valign="top" headers="description2">Opens an editor view containing the function reference.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Focus on</strong></td>
|
||||
<td valign="top">Resets the view to show the selected function.</td>
|
||||
<td valign="top" headers="name2"><strong>Focus on</strong></td>
|
||||
<td valign="top" headers="description2">Resets the view to show the selected function.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Refactor...</strong></td>
|
||||
<td valign="top">Opens the <strong>Rename global function</strong> dialog.</td>
|
||||
<td valign="top" headers="name2"><strong>Refactor...</strong></td>
|
||||
<td valign="top" headers="description2">Opens the <strong>Rename global function</strong> dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="name2"><strong>Declarations</strong></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>
|
||||
<td valign="top"><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="name2"><strong>References</strong></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>
|
||||
</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>
|
||||
<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>
|
||||
<hr >
|
||||
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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 > Preferences > C/C++ > Templates</strong>.</p>
|
||||
<p><img src="../images/code_templates.png" alt="Templates Preferences"></p>
|
||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||
|
@ -23,53 +23,53 @@ import, or create your own templates click <strong>Window > Preferences >
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>New...</strong></td>
|
||||
<td>Opens the <strong>New Template</strong> dialog to create a new template.</td>
|
||||
<td headers="option"><strong>New...</strong></td>
|
||||
<td headers="description">Opens the <strong>New Template</strong> dialog to create a new template.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Edit...</strong></td>
|
||||
<td>Opens the <strong>Edit Template</strong> dialog to edit the selected template.</td>
|
||||
<td headers="option"><strong>Edit...</strong></td>
|
||||
<td headers="description">Opens the <strong>Edit Template</strong> dialog to edit the selected template.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Remove</strong></td>
|
||||
<td>Removes the selected templates from the list.</td>
|
||||
<td headers="option"><strong>Remove</strong></td>
|
||||
<td headers="description">Removes the selected templates from the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Restore Removed</strong></td>
|
||||
<td>Restores templates deleted by the last Remove action.</td>
|
||||
<td headers="option"><strong>Restore Removed</strong></td>
|
||||
<td headers="description">Restores templates deleted by the last Remove action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Revert to Default</strong></td>
|
||||
<td headers="description">Removes the last edits made to the selected template restoring it to it's unmodified state.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Import...</strong></td>
|
||||
<td>Imports a template.</td>
|
||||
<td headers="option"><strong>Import...</strong></td>
|
||||
<td headers="description">Imports a template.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Export...</strong></td>
|
||||
<td>Exports the selected templates.</td>
|
||||
<td headers="option"><strong>Export...</strong></td>
|
||||
<td headers="description">Exports the selected templates.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Use code formatter</strong></td>
|
||||
<td>Enable to apply the currently selected code style to the template.</td>
|
||||
<td headers="option"><strong>Use code formatter</strong></td>
|
||||
<td headers="description">Enable to apply the currently selected code style to the template.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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_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>
|
||||
<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="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<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>
|
||||
|
||||
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
|
||||
|
@ -24,66 +24,66 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><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="option"><strong>Always clear console before building</strong></td>
|
||||
<td headers="description">Select this option to clear the contents of the Console view every time you perform a build.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Open console when building</strong></td>
|
||||
<td>Select this option to open the Console view when you perform a build.</td>
|
||||
<td headers="option"><strong>Open console when building</strong></td>
|
||||
<td headers="description">Select this option to open the Console view when you perform a build.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Bring console to top when building (if present)</strong></td>
|
||||
<td headers="description">Select this option to make the Console view the active window when you perform a build.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Limit console output (#lines)</strong></td>
|
||||
<td>Specify the maximum number of lines that can display in the Console view.</td>
|
||||
<td headers="option"><strong>Limit console output (#lines)</strong></td>
|
||||
<td headers="description">Specify the maximum number of lines that can display in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Display tab width</strong></td>
|
||||
<td>Specify the number of spaces for a tab.</td>
|
||||
<td headers="option"><strong>Display tab width</strong></td>
|
||||
<td headers="description">Specify the number of spaces for a tab.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Output text color</strong></td>
|
||||
<td>Customize the color of text in the Console view.</td>
|
||||
<td headers="option"><strong>Output text color</strong></td>
|
||||
<td headers="description">Customize the color of text in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Information message text color</strong></td>
|
||||
<td>Customize the color of information text messages in the Console view.</td>
|
||||
<td headers="option"><strong>Information message text color</strong></td>
|
||||
<td headers="description">Customize the color of information text messages in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Error message text color</strong></td>
|
||||
<td>Customize the color of error messages in the Console view.</td>
|
||||
<td headers="option"><strong>Error message text color</strong></td>
|
||||
<td headers="description">Customize the color of error messages in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Background color</strong></td>
|
||||
<td>Customize the background color in the Console view.</td>
|
||||
<td headers="option"><strong>Background color</strong></td>
|
||||
<td headers="description">Customize the background color in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Background color for build problems</strong></td>
|
||||
<td>Customize the background color of build problems in the Console view.</td>
|
||||
<td headers="option"><strong>Background color for build problems</strong></td>
|
||||
<td headers="description">Customize the background color of build problems in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Highlighting color for build problems</strong></td>
|
||||
<td>Customize the highlighting color of build problems in the Console view.</td>
|
||||
<td headers="option"><strong>Highlighting color for build problems</strong></td>
|
||||
<td headers="description">Customize the highlighting color of build problems in the Console view.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<hr>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,10 +9,10 @@
|
|||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<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><img border="0" src="../images/view_console.png" alt="Console 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=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 src="../images/view_console.png" alt="Console View"></p>
|
||||
|
||||
The output console shows several different kinds of text, each in a different color:
|
||||
<p></p>
|
||||
|
@ -38,55 +38,55 @@ to open code in an editor when error parsers are able to determine file and line
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Icon</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
<th id="icon">Icon</th>
|
||||
<th id="icon-name">Name</th>
|
||||
<th id="icon-description">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_next_error.png" alt="next error icon"></td>
|
||||
<td valign="top">Next Error</td>
|
||||
<td valign="top">Show the next error in the Console view.</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" headers="icon-name">Next Error</td>
|
||||
<td valign="top" headers="icon-description">Show the next error in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_prev_error.png" alt="previous error icon"></td>
|
||||
<td valign="top">Previous Error</td>
|
||||
<td valign="top">Show the previous error in the Console view.</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" headers="icon-name">Previous Error</td>
|
||||
<td valign="top" headers="icon-name">Show the previous error in the Console view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_show_error.png" alt="show error icon"></td>
|
||||
<td valign="top">Show Error in Editor</td>
|
||||
<td valign="top">Toggle to synchronize the selected error with the Editor view (default).</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" headers="icon-name">Show Error in Editor</td>
|
||||
<td valign="top" headers="icon-description">Toggle to synchronize the selected error with the Editor view (default).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_save_output_file.png" alt="save output file icon"></td>
|
||||
<td valign="top">Copy Build Log</td>
|
||||
<td valign="top">Copy build output to file.</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" headers="icon-name">Copy Build Log</td>
|
||||
<td valign="top" headers="icon-description">Copy build output to file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
|
||||
<td valign="top">Scroll Lock</td>
|
||||
<td valign="top">Toggles the Scroll Lock.</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" headers="icon-name">Scroll Lock</td>
|
||||
<td valign="top" headers="icon-description">Toggles the Scroll Lock.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_clear_console.png" alt="Clear Console icon"></td>
|
||||
<td valign="top">Clear Console</td>
|
||||
<td valign="top">Clears the current console.</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" headers="icon-name">Clear Console</td>
|
||||
<td valign="top" headers="icon-description">Clears the current console.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
|
||||
<td valign="top">Pin Console</td>
|
||||
<td valign="top">Forces the Console view to remain on top of other views in the window area.</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" headers="icon-name">Pin Console</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>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
|
||||
<td valign="top">Display Selected Console</td>
|
||||
<td valign="top">If multiple consoles are open, you can select the one to display from a list.</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" headers="icon-name">Display Selected Console</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>
|
||||
<td align="center" valign="top"><img src="../images/icon_open_console.png" alt="open Console icon"></td>
|
||||
<td valign="top">Open Console</td>
|
||||
<td valign="top">Opens a new console to display the log for: <br>
|
||||
<td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_open_console.png" alt="open Console icon"></td>
|
||||
<td valign="top" headers="icon-name">Open Console</td>
|
||||
<td valign="top" headers="icon-description">Opens a new console to display the log for: <br>
|
||||
<ul>
|
||||
<li>New Console View</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>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
<th id="name">Name</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td><strong>Clear</strong></td>
|
||||
<td>Clears the current console.</td>
|
||||
<td headers="name"><strong>Clear</strong></td>
|
||||
<td headers="description">Clears the current console.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="name"><strong>Editor options: Cut, Copy, Paste, Select All</strong></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>
|
||||
<td><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="name"><strong>Go to Line</strong></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>
|
||||
<td><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="name"><strong>Find/Replace...</strong></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>
|
||||
<td><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="name"><strong>Open Link</strong></td>
|
||||
<td headers="description">Select to follow a detected hyperlink in any console view that supports. For example, the CVS console.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Scroll Lock</strong></td>
|
||||
<td>Toggles the Scroll Lock.</td>
|
||||
<td headers="name"><strong>Scroll Lock</strong></td>
|
||||
<td headers="description">Toggles the Scroll Lock.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,10 +10,10 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>C/C++ Projects view</h1>
|
||||
<h1 role="main">C/C++ Projects view</h1>
|
||||
<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>
|
||||
<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>
|
||||
<li>Browse the elements of C/C++ source files</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" >
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>Icon</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
<th id="icon">Icon</th>
|
||||
<th id="name">Name</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Icon"></td>
|
||||
<td valign="top"><strong>Minimize</strong></td>
|
||||
<td valign="top">Minimizes the view.</td>
|
||||
<td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_min.png" alt="Minimize Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Minimize</strong></td>
|
||||
<td valign="top" headers="description">Minimizes the view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Icon"></td>
|
||||
<td valign="top"><strong>Maximize</strong></td>
|
||||
<td valign="top">Maximizes the view.</td>
|
||||
<td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_max.png" alt="Maximize Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Maximize</strong></td>
|
||||
<td valign="top" headers="description">Maximizes the view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
|
||||
<td valign="top"><strong>Back</strong></td>
|
||||
<td valign="top">This command displays the hierarchy that was displayed immediately prior to the current display.
|
||||
<td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_back.png" alt="Back Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Back</strong></td>
|
||||
<td valign="top" headers="description">This command displays the hierarchy that was displayed immediately prior to the current display.
|
||||
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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_forward.png" alt="Forward Icon"></td>
|
||||
<td valign="top"><strong>Forward</strong></td>
|
||||
<td valign="top">This command displays the hierarchy that was displayed immediately after the current display.
|
||||
<td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_forward.png" alt="Forward Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Forward</strong></td>
|
||||
<td valign="top" headers="description">This command displays the hierarchy that was displayed immediately after the current display.
|
||||
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. The
|
||||
hover help for this button tells you where it will take you.
|
||||
This command is similar to the Forward button in a web browser.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_up.png" alt="Up Icon"></td>
|
||||
<td valign="top"><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 style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_up.png" alt="Up Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Up</strong></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>
|
||||
<td align="center" valign="top"><img src="../images/icon_collapse_all.png" alt="Collapse All Icon"></td>
|
||||
<td valign="top"><strong>Collapse All</strong></td>
|
||||
<td valign="top">This command collapses the tree expansion state of all resources in the view.</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" headers="name"><strong>Collapse All</strong></td>
|
||||
<td valign="top" headers="description">This command collapses the tree expansion state of all resources in the view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_link_with_editor.png" alt="Link with Editor Icon"></td>
|
||||
<td valign="top"><strong>Link with Editor</strong></td>
|
||||
<td valign="top">This command toggles whether the view selection is linked to the active editor.
|
||||
<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" headers="name"><strong>Link with Editor</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_menu.png" alt="View Menu Icon"></td>
|
||||
<td valign="top"><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 style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_menu.png" alt="View Menu Icon"></td>
|
||||
<td valign="top" headers="name"><strong>Menu</strong></td>
|
||||
<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>
|
||||
<p><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>
|
||||
<p><dt>Deselect Working Set</dt>
|
||||
<dd>Deselects the current working set. </dd><p></p>
|
||||
<p><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>
|
||||
<p><dt>Filters</dt>
|
||||
<dt>Select Working Set</dt>
|
||||
<dd>Opens the <strong>Select Working Set</strong> dialog to allow selecting a working set for the view.<br><br></dd>
|
||||
<dt>Deselect Working Set</dt>
|
||||
<dd>Deselects the current working set. <br><br></dd>
|
||||
<dt>Edit Active Working Set</dt>
|
||||
<dd>Opens the <strong>Edit Working Set</strong> dialog to allow changing the current working set.<br><br></dd>
|
||||
<dt>Filters</dt>
|
||||
<dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed.
|
||||
File types selected in the list will not be shown in the C/C++ Projects view.<dd><p></p>
|
||||
<p><dt>Link with Editor</dt>
|
||||
<dd>See the toolbar item description above.</dd><p></p>
|
||||
File types selected in the list will not be shown in the C/C++ Projects view.<br><br><dd>
|
||||
<dt>Link with Editor</dt>
|
||||
<dd>See the toolbar item description above.<br><br></dd>
|
||||
</dl></td>
|
||||
</tr>
|
||||
</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%">
|
||||
<tr>
|
||||
<td width="19%" align="center"><strong>Icon</strong></td>
|
||||
<td width="81%"><strong>Description</strong></td>
|
||||
<th style="width:19%" id="icon2"><strong>Icon</strong></th>
|
||||
<th style="width:81%" id="description2"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td>
|
||||
<td width="81%">C or C++ file</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/c_file_obj.gif" width="16" height="16" alt="C or C++ file Icon"></td>
|
||||
<td style="width:81%" headers="description2">C or C++ file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" 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:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/c_exe_obj.png" width="16" height="16" alt="Executable file icon"></td>
|
||||
<td style="width:81%" headers="description2">Debuggable executable file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" 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:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/c_object_file.png" width="16" height="17" alt="C or C++ object file icon"></td>
|
||||
<td style="width:81%" headers="description2">Object file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td>
|
||||
<td width="81%">Class</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/class_obj.gif" width="16" height="16" alt="Class Icon"></td>
|
||||
<td style="width:81%" headers="description2">Class</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td>
|
||||
<td width="81%">Macro Definition</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/define_obj.gif" width="16" height="16" alt="Macro Definition Icon"></td>
|
||||
<td style="width:81%" headers="description2">Macro Definition</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td>
|
||||
<td width="81%">Enum</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/enum_obj.gif" width="16" height="16" alt="Enum Icon"></td>
|
||||
<td style="width:81%" headers="description2">Enum</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td>
|
||||
<td width="81%">Enumerator</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator Icon"></td>
|
||||
<td style="width:81%" headers="description2">Enumerator</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td>
|
||||
<td width="81%">Variable</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/var_declaration_obj.gif" width="16" height="16" alt="Variable Icon"></td>
|
||||
<td style="width:81%" headers="description2">Variable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
|
||||
<td width="81%">Field private</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/field_private_obj.gif" width="16" height="16" alt="Field private icon"></td>
|
||||
<td style="width:81%" headers="description2">Field private</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
|
||||
<td width="81%">Field protected</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/field_protected_obj.gif" width="16" height="16" alt="Field protected icon"></td>
|
||||
<td style="width:81%" headers="description2">Field protected</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
|
||||
<td width="81%">Field public</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/field_public_obj.gif" width="16" height="16" alt="Field public icon"></td>
|
||||
<td style="width:81%" headers="description2">Field public</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
|
||||
<td width="81%">Include</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
|
||||
<td style="width:81%" headers="description2">Include</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
|
||||
<td width="81%">Makefile</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/makefile.gif" width="16" height="16" alt="Makefile icon"></td>
|
||||
<td style="width:81%" headers="description2">Makefile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
|
||||
<td width="81%">Method private</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/method_private_obj.gif" width="16" height="16" alt="Method private icon"></td>
|
||||
<td style="width:81%" headers="description2">Method private</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
|
||||
<td width="81%">Method protected</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/method_protected_obj.gif" width="16" height="16" alt="Method protected icon"></td>
|
||||
<td style="width:81%" headers="description2">Method protected</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
|
||||
<td width="81%">Method public</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/method_public_obj.gif" width="16" height="16" alt="Method public icon"></td>
|
||||
<td style="width:81%" headers="description2">Method public</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
|
||||
<td width="81%">Namespace</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/namespace_obj.gif" width="16" height="16" alt="Namespace icon"></td>
|
||||
<td style="width:81%" headers="description2">Namespace</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td>
|
||||
<td width="81%">Namespace declared</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/namespace_declared_obj.png" width="17" height="16" alt="Namespace declared icon"></td>
|
||||
<td style="width:81%" headers="description2">Namespace declared</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
|
||||
<td width="81%">Struct</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
|
||||
<td style="width:81%" headers="description2">Struct</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
|
||||
<td width="81%">Type definition</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
|
||||
<td style="width:81%" headers="description2">Type definition</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
|
||||
<td width="81%">Union</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
|
||||
<td style="width:81%" headers="description2">Union</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="19%" align="center">
|
||||
<img border="0" src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
|
||||
<td width="81%">Function</td>
|
||||
<td style="width:19%" style="text-align:center;" headers="icon2">
|
||||
<img src="../images/function_obj.gif" width="16" height="16" alt="Function icon"></td>
|
||||
<td style="width:81%" headers="description2">Function</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
|
@ -22,40 +22,40 @@
|
|||
<col width="75%" valign="top" >
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>Option</th>
|
||||
<th>Description</th>
|
||||
<th id="option">Option</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Target Name</strong></td>
|
||||
<td valign="top">Name of the Make Target.</td>
|
||||
<td valign="top" headers="option"><strong>Target Name</strong></td>
|
||||
<td valign="top" headers="description">Name of the Make Target.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Make Target</strong></td>
|
||||
<td valign="top">The reference to the make section in your makefile.</td>
|
||||
<td valign="top" headers="option"><strong>Make Target</strong></td>
|
||||
<td valign="top" headers="description">The reference to the make section in your makefile.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Use default</strong></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>
|
||||
<td valign="top"><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="option"><strong>Build command</strong></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>
|
||||
<td valign="top"><strong>Stop on first build error</strong></td>
|
||||
<td valign="top">Stops the build when an error occurs.</td>
|
||||
<td valign="top" headers="option"><strong>Stop on first build error</strong></td>
|
||||
<td valign="top" headers="description">Stops the build when an error occurs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Run all project builders</strong></td>
|
||||
<td valign="top">Runs additional project builders such as discovery.</td>
|
||||
<td valign="top" headers="option"><strong>Run all project builders</strong></td>
|
||||
<td valign="top" headers="description">Runs additional project builders such as discovery.</td>
|
||||
</tr>
|
||||
</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>
|
||||
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
|
||||
<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_addmaketarget.htm">Creating a Make Target</a><br>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -8,21 +8,21 @@
|
|||
</head>
|
||||
|
||||
<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> <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 > Layout > 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> 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>
|
||||
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
|
||||
<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>
|
||||
<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>
|
||||
<a href="cdt_u_dbg_view.htm">Debug View</a></p>
|
||||
</body>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<table width="600px" cellpadding="4" cellspacing="0" border="1" >
|
||||
|
@ -22,30 +22,30 @@
|
|||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center" >
|
||||
<td><strong>Options</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<tr style="text-align:center;" >
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>New...</strong></td>
|
||||
<td valign="top">To create a new breakpoint action, click <strong>New</strong>.</td>
|
||||
<td valign="top" headers="option"><strong>New...</strong></td>
|
||||
<td valign="top" headers="description">To create a new breakpoint action, click <strong>New</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Edit...</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>
|
||||
<td valign="top"><strong>Delete</strong></td>
|
||||
<td valign="top">To delete the currently selected action, click <strong>Delete</strong>. </td>
|
||||
<td valign="top" headers="option"><strong>Delete</strong></td>
|
||||
<td valign="top" headers="description">To delete the currently selected action, click <strong>Delete</strong>. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<hr>
|
||||
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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><img src="../images/view_debug_prefs.png" ALT="C/C++ Debug preferences panel" ></p>
|
||||
|
@ -20,44 +20,48 @@
|
|||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Show full paths</strong></td>
|
||||
<td valign="top">Displays the full path of resources.</td>
|
||||
<tr class="hidden">
|
||||
<th id="option">Option</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Default variable format</strong></td>
|
||||
<td valign="top">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Show full paths</strong></td>
|
||||
<td valign="top" headers="description">Displays the full path of resources.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Default expression format</strong></td>
|
||||
<td valign="top">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Default variable format</strong></td>
|
||||
<td valign="top" headers="description">Specifies the number system in which to display variables (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Default register format</strong></td>
|
||||
<td valign="top">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Default expression format</strong></td>
|
||||
<td valign="top" headers="description">Specifies the number system in which to display expressions (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Maximum number of displayed instructions</strong></td>
|
||||
<td valign="top">The maximum number of assembler instructions displayed in the Disassembly view.</td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Default register format</strong></td>
|
||||
<td valign="top" headers="description">Specifies the number system in which to display registers (Natural, Hexadecimal, Decimal, or Binary).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" valign="top"><strong>Color of source lines</strong></td>
|
||||
<td valign="top">The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Maximum number of displayed instructions</strong></td>
|
||||
<td valign="top" headers="description">The maximum number of assembler instructions displayed in the Disassembly view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Show source files in binaries </strong></td>
|
||||
<td valign="top">Show source files associated with project binaries. </td>
|
||||
<td style="width:30%" valign="top" headers="option"><strong>Color of source lines</strong></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>
|
||||
</tbody>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<a href="cdt_o_views.htm">Views</a></p>
|
||||
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
|||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center">
|
||||
<td valign="top"><strong>Options</strong></td>
|
||||
<td><strong>Description</strong></td>
|
||||
<tr style="text-align:center;">
|
||||
<th valign="top" id="option"><strong>Options</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="99" valign="top"><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:99" valign="top" headers="option"><strong>Add...</strong></td>
|
||||
<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>
|
||||
<li>Absolute File Path</li>
|
||||
<li>Compilation Directory</li>
|
||||
|
@ -46,20 +46,20 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Edit...</strong></td>
|
||||
<td>Opens the <strong>Edit File System Directory</strong> dialog to modify the currently selected source container.</td>
|
||||
<td valign="top" headers="option"><strong>Edit...</strong></td>
|
||||
<td headers="description">Opens the <strong>Edit File System Directory</strong> dialog to modify the currently selected source container.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Remove</strong></td>
|
||||
<td>Remove the currently selected source container.</td>
|
||||
<td valign="top" headers="option"><strong>Remove</strong></td>
|
||||
<td headers="description">Remove the currently selected source container.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Up</strong></td>
|
||||
<td>Move the currently selected source container higher in the list.</td>
|
||||
<td valign="top" headers="option"><strong>Up</strong></td>
|
||||
<td headers="description">Move the currently selected source container higher in the list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Down</strong></td>
|
||||
<td>Move the currently selected source container lower in the list.</td>
|
||||
<td valign="top" headers="option"><strong>Down</strong></td>
|
||||
<td headers="description">Move the currently selected source container lower in the list.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<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>The number beside the thread label is a reference counter, not a
|
||||
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>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<th width="76" valign="top"><center>
|
||||
<th style="width: 76" valign="top" id="icon">
|
||||
Icons
|
||||
</center></th>
|
||||
<th width="169" valign="top">Session item </th>
|
||||
<th width="317" valign="top">Description </th>
|
||||
</th>
|
||||
<th style="width:169" valign="top" id="session">Session item </th>
|
||||
<th style="width:317" valign="top" id="description">Description </th>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td width="169" valign="top">Launch instance </td>
|
||||
<td width="317" valign="top">Launch configuration name and launch type </td>
|
||||
</td>
|
||||
<td style="width:169" valign="top" headers="session">Launch instance </td>
|
||||
<td style="width:317" valign="top" headers="description">Launch configuration name and launch type </td>
|
||||
</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 src="../images/icon_db_debug.png" width="16" height="17" alt="Debugger instance icon">
|
||||
</center> </td>
|
||||
<td width="169" valign="top">Debugger instance </td>
|
||||
<td width="317" valign="top">Debugger name and state</td>
|
||||
</td>
|
||||
<td style="width:169" valign="top" headers="session">Debugger instance </td>
|
||||
<td style="width:317" valign="top" headers="description">Debugger name and state</td>
|
||||
</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"> <img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> <img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16">
|
||||
</center> </td>
|
||||
<td width="169" valign="top">Thread instance </td>
|
||||
<td width="317" valign="top">Thread number and state</td>
|
||||
</td>
|
||||
<td style="width:169" valign="top" headers="session">Thread instance </td>
|
||||
<td style="width:317" valign="top" headers="description">Thread number and state</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td width="169" valign="top">Stack frame instance </td>
|
||||
<td width="317" valign="top">Stack frame number, function, file name, and file line number </td>
|
||||
</td>
|
||||
<td style="width:169" valign="top" headers="session">Stack frame instance </td>
|
||||
<td style="width:317" valign="top" headers="description">Stack frame number, function, file name, and file line number </td>
|
||||
</tr>
|
||||
</table>
|
||||
<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
|
||||
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>
|
||||
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<th width="45" align="left"><center>
|
||||
<th style="width:45" style="text-align:left" id="icon2">
|
||||
Icons
|
||||
</center></th>
|
||||
<th align="left" valign="bottom" width="211">Action</th>
|
||||
<th align="left" width="638">Description</th>
|
||||
</th>
|
||||
<th style="text-align:left" style="width:211" id="action">Action</th>
|
||||
<th style="text-align:left" style="width:638" id="description2">Description</th>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Remove All Terminated Launches </strong></td>
|
||||
<td align="left" valign="top">Clears all terminated processes in Debug view</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Remove All Terminated Launches </strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description2">Clears all terminated processes in Debug view</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top"> <center> </center> </td>
|
||||
<td align="left" valign="top"><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="icon2"> </td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Connect to a Process</strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description2">Enables the selection of a running process to debug.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Restart</strong></td>
|
||||
<td align="left" valign="top">Starts a new debug session for the selected process</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Restart</strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description2">Starts a new debug session for the selected process</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Resume</strong></td>
|
||||
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Resume</strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Suspend</strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td width="211" align="left" valign="top"><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>
|
||||
<td style="width:211" style="text-align:left" valign="top" headers="action"><strong>Terminate </strong></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>
|
||||
<td width="45" align="left" valign="top"> <center>
|
||||
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
|
||||
</center> </td>
|
||||
<td width="211" align="left" valign="top"><strong>Disconnect</strong></td>
|
||||
<td width="638" align="left" valign="top">Detaches the debugger from the selected process (useful for
|
||||
<td style="width:45" style="text-align:left" valign="top" headers="icon2">
|
||||
<img src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
|
||||
</td>
|
||||
<td style="width:211" style="text-align:left" valign="top" headers="action"><strong>Disconnect</strong></td>
|
||||
<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>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Step Into </strong></td>
|
||||
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Step Into </strong></td>
|
||||
<td headers="description2">Select to execute the current line, including any routines, and proceed to the next statement.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Step Over </strong></td>
|
||||
<td>Select to execute the current line, following execution inside a routine.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Step Over </strong></td>
|
||||
<td headers="description2">Select to execute the current line, following execution inside a routine.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Step Return </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Drop to Frame </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Instruction Stepping Mode </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Use Step Filters </strong></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>
|
||||
<td align="left" valign="top"><center>
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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="icon2">
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="action"><strong>Menu</strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description2"><p>Use the Debug view menu to:</p>
|
||||
<ul>
|
||||
<li>change the layout of debug view (tree vs. breadcrumb)</li>
|
||||
<li>alternate showing of full or no paths on source files</li>
|
||||
|
@ -180,150 +180,150 @@ debugging attached processes).</td>
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Debug view context menu commands </h3>
|
||||
<h2>Debug view context menu commands </h2>
|
||||
<p>The Debug view context menu commands include:</p>
|
||||
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<td align="center"><strong>Icons</strong></td>
|
||||
<td align="center"><strong>Name</strong></td>
|
||||
<td align="center"><strong>Description</strong></td>
|
||||
<th style="text-align:center;" id="icon3"><strong>Icons</strong></th>
|
||||
<th style="text-align:center;" id="name"><strong>Name</strong></th>
|
||||
<th style="text-align:center;" id="description3"><strong>Description</strong></th>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td><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>
|
||||
<td headers="name"><strong>Copy Stack </strong></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>
|
||||
<td align="left"><center>
|
||||
</center> </td>
|
||||
<td><strong>Find...</strong></td>
|
||||
<td>Opens the debug view element searching dialog.</td>
|
||||
<td style="text-align:left" headers="icon3">
|
||||
</td>
|
||||
<td headers="name"><strong>Find...</strong></td>
|
||||
<td valign="top" headers="description3">Opens the debug view element searching dialog.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td><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>
|
||||
<td headers="name"><strong>Drop To Frame </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Step Into </strong></td>
|
||||
<td>Select to execute the current line, including any routines, and proceed to the next statement.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Step Into </strong></td>
|
||||
<td valign="top" headers="description3">Select to execute the current line, including any routines, and proceed to the next statement.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Step Over </strong></td>
|
||||
<td>Select to execute the current line, following execution inside a routine.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Step Over </strong></td>
|
||||
<td valign="top" headers="description3">Select to execute the current line, following execution inside a routine.</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Step Return </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Instruction Stepping Mode </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Use Step Filters </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td><strong>Resume Without Signal </strong></td>
|
||||
<td valign="top">Resume program execution after receiving the signal. </td>
|
||||
</td>
|
||||
<td headers="name"><strong>Resume Without Signal </strong></td>
|
||||
<td valign="top" headers="description3">Resume program execution after receiving the signal. </td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Resume</strong></td>
|
||||
<td align="left" valign="top">Select the Resume command to resume execution of the currently suspended debug target.</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Resume</strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Suspend</strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Terminate </strong></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>
|
||||
<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">
|
||||
</center> </td>
|
||||
<td><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>
|
||||
<td headers="name"><strong>Terminate and Relaunch </strong></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>
|
||||
<td align="left" valign="top"> <center>
|
||||
<img border="0" src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><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="icon3">
|
||||
<img src="../images/icon_disconnect.gif" width="16" height="16" alt="Disconnect icon">
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Disconnect</strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description3">Detaches the debugger from the selected process (useful for
|
||||
debugging attached processes)</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td align="left" valign="top"><strong>Remove All Terminated </strong></td>
|
||||
<td align="left" valign="top">Clears all terminated processes in Debug view</td>
|
||||
</td>
|
||||
<td style="text-align:left" valign="top" headers="name"><strong>Remove All Terminated </strong></td>
|
||||
<td style="text-align:left" valign="top" headers="description3">Clears all terminated processes in Debug view</td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td><strong>Terminate and Remove </strong></td>
|
||||
<td>Terminates the selected debug target and removes it from the view. </td>
|
||||
</td>
|
||||
<td headers="name"><strong>Terminate and Remove </strong></td>
|
||||
<td valign="top" headers="description3">Terminates the selected debug target and removes it from the view. </td>
|
||||
</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">
|
||||
</center> </td>
|
||||
<td><strong>Terminate/Disconnect All </strong></td>
|
||||
<td>Terminates or disconnects all active launches in the view. </td>
|
||||
</td>
|
||||
<td headers="name"><strong>Terminate/Disconnect All </strong></td>
|
||||
<td valign="top" headers="description3">Terminates or disconnects all active launches in the view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><center>
|
||||
</center> </td>
|
||||
<td><strong>Properties</strong></td>
|
||||
<td>Opens the <strong>Properties for</strong> window showing the process properties. </td>
|
||||
<td style="text-align:left" headers="icon3">
|
||||
</td>
|
||||
<td headers="name"><strong>Properties</strong></td>
|
||||
<td valign="top" headers="description3">Opens the <strong>Properties for</strong> window showing the process properties. </td>
|
||||
</tr>
|
||||
</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>
|
||||
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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">
|
||||
|
||||
<p></p>
|
||||
|
@ -23,41 +23,41 @@
|
|||
<col width="65%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center">
|
||||
<td ><strong>Options</strong></td>
|
||||
<td ><strong>Description</strong></td>
|
||||
<tr style="text-align:center;">
|
||||
<th id="option"><strong>Options</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Show Full Paths</strong></td>
|
||||
<td>Select this checkbox to show the full path to files and directories.</td>
|
||||
<td headers="option"><strong>Show Full Paths</strong></td>
|
||||
<td headers="description">Select this checkbox to show the full path to files and directories.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Default variable format</strong></td>
|
||||
<td>Select the default variable format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
<td headers="option"><strong>Default variable format</strong></td>
|
||||
<td headers="description">Select the default variable format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Default expression format</strong></td>
|
||||
<td>Select the default expression format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
<td headers="option"><strong>Default expression format</strong></td>
|
||||
<td headers="description">Select the default expression format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Default register format</strong></td>
|
||||
<td>Select the default register format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
<td headers="option"><strong>Default register format</strong></td>
|
||||
<td headers="description">Select the default register format from either Natural, Hexadecimal, Decimal or binary.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Character encoding</strong></td>
|
||||
<td>Select a character encoding scheme from the dropdown list.</td>
|
||||
<td headers="option"><strong>Character encoding</strong></td>
|
||||
<td headers="description">Select a character encoding scheme from the dropdown list.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><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="option"><strong>Maximum number of displayed instructions</strong></td>
|
||||
<td headers="description">Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Color of source lines</strong></td>
|
||||
<td>Select the color of source lines in the mixed source/disassembly mode.</td>
|
||||
<td headers="option"><strong>Color of source lines</strong></td>
|
||||
<td headers="description">Select the color of source lines in the mixed source/disassembly mode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Show source files in binaries</strong></td>
|
||||
<td>Select this checkbox to show the source files in binaries.</td>
|
||||
<td headers="option"><strong>Show source files in binaries</strong></td>
|
||||
<td headers="description">Select this checkbox to show the source files in binaries.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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>
|
||||
<li>Set breakpoints at the start of any assembler instruction</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>
|
||||
|
||||
|
||||
<h3>Disassembly view context menu commands </h3>
|
||||
<h2>Disassembly view context menu commands </h2>
|
||||
|
||||
<p>The Disassembly view context menu commands include:</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<tr>
|
||||
<td width="19%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="35%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="46%"><div align="center"><strong>Description</strong></div></td>
|
||||
<th style="width:19%" id="icon"><strong>Command</strong></th>
|
||||
<th style="width:35%" id="name"><strong>Name</strong></th>
|
||||
<th style="width:46%" id="description"><strong>Description</strong></th>
|
||||
</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">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="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" headers="name">Run To Line </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>
|
||||
<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">Resume At Line </td>
|
||||
<td valign="top">Resume program execution from the line selected in the Disassembly view. </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" headers="name">Resume At Line </td>
|
||||
<td valign="top" headers="description">Resume program execution from the line selected in the Disassembly view. </td>
|
||||
</tr>
|
||||
</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>
|
||||
<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>
|
||||
<hr>
|
||||
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12" >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,9 +10,9 @@
|
|||
</head>
|
||||
<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.
|
||||
<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" >
|
||||
</colgroup>
|
||||
<tr>
|
||||
<th>Option</th>
|
||||
<th>Description</th>
|
||||
<th id="option">Option</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Enable GDB traces</strong></td>
|
||||
<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
|
||||
the console output when submitting a bugzilla report against the CDT debugger.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Terminate GDB when last process exits</strong></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>
|
||||
<td valign="top"><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="option"><strong>Use enhanced debug hover</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
</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>
|
||||
<hr >
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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><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,
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<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>
|
||||
<table width="600" cellpadding="5" cellspacing="0" border="1" >
|
||||
<caption>
|
||||
|
@ -24,42 +24,42 @@
|
|||
<col width="70%" valign="top" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr align="center" >
|
||||
<td valign="top"><strong>Options</strong></td>
|
||||
<td valign="top"><strong>Description</strong></td>
|
||||
<tr style="text-align:center;" >
|
||||
<th valign="top" id="option"><strong>Options</strong></th>
|
||||
<th valign="top" id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Environment variables to set </strong></td>
|
||||
<td valign="top" headers="description">Shows a list of the environment variables and their value. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>New...</strong></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>
|
||||
<td valign="top"><strong>Select...</strong></td>
|
||||
<td valign="top">Click to open the <strong>Select variables</strong> dialog. </td>
|
||||
<td valign="top" headers="option"><strong>Select...</strong></td>
|
||||
<td valign="top" headers="description">Click to open the <strong>Select variables</strong> dialog. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Edit...</strong></td>
|
||||
<td valign="top">Click to edit the currently selected variable and its value. </td>
|
||||
<td valign="top" headers="option"><strong>Edit...</strong></td>
|
||||
<td valign="top" headers="description">Click to edit the currently selected variable and its value. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Remove</strong></td>
|
||||
<td valign="top">Click to remove the currently selected variable. </td>
|
||||
<td valign="top" headers="option"><strong>Remove</strong></td>
|
||||
<td valign="top" headers="description">Click to remove the currently selected variable. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><strong>Undefine</strong></td>
|
||||
<td valign="top">Click to undefine the currently selected variable. <br><br>
|
||||
<td valign="top" headers="option"><strong>Undefine</strong></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Append variables to native environment </strong></td>
|
||||
<td valign="top" headers="description">Activate this checkbox to append the variables to the native environment during execution. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><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="option"><strong>Replace native environment with specified one </strong></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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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>
|
||||
|
||||
|
@ -21,46 +21,46 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description.</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description.</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Configuration</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
<td headers="option"><strong>Configuration</strong></td>
|
||||
<td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Manage Configurations...</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
<td headers="option"><strong>Manage Configurations...</strong></td>
|
||||
<td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Exclude resource from build</strong></td>
|
||||
<td>Excludes the selected file from the build process.</td>
|
||||
<td headers="option"><strong>Exclude resource from build</strong></td>
|
||||
<td headers="description">Excludes the selected file from the build process.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td>Left pane list (language specific)</td>
|
||||
<td>Shows a list of language specific compilers. Select a language from the list.</td>
|
||||
<td headers="description">Left pane list (language specific)</td>
|
||||
<td headers="description">Shows a list of language specific compilers. Select a language from the list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Automate discovery of paths and symbols</strong></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 valign="top" >
|
||||
<td><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="option"><strong>Report path detection problems</strong></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 valign="top" >
|
||||
<td><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="option"><strong>Discovery profile options</strong></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 valign="top" >
|
||||
<td><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="option"><strong>Enable generate scanner info command</strong></td>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Compiler invocation command</strong></td>
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -81,40 +81,44 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Browse</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>
|
||||
<td valign="top"><strong>Compiler invocation arguments </strong></td>
|
||||
<td valign="top">Enter additional argument options to pass on to the compiler. </td>
|
||||
<td valign="top" headers="option"><strong>Compiler invocation arguments </strong></td>
|
||||
<td valign="top" headers="description">Enter additional argument options to pass on to the compiler. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li><a href="cdt_u_fileprop_lang_mapp.htm">Language Mappings</a>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
|
||||
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
<p></p>
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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><img img src="../images/cdt_file_inc.png" alt="C/C++ File Properties, Paths and Symbols, Includes"></p>
|
||||
|
||||
|
@ -21,48 +21,48 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Languages</strong> (left pane)</td>
|
||||
<td>Displays language related to this file.</td>
|
||||
<td headers="option"><strong>Languages</strong> (left pane)</td>
|
||||
<td headers="description">Displays language related to this file.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Include paths</strong> (right pane)</td>
|
||||
<td>List of include paths related to given language.</td>
|
||||
<td headers="option"><strong>Include paths</strong> (right pane)</td>
|
||||
<td headers="description">List of include paths related to given language.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Add...</strong></td>
|
||||
<td>Add new include path.</td>
|
||||
<td headers="option"><strong>Add...</strong></td>
|
||||
<td headers="description">Add new include path.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Edit...</strong></td>
|
||||
<td>Modify selected include path.</td>
|
||||
<td headers="option"><strong>Edit...</strong></td>
|
||||
<td headers="description">Modify selected include path.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Delete</strong></td>
|
||||
<td>Remove the selected include path.</td>
|
||||
<td headers="option"><strong>Delete</strong></td>
|
||||
<td headers="description">Remove the selected include path.</td>
|
||||
</tr>
|
||||
<tr valign="Export" >
|
||||
<td><strong>Include</strong></td>
|
||||
<td>Toggle selected path exported or not.</td>
|
||||
<td headers="option"><strong>Include</strong></td>
|
||||
<td headers="description">Toggle selected path exported or not.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Move Up</strong></td>
|
||||
<td>Move the selected element up in the list.</td>
|
||||
<td headers="option"><strong>Move Up</strong></td>
|
||||
<td headers="description">Move the selected element up in the list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Move Down</strong></td>
|
||||
<td>Move the selected element down in the list.</td>
|
||||
<td headers="option"><strong>Move Down</strong></td>
|
||||
<td headers="description">Move the selected element down in the list.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Import Settings...</strong></td>
|
||||
<td>Import symbol settings.</td>
|
||||
<td headers="option"><strong>Import Settings...</strong></td>
|
||||
<td headers="description">Import symbol settings.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export Settings...</strong></td>
|
||||
<td>Export symbol settings.</td>
|
||||
<td headers="option"><strong>Export Settings...</strong></td>
|
||||
<td headers="description">Export symbol settings.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -72,29 +72,33 @@
|
|||
<dd>CDT projects, folders and files</dd>
|
||||
</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>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<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_prop_general_pns_hier.htm">Data Hierarchy tab</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
<hr >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<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><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p>
|
||||
|
@ -23,25 +23,25 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td width="171" valign="top"><strong>Content Type </strong></td>
|
||||
<td width="503" valign="top">The content type associated with the language. </td>
|
||||
<td style="width:171" valign="top" headers="option"><strong>Content Type </strong></td>
|
||||
<td style="width:503" valign="top" headers="description">The content type associated with the language. </td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td valign="top"><strong>Configuration</strong></td>
|
||||
<td valign="top">Shows the list of configurations for the selected content type. </td>
|
||||
<td valign="top" headers="option"><strong>Configuration</strong></td>
|
||||
<td valign="top" headers="description">Shows the list of configurations for the selected content type. </td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td valign="top"><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="option"><strong>Language</strong></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>
|
||||
</tbody>
|
||||
</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>
|
||||
|
||||
<ul>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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><img img="" src="../images/prop_file_lang.png"
|
||||
alt="C/C++ Project Properties, Language mapping"></p>
|
||||
|
@ -18,16 +18,16 @@
|
|||
<dt><br>Available for :</dt>
|
||||
<dd>CDT source files</dd>
|
||||
</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>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
<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>
|
||||
</ul>
|
||||
</ul>
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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
|
||||
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.
|
||||
|
@ -21,56 +21,60 @@ build output, immediately prior to and immediately after normal build processing
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Custom build step applicability</strong></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 valign="top" >
|
||||
<td><strong>Additional input file names</strong></td>
|
||||
<td>Define additional file names to be used in custom build step.</td>
|
||||
<td headers="option"><strong>Additional input file names</strong></td>
|
||||
<td headers="description">Define additional file names to be used in custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Output file name(s)</strong></td>
|
||||
<td>Define name(s) for output files generated by custom build step.</td>
|
||||
<td headers="option"><strong>Output file name(s)</strong></td>
|
||||
<td headers="description">Define name(s) for output files generated by custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Command</strong></td>
|
||||
<td headers="description">Specifies a command, or a list of semicolon separated commands, to be executed during custom build step.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><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="option"><strong>Description</strong></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>
|
||||
</tbody>
|
||||
</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>
|
||||
|
||||
<ul>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<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_prop_general_pns_hier.htm">Data Hierarchy tab</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
<hr >
|
||||
|
|
|
@ -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">
|
||||
|
||||
<head>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<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><img img src="../images/cdt_file_sym.png" alt="C/C++ File Properties, Paths and Symbols, Symbols"></p>
|
||||
|
||||
|
@ -21,44 +21,44 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr valign="top" >
|
||||
<th><strong>Option</strong></th>
|
||||
<th><strong>Description</strong></th>
|
||||
<th id="option"><strong>Option</strong></th>
|
||||
<th id="description"><strong>Description</strong></th>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Languages</strong> (left pane)</td>
|
||||
<td>Displays language related to this file.</td>
|
||||
<td headers="option"><strong>Languages</strong> (left pane)</td>
|
||||
<td headers="description">Displays language related to this file.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Symbol / Value</strong></td>
|
||||
<td>List of symbols related to given language.</td>
|
||||
<td headers="option"><strong>Symbol / Value</strong></td>
|
||||
<td headers="description">List of symbols related to given language.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Add...</strong></td>
|
||||
<td>Add new symbol.</td>
|
||||
<td headers="option"><strong>Add...</strong></td>
|
||||
<td headers="description">Add new symbol.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Edit...</strong></td>
|
||||
<td>Modify selected symbol value.</td>
|
||||
<td headers="option"><strong>Edit...</strong></td>
|
||||
<td headers="description">Modify selected symbol value.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Delete</strong></td>
|
||||
<td>Remove selected symbol.</td>
|
||||
<td headers="option"><strong>Delete</strong></td>
|
||||
<td headers="description">Remove selected symbol.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export / Unexport</strong></td>
|
||||
<td>Toggle selected symbol exported or not.</td>
|
||||
<td headers="option"><strong>Export / Unexport</strong></td>
|
||||
<td headers="description">Toggle selected symbol exported or not.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Show built-in values</strong></td>
|
||||
<td>Check to display system (built-in) includes.</td>
|
||||
<td headers="option"><strong>Show built-in values</strong></td>
|
||||
<td headers="description">Check to display system (built-in) includes.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Import Settings...</strong></td>
|
||||
<td>Import symbol settings.</td>
|
||||
<td headers="option"><strong>Import Settings...</strong></td>
|
||||
<td headers="description">Import symbol settings.</td>
|
||||
</tr>
|
||||
<tr valign="top" >
|
||||
<td><strong>Export Settings...</strong></td>
|
||||
<td>Export symbol settings.</td>
|
||||
<td headers="option"><strong>Export Settings...</strong></td>
|
||||
<td headers="description">Export symbol settings.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -67,29 +67,33 @@
|
|||
<dd>CDT projects, folders and files</dd>
|
||||
</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>
|
||||
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
||||
<li>C/C++ Build</li>
|
||||
<li>C/C++ Build
|
||||
<ul>
|
||||
<li><a href=cdt_u_fileprop_discovery.htm>Discovery options</a></li>
|
||||
<li>Settings</li>
|
||||
<li>Settings
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
||||
</ul>
|
||||
<li>C/C++ General</li>
|
||||
</li>
|
||||
<li>C/C++ General
|
||||
<ul>
|
||||
<li>Paths and Symbols</li>
|
||||
<li>Paths and Symbols
|
||||
<ul>
|
||||
<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_prop_general_pns_hier.htm">Data Hierarchy tab</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
||||
</ul>
|
||||
<hr >
|
||||
|
|
|
@ -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">
|
||||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<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.
|
||||
<p><img img="" src="../images/cdt_file_toolsett.png"
|
||||
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" >
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Configuration</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
<tr class="hidden">
|
||||
<th id="option">Option</th>
|
||||
<th id="description">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Manage configurations</strong></td>
|
||||
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
<td headers="option"><strong>Configuration</strong></td>
|
||||
<td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>(Left pane)</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="option"><strong>Manage configurations</strong></td>
|
||||
<td headers="description"><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>(Right 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="option">(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>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<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"
|
||||
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_builders.htm">Project Properties, Builders page</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_newdialog.htm">Create Configuration dialog</a>
|
||||
<li><a href="cdt_u_prop_manage_rendialog.htm">Rename Configuration dialog</a>
|
||||
</ul>
|
||||
<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_environment.htm">Environment page</a>
|
||||
<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>
|
||||
</ul>
|
||||
<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_exp.htm">Export Settings page</a>
|
||||
<!--ul>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue