1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 389951 - [Accessibility] CDT documentation has accessibility issues

This commit is contained in:
Vivian Kong 2012-09-19 17:16:24 -04:00
parent 5e58ee7125
commit 52cf5f2b85
280 changed files with 628 additions and 593 deletions

View file

@ -6,7 +6,8 @@
</head>
<body lang="EN-US">
<h1 role="main">About This Content</h1>
<div role="main">
<h1>About This Content</h1>
<p>June 22, 2007</p>
<h2>License</h2>
@ -23,6 +24,6 @@ apply to your use of any object code in the Content. Check the Redistributor's
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
</div>
</body>
</html>

View file

@ -8,7 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Before you begin</h1>
<div role="main">
<h1>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.
@ -70,6 +71,7 @@ on your platform, see your platform vendor.</p>
</p>
<p><img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -9,7 +9,8 @@
</head>
<body>
<h1 role="main">Breakpoints</h1>
<div role="main">
<h1>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
@ -56,7 +57,7 @@ from the menu bar choose <strong>Run > Debug</strong>.
<img src="../images/rh03_04.gif" ALT="Red Hat Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement">
</p>
</div>
</body>
</html>

View file

@ -7,7 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Building C/C++ projects</h1>
<div role="main">
<h1>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
@ -156,5 +157,6 @@ Targets</strong> view.</li>
<p><img src="../images/rh03_04.gif" alt="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" alt="IBM Copyright Statement">
</p>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Comments</h1>
<div role="main">
<h1>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>
@ -60,7 +60,7 @@ Type <span class="typewriter">com+Ctrl+Space</span>, and the following code is e
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Content Assist</h1>
<div role="main">
<h1>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
@ -92,7 +92,7 @@ main(int argc, char **argv) {
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</div>
</body>
</html>

View file

@ -11,8 +11,8 @@
</head>
<body>
<h1 role="main">Debug information</h1>
<div role="main">
<h1>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
@ -82,7 +82,7 @@ debugger handles each one.</p>
<a href="../reference/cdt_o_dbg_view.htm">Debug views</a></p><p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
</div>
</body>
</html>

View file

@ -9,7 +9,8 @@
</head>
<body>
<h1 role="main">Discovery options</h1>
<div role="main">
<h1>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.
@ -47,6 +48,7 @@
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -8,7 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ editor</h1>
<div role="main">
<h1>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>
@ -45,5 +46,6 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.</p
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -7,7 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ Indexer</h1>
<div role="main">
<h1>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>
@ -58,5 +59,6 @@ dialog box</a>
<p>&nbsp;</p>
<img src="../images/ng00_07.gif" alt="IBM Copyright Statement"
style="width: 324px; height: 14px;">
</div>
</body>
</html>

View file

@ -7,7 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Full C/C++ Indexer</h1>
<div role="main">
<h1>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
@ -41,5 +42,6 @@ dialog box</a>
<p>&nbsp;</p>
<img style="width: 324px; height: 14px;" src="../images/ng00_07.gif"
alt="IBM Copyright Statement">
</div>
</body>
</html>

View file

@ -7,7 +7,8 @@
<link href="../help.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1 role="main">C/C++ Indexer Progress Bar</h1>
<div role="main">
<h1>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
@ -40,5 +41,6 @@ dialog box</a>
</p>
<p>&nbsp;</p>
<img alt="IBM Copyright Statement" src="../images/ng00_07.gif">
</div>
</body>
</html>

View file

@ -9,7 +9,8 @@
</head>
<body>
<h1 role="main">Makefile</h1>
<div role="main">
<h1>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>
@ -181,6 +182,6 @@ clean :
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Open Declaration</h1>
<div role="main">
<h1>Open Declaration</h1>
<p>You can select an element name in your code and quickly navigate to its declaration.</p>
@ -34,7 +34,7 @@ If for any reason open declaration cannot find the declaration, it will display
<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" width="324" height="14"> </p>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Outline view </h1>
<div role="main">
<h1>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>
@ -125,7 +125,7 @@ Project Explorer view</a><br>
&nbsp;</p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</div>
</body>
</html>

View file

@ -7,8 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">CDT Overview</h1>
<div role="main">
<h1>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 &gt; Concepts &gt; Workbench</strong>.</p>
@ -78,7 +78,7 @@ This is the main source for information around CDT.</li>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</div>
</body>
</html>

View file

@ -11,8 +11,8 @@
</head>
<body>
<h1 role="main">Debug overview</h1>
<div role="main">
<h1>Debug overview</h1>
<p>The debugger lets you see what's going on &quot;inside&quot; a program while it
executes.</p>
@ -40,7 +40,7 @@ trace.</p>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p><p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
</div>
</body>
</html>

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Perspectives available to C/C++ developers</h1>
<div role="main">
<h1>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.
@ -85,5 +85,6 @@ Eclipse also has perspectives that are tuned to other types of development:
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Project file views</h1>
<div role="main">
<h1>Project file views</h1>
<p>Projects files and elements are displayed in the C/C++ Projects view and in the ProjectExplorer view.</p>
@ -59,7 +59,7 @@ item does, select an item and press F1. </p>
<p>
<img src="../images/ng00_07.gif" ALT="IBM Corporation Statement" ></p>
</div>
</body>
</html>

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">CDT projects</h1>
<div role="main">
<h1>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
@ -98,7 +98,7 @@ hello.c are separate files in UNIX but overwrite each other in Windows.</li>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">C/C++ search</h1>
<div role="main">
<h1>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
@ -269,7 +269,7 @@ your last search.</p>
<a href="../reference/cdt_u_icons.htm">C/C++ perspective icons</a></p><p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</div>
</body>
</html>

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Templates</h1>
<div role="main">
<h1>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.
@ -43,6 +43,6 @@ The templates that begin with that character appear. Double-click on a template
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -9,7 +9,8 @@
</head>
<body>
<h1 role="main">Views in the C/C++ perspective</h1>
<div role="main">
<h1>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>
@ -48,6 +49,7 @@ The <a href="cdt_c_perspectives.htm">C/C++ perspective</a> displays these panels
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_07.gif" ALT=" IBM Copyright Statement" >
</p>
</div>
</body>
</html>

View file

@ -9,7 +9,8 @@
</head>
<body>
<h1 role="main" id="top">CDT 8.1 - New and Noteworthy</h1>
<div role="main">
<h1 id="top">CDT 8.1 - New and Noteworthy</h1>
<p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn81">What's new in CDT 8.1</a> on the CDT Wiki
which may contain more recent information.
</p>
@ -166,7 +167,7 @@
</p><p><img alt="Image:VisualizerSnapshot.png" src="../images/cdt81/visualizersnapshot.png" width="648" height="421" border="0" />
</p><p>Note that the Multicore Visualizer will only work using a Linux target; it will not work debugging on a Windows or Mac target. This is a current limitation of GDB which does not provide information about cores, for those targets (at writing, GDB is at version 7.4).
</p><p>This feature was completed on February 10th, 2012. For details see <a href="http://bugs.eclipse.org/335027" class="external text" title="http://bugs.eclipse.org/335027" rel="nofollow">Bug 335027</a>
</p><p>The Multicore Visualizer is an optional feature of the CDT and must be installed manually. The feature is called "C/C++ Multicore Visualizer". Installing it will install both the Multicore Visualizer and the Visualizer Framework. If you only want to install the Visualizer Framework (to build your own visualizer), you can install that feature by itself; it is called "CDT Visualizer Framework". Once the features are installed, you can access the Multicore Visualizer (or any other visualizer) by opening the view called "Visualizer".
</p><p>The Multicore Visualizer is an optional feature of the CDT and must be installed manually. The feature is called <q>C/C++ Multicore Visualizer</q>. Installing it will install both the Multicore Visualizer and the Visualizer Framework. If you only want to install the Visualizer Framework (to build your own visualizer), you can install that feature by itself; it is called <q>CDT Visualizer Framework</q>. Once the features are installed, you can access the Multicore Visualizer (or any other visualizer) by opening the view called <q>Visualizer</q>.
</p>
<a name="Partitioning_of_large_arrays"></a><h3> <span class="headline"> Partitioning of large arrays </span></h3>
<p>CDT now displays large arrays as collections of partitions.
@ -248,8 +249,9 @@
</li><li> If both thread(s) and process(es) are selected, and the resume/suspend operation is triggered, each selected process will be resumed/suspended, and each selected thread <b>which is not part of any selected process</b> will be resumed/suspended. The idea is that if a process is being resumed/suspended, each of its threads will be automatically resumed/suspended, and therefore, should not be resumed/suspended a second time because it is also selected.
</li></ul>
<p>As hinted above, CDT takes a permissive approach to multi-select resume/suspend. This means that if a multi-selection includes both stopped and running threads, a resume operation is still allowed, and only the suspended threads will be resumed; similarly, on such a multi-selection, a suspend operation is allowed, and only the running threads will be suspended.
</p><p><b>Example</b>
</p><p><img alt="Image:MultiSelectRunControl.png" src="../images/cdt81/multiselectruncontrol.png" width="602" height="682" border="0" />
</p>
<h4>Example</h4>
<p><img alt="Image:MultiSelectRunControl.png" src="../images/cdt81/multiselectruncontrol.png" width="602" height="682" border="0" />
</p><p>In the above screenshot if the user were to press the Resume button with the current multi-selection the following would happen:
</p>
<ol><li> The <i>Consumer</i> process node is selected, therefore the entire process will be resumed. This means that the suspended threads 7 and 9 will be resumed, while threads 6, 8 and 10 will be ignored, as they are already running.
@ -392,6 +394,6 @@ CDT 8.1 bug fixes</a>
<p><a href="#top">Back to Top</a></p>
<p>&nbsp;</p>
</div>
</body>
</html>

View file

@ -14,8 +14,8 @@ tr {vertical-align: top;}
<title>CDT 6.0 New and Noteworthy</title>
</head>
<body>
<h1 role="main" id="top">CDT 6.0 - New and Noteworthy</h1>
<div role="main">
<h1 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.
@ -460,7 +460,7 @@ See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a>
<p><a href="cdt_c_whatsnew_60.htm">CDT 6.0 - New and Noteworthy</a></p>
<p><a href="http://wiki.eclipse.org/CDT/User/NewIn50">CDT 5.0 - New and Noteworthy</a></p>
</div>
</body>
</html>

View file

@ -14,8 +14,8 @@ tr {vertical-align: top;}
<title>CDT 7.0 New and Noteworthy</title>
</head>
<body>
<h1 role="main" id="top">CDT 7.0 - New and Noteworthy</h1>
<div role="main">
<h1 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>
@ -344,7 +344,7 @@ which may contain more recent information.
<p><a href="#top">Back to Top</a>
<p>&nbsp;</p>
</div>
</body>
</html>

View file

@ -14,8 +14,8 @@ tr {vertical-align: top;}
<title>CDT 8.0 New and Noteworthy</title>
</head>
<body>
<h1 role="main" id="top">CDT 8.0 - New and Noteworthy</h1>
<div role="main">
<h1 id="top">CDT 8.0 - New and Noteworthy</h1>
<p>See <a href="http://wiki.eclipse.org/CDT/User/NewIn80">What's new in CDT 8.0</a> on the CDT Wiki
which may contain more recent information.
</p>
@ -550,7 +550,7 @@ end
<p><a href="#top">Back to Top</a>
<p>&nbsp;</p>
</div>
</body>
</html>

View file

@ -9,14 +9,15 @@
</head>
<body>
<h1 role="main">Build</h1>
<div role="main">
<h1>Build</h1>
<p>This section describes the build views and terminology.</p>
<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>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Coding aids</h1>
<div role="main">
<h1>Coding aids</h1>
<p>This section provides information on code entry aids.</p>
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_comments.htm">Comments</a><br>
@ -18,6 +18,6 @@
<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>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Concepts</h1>
<div role="main">
<h1>Concepts</h1>
<p>Provides background information for CDT components, tasks and objectives.</p>
@ -54,6 +54,7 @@
<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>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Debug</h1>
<div role="main">
<h1>Debug</h1>
<p>This section describes CDT debug concepts.</p>
<img src="../images/trans.gif" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_brkpnts.htm">Breakpoints</a><br>
@ -18,6 +18,6 @@
<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>
</div>
</body>
</html>

View file

@ -9,13 +9,13 @@
</head>
<body>
<h1 role="main">Editing C/C++ Files</h1>
<div role="main">
<h1>Editing C/C++ Files</h1>
<p>This section provides information on editing C/C++ files.</p>
<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>
</div>
</body>
</html>

View file

@ -8,8 +8,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ Development User Guide</h1>
<div role="main">
<h1>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>
@ -31,6 +31,6 @@ not, the base CDT does provide support for integration with the GNU tools for bu
<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" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_whatsnew.htm">What's new</a><br>
</div>
</body>
</html>

View file

@ -9,8 +9,8 @@
</head>
<body>
<h1 role="main">Navigation Aids</h1>
<div role="main">
<h1>Navigation Aids</h1>
<p>This section provides information on navigating through the C/C++ Perspective.</p>
<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>
@ -24,6 +24,6 @@
<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>
</div>
</body>
</html>

View file

@ -7,7 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">Getting Started</h1>
<div role="main">
<h1>Getting Started</h1>
<p>The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:</p>
@ -42,6 +43,7 @@
<a href="../concepts/cdt_o_home.htm">CDT Home</a><br>
</p>
<p><img src="../images/ng00_04a.gif" ALT="QNX Software Systems Copyright Statement" ></p>
</div>
</body>
</html>

View file

@ -13,7 +13,7 @@ function newWin(url) {
-->
</head>
<body>
<h1 role="main">Tutorial: Creating a simple application</h1>
<div role="main"><h1>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
@ -162,5 +162,5 @@ The <strong>Console</strong> also shows which application is running in a title
<hr>
<img src="../images/ng00_07.gif" ALT="QNX Software Systems Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -14,7 +14,7 @@ function newWin(url) {
-->
</head>
<body>
<h1 role="main">Building a project</h1>
<div role="main"><h1>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
@ -61,5 +61,5 @@ C/C++ Properties window</a><br>
href="cdt_w_newmake.htm">Back: Creating a makefile</a></strong></p>
<p>
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Debugging a project</h1>
<div role="main"><h1>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
@ -69,7 +69,7 @@ examining the contents of variables.</p>
<li>In the left margin of the <span class="typewriter">main.cpp</span> window, double-click to set a
breakpoint on:<br>
<br>
&nbsp;<span class="typewriter">cout &lt;&lt; &quot;You just entered&quot;
&nbsp;<span class="typewriter">cout &lt;&lt; <q>You just entered</q>
</span><br>
<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>
@ -127,6 +127,6 @@ examining the contents of variables.</p>
&nbsp;</p>
<p>
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
<body>
<h1 role="main">Importing your C/C++ source files into Eclipse</h1>
<div role="main"><h1>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
@ -206,6 +206,6 @@ appropriate "root folder" to import from.</p>
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -13,7 +13,7 @@ function newWin(url) {
</script>
</head>
<body>
<h1 role="main">Tutorial: Importing an existing project</h1>
<div role="main"><h1>Tutorial: Importing an existing project</h1>
<p>The following tutorial takes you though the process of importing a 'legacy' application using the CDT.</p>
@ -86,7 +86,7 @@ function newWin(url) {
<ul>
<li>Open the project properties (right mouse on project name in the <strong>Project Explorer</strong> view
and select <strong>Properties</strong> at the bottom on the context menu).</li>
<li>On the C/C++ Build Page, on its <strong>Builder Settings</strong> tab, uncheck "Use default build command"
<li>On the C/C++ Build Page, on its <strong>Builder Settings</strong> tab, uncheck <q>Use default build command</q>
and change the <code>make</code> command to <code>make -f hello.mak</code>
since our makefile is not named the default <code>makefile</code>.
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon02.png')">Click
@ -132,7 +132,7 @@ name, <code>hello.e</code> because that's what our makefile <code>hello.mak</cod
<p><a href="javascript:void(0)" onClick="newWin('../images/cdt_w_importBrandon04run.png')">Click
here to see an illustration (displayed in a separate window)</a>.</p>
<ul>
<li>If you see the error "[Debugger]: No debugger available", select the Debugger tab
<li>If you see the error <q>[Debugger]: No debugger available</q>, select the Debugger tab
and choose a valid debugger for your platform (e.g. gdb/mi).
</li>
</ul>
@ -144,5 +144,5 @@ name, <code>hello.e</code> because that's what our makefile <code>hello.mak</cod
<p>The application runs in the <strong>Console</strong> view. The <strong>Console</strong> also shows which application it is currently running in the title bar. You can configure the view to display different elements, such as user input elements using different colors.</p>
</ol>
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -25,7 +25,7 @@ function newWin(url) {
<body>
<h1 role="main">Installing and updating the CDT</h1>
<div role="main"><h1>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>
@ -82,6 +82,6 @@ function newWin(url) {
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" > </p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Creating your C++ file</h1>
<div role="main"><h1>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
@ -34,7 +34,7 @@ bar, displays icons for items such as bookmarks, breakpoints, and compiler erro
folder, and select <strong>New &gt; Source File</strong>.</li>
<li>In the <strong>Source file: </strong> field, type <strong>main.cpp</strong>.
<br>By default the source folder should be your project folder.
<br>The template selected is probably "Default C/C++ Source Template."
<br>The template selected is probably <q>Default C/C++ Source Template.</q>
</li>
<li>Click <strong>Finish</strong>.</li>
<li>A Comment template probably appears at the top of an otherwise empty file.
@ -48,13 +48,13 @@ using namespace std;
int main () {
// Say Hello five times
for (int index = 0; index &lt; 5; ++index)
cout &lt;&lt; "HelloWorld!" &lt;&lt; endl;
cout &lt;&lt; <q>HelloWorld!</q> &lt;&lt; endl;
char input = 'i';
cout &lt;&lt; "To exit, press 'm'" &lt;&lt; endl;
cout &lt;&lt; <q>To exit, press 'm'</q> &lt;&lt; endl;
while(input != 'm') {
cin >> input;
cout &lt;&lt; "You just entered " &lt;&lt; input
&lt;&lt; " you need to enter m to exit." &lt;&lt; endl;
cout &lt;&lt; <q>You just entered </q> &lt;&lt; input
&lt;&lt; <q> you need to enter m to exit.</q> &lt;&lt; endl;
}
exit(0);
}
@ -91,6 +91,6 @@ can build your HelloWorld project, you must create a makefile.</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -15,7 +15,7 @@ function newWin(url) {
<body>
<h1 role="main">Creating a makefile</h1>
<div role="main"><h1>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>
@ -78,6 +78,6 @@ contains main.cpp and makefile. You can now build your HelloWorld project.</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -13,7 +13,7 @@ function newWin(url) {
</head>
<body>
<h1 role="main">Creating a Makefile project</h1>
<div role="main"><h1>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>
@ -116,5 +116,5 @@ 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>
</body>
</div></body>
</html>

View file

@ -15,7 +15,7 @@ function newWin(url) {
<body>
<h1 role="main">Preparing the Workbench</h1>
<div role="main"><h1>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>
@ -67,5 +67,5 @@ To reset the current perspective to its original layout, from the menu bar selec
</p>
</body>
</div></body>
</html>

View file

@ -6,7 +6,8 @@
<title>C++ Hello World example</title>
</head>
<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>
<div role="main">
<pstyle="color:#0066ff">Copy the code below and paste it into the <strong>main.cpp</strong> file in the Editor view:</p>
<pre>
#include &#60iostream&#62
@ -26,5 +27,5 @@ int main()
</pre>
</body>
</div></body>
</html>

View file

@ -6,7 +6,8 @@
<title>C++ Makefile example</title>
</head>
<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>
<div role="main">
<p style="color:#0066ff">Copy the script below and paste it into the <strong>makefile</strong> file in the Editor view:</p>
<pre>
all: hello
@ -22,5 +23,5 @@ main.o: main.cpp
</pre>
</body>
</div></body>
</html>

View file

@ -8,7 +8,8 @@
<title>Legal Notices</title>
</head>
<body>
<h1 role="main">
<div role="main">
<h1>
<a name="Notices"></a>Notices</h1>
<p>
The material in this guide is Copyright (c) IBM Corporation and others
@ -18,5 +19,6 @@ The material in this guide is Copyright (c) IBM Corporation and others
<a href="about.html">Terms and conditions regarding the use of this
guide.</a>
</p>
</div>
</body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ editor preferences</h1>
<div role="main"><h1>C/C++ editor preferences</h1>
<p>This section describes how to set preferences for the C/C++ editor.</p>
@ -29,5 +29,5 @@
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Debug views</h1>
<div role="main"><h1>Debug views</h1>
<p>This section describes debug views.</p>
@ -25,6 +25,6 @@
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">C/C++ Menubar</h1>
<div role="main"><h1>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">
@ -32,5 +32,5 @@ alt="CDT main menu">
<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>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Managed Make Project preferences</h1>
<div role="main"><h1>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">
@ -25,5 +25,5 @@ entire workspace.</p>
Settings</a></li>
</ul>
<p><img src="../images/intl_05.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Managed Make Project preferences, Build Macros</h1>
<div role="main"><h1>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 src="../images/mpref_macro.PNG" width="580" height="525" alt="Managed Build Macros Preference page"></p>
@ -37,5 +37,5 @@ Project Properties, Managed, C/C++ Build, Macros</a></p>
Managed Build Project preferences, Environment</a></p>
<p><img src="../images/intl_05.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ New Project Wizard, Managed Make Project</h1>
<div role="main"><h1>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" 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
@ -21,5 +21,5 @@ Project Type</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ New Project Wizard, Standard Make Project</h1>
<div role="main"><h1>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" 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>
@ -22,5 +22,5 @@
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">New CDT Project Wizard </h1>
<div role="main"><h1>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" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_newproj_buildset.htm">New CDT Project Wizard preferences</a><br>
@ -23,5 +23,5 @@
</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>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ File Properties</h1>
<div role="main"><h1>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>
@ -40,5 +40,5 @@
</ul>
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ Folder Properties</h1>
<div role="main"><h1>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>
@ -42,5 +42,5 @@
</ul>
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Project Properties</h1>
<div role="main"><h1>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>
@ -76,5 +76,5 @@ To select project properties, right click a project and select <strong>Propertie
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Reference</h1>
<div role="main"><h1>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" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_o_views.htm">C/C++ Views and Editors</a><br>
@ -111,5 +111,5 @@
<img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"><br>
</p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Run and Debug</h1>
<div role="main"><h1>Run and Debug</h1>
<p>Types of Launch configurations supported by CDT</p>
<img src="../images/trans.gif" width="25" height="1" alt="">C/C++ Local Application - run application on local host<br>
@ -27,5 +27,5 @@
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">C/C++ Views and Editors</h1>
<div role="main"><h1>C/C++ Views and Editors</h1>
<p>This section describes views and editors of the C/C++ perspective.</p>
<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>
@ -41,5 +41,5 @@
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -11,7 +11,7 @@
<body>
<h1 role="main">Appearance preferences</h1>
<div role="main"><h1>Appearance 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.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>
@ -69,6 +69,6 @@
</table>
<p><img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Code Style preferences</h1>
<div role="main"><h1>Code Style 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.CodeFormatterPreferencePage)")'>Code Style</a> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p>
<p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p>
@ -80,6 +80,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
<h1 role="main">
<div role="main"><h1>
Code templates
</h1>
<p>The
@ -323,5 +323,5 @@ The New File from Template wizard can be used to create new files based on one o
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -11,7 +11,7 @@
<body>
<h1 role="main">Syntax Coloring preferences</h1>
<div role="main"><h1>Syntax Coloring 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.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>
@ -72,6 +72,6 @@
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Content Assist preferences</h1>
<div role="main"><h1>Content Assist 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.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>
@ -72,6 +72,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Advanced preferences</h1>
<div role="main"><h1>Advanced 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.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>
@ -65,6 +65,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Folding preferences</h1>
<div role="main"><h1>Folding 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.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>
@ -95,6 +95,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Editor preferences</h1>
<div role="main"><h1>Editor 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.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>
@ -67,6 +67,6 @@
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Hovers preferences</h1>
<div role="main"><h1>Hovers 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.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>
@ -59,6 +59,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Mark Occurrences preferences</h1>
<div role="main"><h1>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>
@ -57,5 +57,5 @@
<br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Save actions</h1>
<div role="main"><h1>Save actions</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.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>
@ -52,6 +52,6 @@
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Scalability preferences</h1>
<div role="main"><h1>Scalability 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.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>
@ -78,6 +78,6 @@
<a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Typing preferences</h1>
<div role="main"><h1>Typing 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.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>
@ -80,6 +80,6 @@
<a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a><p></p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">File Types preference (C/C++)</h1>
<div role="main"><h1>File Types preference (C/C++)</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.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>
@ -47,6 +47,6 @@
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">C/C++ preferences</h1>
<div role="main"><h1>C/C++ preferences</h1>
<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>
@ -54,6 +54,6 @@
<a href="cdt_o_views.htm">Views</a></p>
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Call Hierarchy view</h1>
<div role="main"><h1>Call Hierarchy view</h1>
<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>
@ -115,6 +115,6 @@
<a href="cdt_o_views.htm">Views</a></p>
<hr >
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Templates preferences</h1>
<div role="main"><h1>Templates 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.TemplatePreferencePage)")'>Templates</a> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
import, or create your own templates click <strong>Window &gt; Preferences &gt; C/C++ &gt; Templates</strong>.</p>
@ -74,6 +74,6 @@ import, or create your own templates click <strong>Window &gt; Preferences &gt;
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -11,7 +11,7 @@
<body>
<h1 role="main">Console preferences</h1>
<div role="main"><h1>Console 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.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>
@ -88,6 +88,6 @@
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
<h1 role="main">Console view</h1>
<div role="main"><h1>Console view</h1>
<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>
@ -149,5 +149,5 @@ you see one or more of the following options in a context menu depending on the
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">C/C++ Projects view</h1>
<div role="main"><h1>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" 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:
@ -243,5 +243,5 @@ This view is not supported anymore. It is recommended to use the <a href="cdt_u_
<img img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Create a Make Target</h1>
<div role="main"><h1>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>
@ -65,6 +65,6 @@
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -8,7 +8,7 @@
</head>
<body>
<h1 role="main"> Debug Breadcrumb </h1>
<div role="main"><h1> 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 &gt; Layout &gt; Breadcrumb</strong>. Alternatively, resize the Debug view such that the height of the view is small enough to fit only one line of text. This causes the view to change over to the Breadcrumb layout automatically. </p>
@ -25,5 +25,5 @@
<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>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Breakpoint Actions preferences</h1>
<div role="main"><h1>Breakpoint Actions 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.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>
@ -50,6 +50,6 @@
<hr>
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Debug preferences</h1>
<div role="main"><h1>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>
@ -62,6 +62,6 @@
<a href="cdt_o_views.htm">Views</a></p>
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Source Lookup Path preference</h1>
<div role="main"><h1>Source Lookup Path preference</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.debug.ui.SourcePreferencePage)")'>Source Lookup Path</a> preference page to add or remove source containers.</p>
@ -66,6 +66,6 @@
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" ><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -11,7 +11,7 @@
<body>
<h1 role="main">Debug view</h1>
<div role="main"><h1>Debug view</h1>
<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>
@ -333,6 +333,6 @@ debugging attached processes).</td>
<img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Debug preferences</h1>
<div role="main"><h1>Debug 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.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">
@ -63,5 +63,5 @@
</table>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Discovery Options page, C/C++ Preferences window</h1>
<div role="main"><h1>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>
@ -30,6 +30,6 @@
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > </p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">Disassembly view</h1>
<div role="main"><h1>Disassembly view</h1>
<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>
@ -49,6 +49,6 @@
<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" >
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
</head>
<body>
<h1 role="main">GDB Debugging Preferences</h1>
<div role="main"><h1>GDB Debugging Preferences</h1>
<p>Use this preferences panel to control how the CDT debugger behaves when debugging with GDB,
specifically when using a <em>GDB (DSF)</em> launcher.
@ -138,6 +138,6 @@ specifically when using a <em>GDB (DSF)</em> launcher.
<hr >
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">Editor view</h1>
<div role="main"><h1>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,
@ -34,6 +34,6 @@ and key binding actions.</p>
<p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</div></body>
</html>

View file

@ -11,7 +11,7 @@
<body>
<h1 role="main">Environment preferences</h1>
<div role="main"><h1>Environment 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.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>
@ -65,6 +65,6 @@
</table>
<p><img src="../images/nokiaCopyright.png" width="375" height="12" alt="Nokia Copyright Statement"></p>
</body>
</div></body>
</html>

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ File Properties, Discovery Options</h1>
<div role="main"><h1>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>
@ -125,5 +125,5 @@
<hr >
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">C/C++ File Properties, Paths and Symbols, Includes</h1>
<div role="main"><h1>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>
@ -105,6 +105,6 @@
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -10,7 +10,7 @@
<body>
<h1 role="main">Language Mappings preferences</h1>
<div role="main"><h1>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>
@ -52,6 +52,6 @@
<hr >
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12"></p>
</body>
</div></body>
</html>

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ File Properties, Language mappings</h1>
<div role="main"><h1>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>
@ -34,5 +34,5 @@
<p></p>
<p><img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1 role="main">C/C++ File Properties, Build, Settings, Build Steps tab</h1>
<div role="main"><h1>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.
@ -80,5 +80,5 @@ build output, immediately prior to and immediately after normal build processing
<hr >
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

View file

@ -9,7 +9,7 @@
</head>
<body>
<h1 role="main">C/C++ File Properties, Paths and Symbols, Symbols</h1>
<div role="main"><h1>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>
@ -99,6 +99,6 @@
<hr >
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
</body>
</div></body>
</html>

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