diff --git a/doc/org.eclipse.cdt.doc.user/about.html b/doc/org.eclipse.cdt.doc.user/about.html index dadc571e61f..7ceab074a2b 100644 --- a/doc/org.eclipse.cdt.doc.user/about.html +++ b/doc/org.eclipse.cdt.doc.user/about.html @@ -6,7 +6,8 @@ -

About This Content

+
+

About This Content

June 22, 2007

License

@@ -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 http://www.eclipse.org.

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm index af5dd46f540..f73c2bcdbc8 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm @@ -8,7 +8,8 @@ -

Before you begin

+
+

Before you begin

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.

QNX Copyright Statement

+
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm index 9f3eff0614c..605a7a7360b 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_brkpnts.htm @@ -9,7 +9,8 @@ -

Breakpoints

+
+

Breakpoints

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 Run > Debug. Red Hat Statement
IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm index 50de1e1a503..82365073e1d 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm @@ -7,7 +7,8 @@ -

Building C/C++ projects

+
+

Building C/C++ projects

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 view.

Red Hat Copyright Statement
IBM Copyright Statement

+
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm index 70c806c7379..96a45629250 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_comments.htm @@ -9,8 +9,8 @@ - -

Comments

+
+

Comments

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:

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm index 56c451e45ff..714d7094d69 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_content_assist.htm @@ -9,8 +9,8 @@ - -

Content Assist

+
+

Content Assist

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) {

IBM Copyright Statement

- +
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm index 1544d0e8150..91e8a017742 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_dbg_info.htm @@ -11,8 +11,8 @@ - -

Debug information

+
+

Debug information

The Debug 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.

Debug views

IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_discovery_options.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_discovery_options.htm index 3bcbe5ccb38..7e466d64120 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_discovery_options.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_discovery_options.htm @@ -9,7 +9,8 @@ -

Discovery options

+
+

Discovery options

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 @@ Red Hat Copyright Statement
 IBM Copyright Statement

+
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm index 8316ece83db..1ebbfc266be 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_editor.htm @@ -8,7 +8,8 @@ -

C/C++ editor

+
+

C/C++ editor

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.

@@ -45,5 +46,6 @@ This C/C++ editor is invoked automatically when you edit a C/C++ source file.


 IBM Copyright Statement

+
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer.htm index 1734becf5f1..faf05baebbe 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer.htm @@ -7,7 +7,8 @@ -

C/C++ Indexer

+
+

C/C++ Indexer

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.

@@ -58,5 +59,6 @@ dialog box

 

IBM Copyright Statement +
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_fullindexer.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_fullindexer.htm index 573ea07f901..c2ce9f3f0cd 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_fullindexer.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_fullindexer.htm @@ -7,7 +7,8 @@ -

Full C/C++ Indexer

+
+

Full C/C++ Indexer

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

 

IBM Copyright Statement +
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm index 5c8ffaf0bd0..6bc6fce8233 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm @@ -7,7 +7,8 @@ -

C/C++ Indexer Progress Bar

+
+

C/C++ Indexer Progress Bar

The indexer progress bar shows the progress status of the indexing jobs in the progress views.

The indexing jobs can be temporarily paused by pressing the stop @@ -40,5 +41,6 @@ dialog box

 

IBM Copyright Statement +
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_makefile.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_makefile.htm index ac03a1366f8..50279d69968 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_makefile.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_makefile.htm @@ -9,7 +9,8 @@ -

Makefile

+
+

Makefile

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.

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.

@@ -181,6 +182,6 @@ clean :

IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm index d88dd8e295d..6af3575e76a 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_open_declarations.htm @@ -9,8 +9,8 @@ - -

Open Declaration

+
+

Open Declaration

You can select an element name in your code and quickly navigate to its declaration.

@@ -34,7 +34,7 @@ If for any reason open declaration cannot find the declaration, it will display Searching for C/C++ elements

IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm index 99a663ecc10..28b23746941 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_outlineview.htm @@ -9,8 +9,8 @@ - -

Outline view

+
+

Outline view

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.

@@ -125,7 +125,7 @@ Project Explorer view
 

IBM Copyright Statement - +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm index 2ebe7b3290d..d941daca15f 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm @@ -7,8 +7,8 @@ - -

CDT Overview

+
+

CDT Overview

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 Workbench User Guide > Concepts > Workbench.

@@ -78,7 +78,7 @@ This is the main source for information around CDT. Views

IBM Copyright Statement - +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_dbg.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_dbg.htm index 0c315d4190b..f9c292a6a93 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_dbg.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_dbg.htm @@ -11,8 +11,8 @@ - -

Debug overview

+
+

Debug overview

The debugger lets you see what's going on "inside" a program while it executes.

@@ -40,7 +40,7 @@ trace.

Run and Debug dialog box

IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_perspectives.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_perspectives.htm index ecb5a0b3e1a..fafd54e5e0c 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_perspectives.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_perspectives.htm @@ -8,8 +8,8 @@ - -

Perspectives available to C/C++ developers

+
+

Perspectives available to C/C++ developers

A perspective is a layout of views (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: Red Hat Copyright Statement
 IBM Copyright Statement

+
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm index 164906ffb1c..c61f88c12b9 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm @@ -9,8 +9,8 @@ - -

Project file views

+
+

Project file views

Projects files and elements are displayed in the C/C++ Projects view and in the ProjectExplorer view.

@@ -59,7 +59,7 @@ item does, select an item and press F1.

IBM Corporation Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm index 5088f770ea1..2769b85ce52 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm @@ -8,8 +8,8 @@ - -

CDT projects

+
+

CDT projects

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. IBM Copyright Statement - +

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm index 703120fbc4e..4f98525d80a 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_search.htm @@ -9,8 +9,8 @@ - -

C/C++ search

+
+

C/C++ search

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.

C/C++ perspective icons

IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm index e1c9c889062..a7fe1c6e8ca 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm @@ -8,8 +8,8 @@ - -

Templates

+
+

Templates

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 Red Hat Copyright Statement
 IBM Copyright Statement

- +
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm index a9301bd3823..ff773014b6c 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_views.htm @@ -9,7 +9,8 @@ -

Views in the C/C++ perspective

+
+

Views in the C/C++ perspective

The C/C++ views are panels that help you perform the tasks involved in creating C/C++ programs. The C/C++ perspective displays these panels in a single Eclipse window.

@@ -48,6 +49,7 @@ The C/C++ perspective displays these panels Red Hat Copyright Statement
 IBM Copyright Statement

+
\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index 0138c88a688..a46e6c19c7c 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -9,7 +9,8 @@ -

CDT 8.1 - New and Noteworthy

+
+

CDT 8.1 - New and Noteworthy

See What's new in CDT 8.1 on the CDT Wiki which may contain more recent information.

@@ -166,7 +167,7 @@

Image:VisualizerSnapshot.png

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).

This feature was completed on February 10th, 2012. For details see Bug 335027 -

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". +

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.

Partitioning of large arrays

CDT now displays large arrays as collections of partitions. @@ -248,8 +249,9 @@

  • 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 which is not part of any selected process 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.
  • 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. -

    Example -

    Image:MultiSelectRunControl.png +

    +

    Example

    +

    Image:MultiSelectRunControl.png

    In the above screenshot if the user were to press the Resume button with the current multi-selection the following would happen:

    1. The Consumer 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

      Back to Top

       

      - +
    diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm index 7b3971d6ce9..e90d4300006 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_60.htm @@ -14,8 +14,8 @@ tr {vertical-align: top;} CDT 6.0 New and Noteworthy - -

    CDT 6.0 - New and Noteworthy

    +
    +

    CDT 6.0 - New and Noteworthy

    Note: "New and Noteworthy" for previous versions is at the bottom of this file.

    See What's new in CDT 6.0 on the CDT wiki; may contain other information. @@ -460,7 +460,7 @@ See What's New in CDT 5.0

    CDT 6.0 - New and Noteworthy

    CDT 5.0 - New and Noteworthy

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_70.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_70.htm index f00abe79b3a..0a6852755ee 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_70.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_70.htm @@ -14,8 +14,8 @@ tr {vertical-align: top;} CDT 7.0 New and Noteworthy - -

    CDT 7.0 - New and Noteworthy

    +
    +

    CDT 7.0 - New and Noteworthy

    See What's new in CDT 7.0 on the CDT wiki which may contain more recent information.

    @@ -344,7 +344,7 @@ which may contain more recent information.

    Back to Top

     

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_80.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_80.htm index 0ff1521945f..2aaf44afac1 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_80.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew_80.htm @@ -14,8 +14,8 @@ tr {vertical-align: top;} CDT 8.0 New and Noteworthy - -

    CDT 8.0 - New and Noteworthy

    +
    +

    CDT 8.0 - New and Noteworthy

    See What's new in CDT 8.0 on the CDT Wiki which may contain more recent information.

    @@ -550,7 +550,7 @@ end

    Back to Top

     

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm index 572034835f0..c170436a50b 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_build_conc.htm @@ -9,14 +9,15 @@ - -

    Build

    +
    +

    Build

    This section describes the build views and terminology.

    Building C/C++ Projects

    IBM Copyright Statement

    +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm index edfbe1fcc24..d3b80448f14 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_code_entry.htm @@ -9,8 +9,8 @@ - -

    Coding aids

    +
    +

    Coding aids

    This section provides information on code entry aids.

    Comments
    @@ -18,6 +18,6 @@ Templates

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm index 888cc208407..67696fbb174 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_concepts.htm @@ -9,8 +9,8 @@ - -

    Concepts

    +
    +

    Concepts

    Provides background information for CDT components, tasks and objectives.

    @@ -54,6 +54,7 @@ C/C++ Indexer Progress Bar

    IBM Corporation Statement

    +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm index 31836ceed8a..3259ac0acd5 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_dbg_concepts.htm @@ -9,8 +9,8 @@ - -

    Debug

    +
    +

    Debug

    This section describes CDT debug concepts.

    Breakpoints
    @@ -18,6 +18,6 @@ Debug information

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_edit.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_edit.htm index 74b1aa0d6d6..fc22a9fed55 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_edit.htm @@ -9,13 +9,13 @@ - -

    Editing C/C++ Files

    +
    +

    Editing C/C++ Files

    This section provides information on editing C/C++ files.

    C/C++ editor
    Makefile

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm index d4d85b27755..ea5e422bc4d 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_home.htm @@ -8,8 +8,8 @@ - -

    C/C++ Development User Guide

    +
    +

    C/C++ Development User Guide

    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.

    @@ -31,6 +31,6 @@ not, the base CDT does provide support for integration with the GNU tools for bu Reference

    What's new
    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm index d7099d39d31..7d02f027365 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_o_nav.htm @@ -9,8 +9,8 @@ - -

    Navigation Aids

    +
    +

    Navigation Aids

    This section provides information on navigating through the C/C++ Perspective.

    Outline View
    Project File views
    @@ -24,6 +24,6 @@ Make Targets View
    -->

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm index b4604a5faec..e56c2d384de 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm @@ -7,7 +7,8 @@ -

    Getting Started

    +
    +

    Getting Started

    The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:

    @@ -42,6 +43,7 @@ CDT Home

    QNX Software Systems Copyright Statement

    +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm index 0ff6ed3bb5d..9db5c363982 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -13,7 +13,7 @@ function newWin(url) { --> -

    Tutorial: Creating a simple application

    +

    Tutorial: Creating a simple application

    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 Console also shows which application is running in a title


    QNX Software Systems Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm index e29e21fc1be..dde9e59c20c 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm @@ -14,7 +14,7 @@ function newWin(url) { --> -

    Building a project

    +

    Building a project

    The make output and build progress information displays in the Console view. The Make Targets view displays makefile actions, and the @@ -61,5 +61,5 @@ C/C++ Properties window
    href="cdt_w_newmake.htm">Back: Creating a makefile

    QNX Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm index 0cfecec6297..998b070f848 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_debug.htm @@ -10,7 +10,7 @@ -

    Debugging a project

    +

    Debugging a project

    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.

  • In the left margin of the main.cpp window, double-click to set a breakpoint on:

    -  cout << "You just entered" +  cout << You just entered

    You'll see a blue circle (Breakpoint) there indicating the breakpoint is set.
    @@ -127,6 +127,6 @@ examining the contents of variables.

     

    QNX Copyright Statement - +

  • \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm index 8cf61e38716..ca040c2624a 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm @@ -9,7 +9,7 @@ -

    Importing your C/C++ source files into Eclipse

    +

    Importing your C/C++ source files into Eclipse

    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.

    QNX Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm index 06da44a03f6..5afd41bd604 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm @@ -13,7 +13,7 @@ function newWin(url) { -

    Tutorial: Importing an existing project

    +

    Tutorial: Importing an existing project

    The following tutorial takes you though the process of importing a 'legacy' application using the CDT.

    @@ -86,7 +86,7 @@ function newWin(url) {
    diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm index 9eb9c82ed27..d8a575c4c7d 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm @@ -25,7 +25,7 @@ function newWin(url) { -

    Installing and updating the CDT

    +

    Installing and updating the CDT

    You can use the Software Updates manager to quickly install or update the CDT directly from the Eclipse workbench using your internet connection.

    @@ -82,6 +82,6 @@ function newWin(url) { QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm index 681baa8e4f0..0f980701660 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newcpp.htm @@ -10,7 +10,7 @@ -

    Creating your C++ file

    +

    Creating your C++ file

    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 New > Source File.

  • In the Source file: field, type main.cpp.
    By default the source folder should be your project folder. -
    The template selected is probably "Default C/C++ Source Template." +
    The template selected is probably Default C/C++ Source Template.
  • Click Finish.
  • 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 < 5; ++index) - cout << "HelloWorld!" << endl; + cout << HelloWorld! << endl; char input = 'i'; - cout << "To exit, press 'm'" << endl; + cout << To exit, press 'm' << endl; while(input != 'm') { cin >> input; - cout << "You just entered " << input - << " you need to enter m to exit." << endl; + cout << You just entered << input + << you need to enter m to exit. << endl; } exit(0); } @@ -91,6 +91,6 @@ can build your HelloWorld project, you must create a makefile.

    IBM Copyright Statement - +

  • diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm index 0841251c4cf..927698d91b7 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newmake.htm @@ -15,7 +15,7 @@ function newWin(url) { -

    Creating a makefile

    +

    Creating a makefile

    For the purpose of this tutorial, you were instructed to create a C++ Project which requires you to create a makefile.

    @@ -78,6 +78,6 @@ contains main.cpp and makefile. You can now build your HelloWorld project.

    IBM Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newproj.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newproj.htm index cfe4829423b..48dec435d7d 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newproj.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_newproj.htm @@ -13,7 +13,7 @@ function newWin(url) { -

    Creating a Makefile project

    +

    Creating a Makefile project

    This tutorial describes the process of creating a new C++ project that includes a makefile, and debugging the program.

    @@ -116,5 +116,5 @@ href="../reference/cdt_o_proj_prop_pages.htm">C/C++ Projects view

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm index 01be64da5b3..cb38ccad617 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_prepare_workbench.htm @@ -15,7 +15,7 @@ function newWin(url) { -

    Preparing the Workbench

    +

    Preparing the Workbench

    This tutorial will get you started using the C/C++ Development Toolkit (CDT) in the Workbench.

    First, you will verify that the workbench is properly configured for C/C++ development. It is assumed that:

    @@ -67,5 +67,5 @@ To reset the current perspective to its original layout, from the menu bar selec

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/hw_example.htm b/doc/org.eclipse.cdt.doc.user/getting_started/hw_example.htm index 4dc9597f92d..f5abc5c17bd 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/hw_example.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/hw_example.htm @@ -6,7 +6,8 @@ C++ Hello World example -

    Copy the code below and paste it into the main.cpp file in the Editor view:

    +
    +Copy the code below and paste it into the main.cpp file in the Editor view:

     #include <iostream>
    @@ -26,5 +27,5 @@ int main()
     
     
    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/make_example.htm b/doc/org.eclipse.cdt.doc.user/getting_started/make_example.htm index bfb6452b470..86a51a138a0 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/make_example.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/make_example.htm @@ -6,7 +6,8 @@ C++ Makefile example -

    Copy the script below and paste it into the makefile file in the Editor view:

    +
    +

    Copy the script below and paste it into the makefile file in the Editor view:

     all: hello
    @@ -22,5 +23,5 @@ main.o: main.cpp
     
     
    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/notices.html b/doc/org.eclipse.cdt.doc.user/notices.html index 03889381610..af4b9ab03cd 100644 --- a/doc/org.eclipse.cdt.doc.user/notices.html +++ b/doc/org.eclipse.cdt.doc.user/notices.html @@ -8,7 +8,8 @@ Legal Notices -

    +
    +

    Notices

    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 Terms and conditions regarding the use of this guide.

    +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ceditor_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ceditor_pref.htm index d439040fa1b..7606aa07820 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ceditor_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ceditor_pref.htm @@ -10,7 +10,7 @@ -

    C/C++ editor preferences

    +

    C/C++ editor preferences

    This section describes how to set preferences for the C/C++ editor.

    @@ -29,5 +29,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_dbg_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_dbg_view.htm index 15f079afc08..dcfda0acf28 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_dbg_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_dbg_view.htm @@ -10,7 +10,7 @@ -

    Debug views

    +

    Debug views

    This section describes debug views.

    @@ -25,6 +25,6 @@

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm index 25c86453bc8..18cf71e4c7f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_menu.htm @@ -9,7 +9,7 @@ -

    C/C++ Menubar

    +

    C/C++ Menubar

    This section describes the menubar options available from the C/C++ perspective.

    CDT main menu @@ -32,5 +32,5 @@ alt="CDT main menu"> Window Menu actions

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref.htm index 13229e69e2b..2f6f6ebd98e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref.htm @@ -10,7 +10,7 @@ -

    Managed Make Project preferences

    +

    Managed Make Project preferences

    Customizes the managed make project settings for the entire workspace.

    @@ -25,5 +25,5 @@ entire workspace.

    Settings

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref_macro.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref_macro.htm index 5978b031e29..10d80c4d2c1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref_macro.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_mproj_pref_macro.htm @@ -10,7 +10,7 @@ -

    Managed Make Project preferences, Build Macros

    +

    Managed Make Project preferences, Build Macros

    Customizes the build macros for all managed make projects in the workspace.

    Managed Build Macros Preference page

    @@ -37,5 +37,5 @@ Project Properties, Managed, C/C++ Build, Macros

    Managed Build Project preferences, Environment

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm index 775f2f423c1..893fe8ede21 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm @@ -10,7 +10,7 @@ -

    C/C++ New Project Wizard, Managed Make Project

    +

    C/C++ New Project Wizard, Managed Make Project

    This section describes properties for creating a Managed make project in the C/C++ New Project Wizard.

    Name
    Select a @@ -21,5 +21,5 @@ Project Type

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_sproj.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_sproj.htm index f6816658376..4f6d95f3b21 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_sproj.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_new_sproj.htm @@ -10,7 +10,7 @@ -

    C/C++ New Project Wizard, Standard Make Project

    +

    C/C++ New Project Wizard, Standard Make Project

    This section describes properties for creating a Standard make project in the C/C++ New Project Wizard.

    Name
    Referenced Projects
    @@ -22,5 +22,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_proj_prop_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_proj_prop_pages.htm index 6ed1fda8c69..c9950c52934 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_proj_prop_pages.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_proj_prop_pages.htm @@ -10,7 +10,7 @@ -

    New CDT Project Wizard

    +

    New CDT Project Wizard

    In this section, learn about the C/C++ New CDT Project Wizard.

    New CDT Project Wizard preferences
    @@ -23,5 +23,5 @@

    Nokia Copyright Statement
    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_file.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_file.htm index 24738825642..f2546bb3592 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_file.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_file.htm @@ -10,7 +10,7 @@ -

    C/C++ File Properties

    +

    C/C++ File Properties

    This section describes properties for a Source Files in CDT project

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_folder.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_folder.htm index 5e78a2538c0..61a608335c5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_folder.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_folder.htm @@ -10,7 +10,7 @@ -

    C/C++ Folder Properties

    +

    C/C++ Folder Properties

    This section describes properties for a CDT project Folder

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_proj.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_proj.htm index 1f7f08e3a47..07d61f51a60 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_proj.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_prop_proj.htm @@ -10,7 +10,7 @@ -

    Project Properties

    +

    Project Properties

    This section describes C/C++ Project Properties. To select project properties, right click a project and select Properties.

    @@ -76,5 +76,5 @@ To select project properties, right click a project and select Propertie

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm index 749ffa3c5ed..a0b8005d768 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm @@ -9,7 +9,7 @@ -

    Reference

    +

    Reference

    This section describes the Views, Windows, Dialog Boxes, and Preference Panels available from the C/C++ perspective.

    C/C++ Views and Editors
    @@ -111,5 +111,5 @@ Nokia Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm index de31bae42ab..0e0ce4ac300 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_run_dbg_pages.htm @@ -10,7 +10,7 @@ -

    Run and Debug

    +

    Run and Debug

    Types of Launch configurations supported by CDT

    C/C++ Local Application - run application on local host
    @@ -27,5 +27,5 @@

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm index b2bbe1d9765..c831898a898 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm @@ -10,7 +10,7 @@ -

    C/C++ Views and Editors

    +

    C/C++ Views and Editors

    This section describes views and editors of the C/C++ perspective.

    Selecting Views and Editors
    @@ -41,5 +41,5 @@

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm index 7ae389775f2..d91759b2631 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm @@ -11,7 +11,7 @@ -

    Appearance preferences

    +

    Appearance preferences

    Use the Appearance panel of the Preferences window to customize the appearance of C elements in the viewers. Click Window > Preferences > C/C++ > Appearance to open.

    Appearance Preference

    @@ -69,6 +69,6 @@

    Nokia Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_style_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_style_pref.htm index 8becabb4803..ce3bf383019 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_style_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_style_pref.htm @@ -10,7 +10,7 @@ -

    Code Style preferences

    +

    Code Style preferences

    Use the Code Style preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click Window > Preferences > C/C++ > Code Style to make changes.

    Code Style Preferences

    @@ -80,6 +80,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_templates_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_templates_pref.htm index 5235c658260..7172549b879 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_templates_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_code_templates_pref.htm @@ -10,7 +10,7 @@ -

    +

    Code templates

    The @@ -323,5 +323,5 @@ The New File from Template wizard can be used to create new files based on one o C/C++ editor preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_color.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_color.htm index 349e3454fd1..22f42c5b90e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_color.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_color.htm @@ -11,7 +11,7 @@ -

    Syntax Coloring preferences

    +

    Syntax Coloring preferences

    Use the Syntax Coloring 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.

    Note that general text editor settings such as the background color can be configured on the general Text Editors preference pages. Fonts may be configured on the general Colors and Fonts preference page

    @@ -72,6 +72,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm index 993e6d26ebf..5c78ca61823 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist.htm @@ -10,7 +10,7 @@ -

    Content Assist preferences

    +

    Content Assist preferences

    Use the Content Assist panel to customize the Content Assist feature in C/C++ editors.

    Content Assist Preferences Dialog Box

    @@ -72,6 +72,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm index 20314995e58..de97d0b9307 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm @@ -10,7 +10,7 @@ -

    Advanced preferences

    +

    Advanced preferences

    Use the Advanced panel in the Preferences window to configure the behavior of the Content Assist (Ctrl+Space) command.

    Content Assist Preferences Dialog Box

    @@ -65,6 +65,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_folding.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_folding.htm index d43ae6ff49f..8ca3d5755d2 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_folding.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_folding.htm @@ -10,7 +10,7 @@ -

    Folding preferences

    +

    Folding preferences

    Use the Folding preference panel to customize the C/C++ editor folding behavior.

    Editor Folding Preferences Window

    @@ -95,6 +95,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm index 9dcb520d7b6..bc4e3f6f780 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm @@ -10,7 +10,7 @@ -

    Editor preferences

    +

    Editor preferences

    Use the Editor preference panel to control the appearance of text highlighting in C/C++ editors.

    Editor Preferences Panel

    @@ -67,6 +67,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm index 1e306889336..1497669e64f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_hov.htm @@ -10,7 +10,7 @@ -

    Hovers preferences

    +

    Hovers preferences

    Use the Hovers preference panel to customize the C/C++ editor hover behavior.

    Editor Hover Preferences Panel

    @@ -59,6 +59,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_mark_occurrences.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_mark_occurrences.htm index bce0bca2779..3323d3dbb9f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_mark_occurrences.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_mark_occurrences.htm @@ -9,7 +9,7 @@ -

    Mark Occurrences preferences

    +

    Mark Occurrences preferences

    Use the Mark Occurrences preference panel to set annotations for the C/C++ Editor view.

    Mark Occurrences Preference Panel

    @@ -57,5 +57,5 @@
    C/C++ editor preferences

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm index 6eca520e957..04483eaec55 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_save_actions.htm @@ -10,7 +10,7 @@ -

    Save actions

    +

    Save actions

    Use the Save Actions preference panel to configure actions performed by the C/C++ editor while saving a file.

    Save Actions Preferences

    @@ -52,6 +52,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_scalability.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_scalability.htm index b0272dc0288..bd2fb26d32c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_scalability.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_scalability.htm @@ -10,7 +10,7 @@ -

    Scalability preferences

    +

    Scalability preferences

    Use the Scalability preference panel to configure options for dealing with large source files.

    Scalability Preferences

    @@ -78,6 +78,6 @@ Code Style preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm index 07c2aa75e7c..4ffc6217287 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm @@ -10,7 +10,7 @@ -

    Typing preferences

    +

    Typing preferences

    Use the Typing preference panel to assist in formatting input as you type.

    Typing Preferences

    @@ -80,6 +80,6 @@ Code Style preferences

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_file_types.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_file_types.htm index beb50cc2c79..eedccb3ae1f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_file_types.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_file_types.htm @@ -10,7 +10,7 @@ -

    File Types preference (C/C++)

    +

    File Types preference (C/C++)

    Use the File Types preference panel to define which file extensions are linked to specific languages.

    File Types Preference Panel

    @@ -47,6 +47,6 @@ C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm index 6d682b68236..005234b3f0a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm @@ -10,7 +10,7 @@ -

    C/C++ preferences

    +

    C/C++ preferences

    The C/C++ preference panel allows you to make changes to your C/C++ environment. Click Window > Preferences > C/C++ to view.

    C/C++ Main Preferences Window

    @@ -54,6 +54,6 @@ Views

    Intel Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_call_hierarchy_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_call_hierarchy_view.htm index 72ac6f8f195..4246b9787cb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_call_hierarchy_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_call_hierarchy_view.htm @@ -10,7 +10,7 @@ -

    Call Hierarchy view

    +

    Call Hierarchy view

    The Call Hierarchy view shows the loaded callers and callees for a selected C/C++ function. Right-click a function name in a source file and select Open Call Hierarchy to open a Call Hierarchy view, if none is open, and show the function's callers.

    @@ -115,6 +115,6 @@ Views


    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm index 327b7f707b6..a5c448fea02 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm @@ -10,7 +10,7 @@ -

    Templates preferences

    +

    Templates preferences

    Use the Templates 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 Window > Preferences > C/C++ > Templates.

    @@ -74,6 +74,6 @@ import, or create your own templates click Window > Preferences > C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm index 7490d39cc26..6ed08182645 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_pref.htm @@ -11,7 +11,7 @@ -

    Console preferences

    +

    Console preferences

    Use the Console preference panel to customize the appearance of messages that appear in the Console view.

    Console Preferences Panel

    @@ -88,6 +88,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm index f93e0060619..d601d90e68b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm @@ -9,7 +9,7 @@ -

    Console view

    +

    Console view

    The Console 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.

    Console View

    @@ -149,5 +149,5 @@ you see one or more of the following options in a context menu depending on the Red Hat Copyright Statement
    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm index efb83cf0cca..161d8db37cb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_cproj_view.htm @@ -10,7 +10,7 @@ -

    C/C++ Projects view

    +

    C/C++ Projects view

    Note: This view is not supported anymore. It is recommended to use the Project Explorer view.

    The C/C++ Project view displays, in a tree structure, only elements relevant to C and C++ project files, similar to the Project Explorer 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

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm index 1b62ebd1acb..db8623f83be 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_create_make_target.htm @@ -9,7 +9,7 @@ -

    Create a Make Target

    +

    Create a Make Target

    Use the Create a Make Target dialog box to define build settings when creating a Make Target.

    @@ -65,6 +65,6 @@ IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_breadcrumb.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_breadcrumb.htm index 3af5ca9e8ae..f5e7addcbd6 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_breadcrumb.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_breadcrumb.htm @@ -8,7 +8,7 @@ -

    Debug Breadcrumb

    +

    Debug Breadcrumb

    Use the Debug Breadcrumb layout to show a compact presentation of the currently active debug context and its parents.

    Debug Breadcrumb

    To show the Debug Breadcrumb layout, in the Debug view toolbar select View Menu > Layout > Breadcrumb. 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.

    @@ -25,5 +25,5 @@

    Related reference
    Debug View

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_brkpt_actions.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_brkpt_actions.htm index 1273d8a39b5..944c102afe2 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_brkpt_actions.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_brkpt_actions.htm @@ -10,7 +10,7 @@ -

    Breakpoint Actions preferences

    +

    Breakpoint Actions preferences

    Use the Breakpoint Actions page in the Preferences window to create, edit, and remove breakpoint actions. The breakpoint actions defined here are available to all projects in the current workspace.

    Breakpoint Actions preference page

    @@ -50,6 +50,6 @@
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm index de013804f14..308a788d9db 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_pref.htm @@ -9,7 +9,7 @@ -

    Debug preferences

    +

    Debug preferences

    The C/C++ Debug panel controls general settings for C/C++ debugging.

    C/C++ Debug preferences panel

    @@ -62,6 +62,6 @@ Views

    Nokia Copyright Statement
    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm index dbf2329503b..a6e5346907a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm @@ -10,7 +10,7 @@ -

    Source Lookup Path preference

    +

    Source Lookup Path preference

    Use the Source Lookup Path preference page to add or remove source containers.

    @@ -66,6 +66,6 @@

    Nokia Copyright Statement
    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm index 621605e0671..9b0eabb53c0 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm @@ -11,7 +11,7 @@ -

    Debug view

    +

    Debug view

    The Debug view shows the target debugging information in a tree hierarchy.

    Debug view

    @@ -333,6 +333,6 @@ debugging attached processes). Nokia Copyright Statement
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm index df0f3b6e848..7fbad746f99 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_debug.htm @@ -10,7 +10,7 @@ -

    Debug preferences

    +

    Debug preferences

    Use the Debug preference panel in the Preferences window to manage common globally defined debug settings.

    Debug Preferences @@ -63,5 +63,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_discovery_preferences.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_discovery_preferences.htm index 92411733d6b..8e44c338ed3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_discovery_preferences.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_discovery_preferences.htm @@ -9,7 +9,7 @@ -

    Discovery Options page, C/C++ Preferences window

    +

    Discovery Options page, C/C++ Preferences window

    You can define the discovery options on the Discovery Options page of a C/C++ Preferences window.

    @@ -30,6 +30,6 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm index 4cc2773ac5e..9939e553839 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dissassembly_view.htm @@ -10,7 +10,7 @@ -

    Disassembly view

    +

    Disassembly view

    The Disassembly 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:

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm index bad7c2b0e2f..cf041783ff3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dsfgdb.htm @@ -10,7 +10,7 @@ -

    GDB Debugging Preferences

    +

    GDB Debugging Preferences

    Use this preferences panel to control how the CDT debugger behaves when debugging with GDB, specifically when using a GDB (DSF) launcher. @@ -138,6 +138,6 @@ specifically when using a GDB (DSF) launcher.


    IBM Copyright Statement

    - +
    - \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm index 73263253d65..9ba6e6a9027 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_editor_view.htm @@ -9,7 +9,7 @@ -

    Editor view

    +

    Editor view

    The C/C++ editor provides specialized features for editing C/C++ related files.

    C/C++ Editor

    Associated with the editor is a C/C++-specific Outline view, @@ -34,6 +34,6 @@ and key binding actions.

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm index 93e6d4e482b..e136a355b13 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm @@ -11,7 +11,7 @@ -

    Environment preferences

    +

    Environment preferences

    Use the Environment preference panel to define environment variables and their use.

    Environment Preference

    @@ -65,6 +65,6 @@

    Nokia Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_discovery.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_discovery.htm index 48c38725e58..1c31cec923e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_discovery.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_discovery.htm @@ -7,7 +7,7 @@ -

    C/C++ File Properties, Discovery Options

    +

    C/C++ File Properties, Discovery Options

    Use the Discovery Options property panel to define the discovery option properties of a C/C++ file's.

    @@ -125,5 +125,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_inc.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_inc.htm index c15d6e5f16a..0cbc6ee74cd 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_inc.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_inc.htm @@ -9,7 +9,7 @@ -

    C/C++ File Properties, Paths and Symbols, Includes

    +

    C/C++ File Properties, Paths and Symbols, Includes

    Use the Paths and Symbols properties panel Includes tab to modify the list of included paths and change the order in which they are referenced.

    C/C++ File Properties, Paths and Symbols, Includes

    @@ -105,6 +105,6 @@

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lang_mapp.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lang_mapp.htm index faaedfdf111..950e1ce217c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lang_mapp.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lang_mapp.htm @@ -10,7 +10,7 @@ -

    Language Mappings preferences

    +

    Language Mappings preferences

    Use the Language Mappings properties panel to customize the use of C/C++ language associations for the file.

    Language Mappings preference page

    @@ -52,6 +52,6 @@

    Nokia Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lng.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lng.htm index eb4d794bb7d..3b2b06bd6b1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lng.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_lng.htm @@ -7,7 +7,7 @@ -

    C/C++ File Properties, Language mappings

    +

    C/C++ File Properties, Language mappings

    Customize the use of C/C++ language associations in the Language Mappings preference panel for individual files.

    C/C++ Project Properties, Language mapping

    @@ -34,5 +34,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_steps.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_steps.htm index 0c6c80302e6..76290364f82 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_steps.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_steps.htm @@ -7,7 +7,7 @@ -

    C/C++ File Properties, Build, Settings, Build Steps tab

    +

    C/C++ File Properties, Build, Settings, Build Steps tab

    Use the Build Steps 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

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_sym.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_sym.htm index 63d8e8a10ca..3b089bed81d 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_sym.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_sym.htm @@ -9,7 +9,7 @@ -

    C/C++ File Properties, Paths and Symbols, Symbols

    +

    C/C++ File Properties, Paths and Symbols, Symbols

    Use the Paths and Symbols properties panel # Symbols tab to modify the list of preprocessor symbols.

    C/C++ File Properties, Paths and Symbols, Symbols

    @@ -99,6 +99,6 @@

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_toolsettings.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_toolsettings.htm index da159460849..7beb016d754 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_toolsettings.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fileprop_toolsettings.htm @@ -7,7 +7,7 @@ -

    C/C++ File Properties, Build, Settings, Tool settings tab

    +

    C/C++ File Properties, Build, Settings, Tool settings tab

    Customizes the tools and tool options used in your build configuration.

    C/C++ File Properties, Build, Settings, Tool Settings tab

    @@ -106,5 +106,5 @@ Customizes the tools and tool options used in your build configuration.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_find_replace.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_find_replace.htm index 725820aa63e..382b6d017e5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_find_replace.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_find_replace.htm @@ -7,7 +7,7 @@ C/C++ Find/Replace -

    C/C++ Find/Replace

    +

    C/C++ Find/Replace

    Ctrl+F (or Edit > Find/Replace) displays the Find/Replace dialog. Here you can specify text to search for and optionally text with which to replace it.

    @@ -54,5 +54,5 @@ of incremental find in the Status Line.

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_discovery.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_discovery.htm index cef94f6d29d..19954c90c84 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_discovery.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_discovery.htm @@ -7,7 +7,7 @@ -

    C/C++ Folder Properties, Discovery Options

    +

    C/C++ Folder Properties, Discovery Options

    You can define the discovery options on the Discovery Options page of a C/C++ project's properties window.

    @@ -126,5 +126,5 @@ of a C/C++ project's properties window.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_resource.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_resource.htm index d04b42e252d..638a498617a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_resource.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_resource.htm @@ -7,7 +7,7 @@ -

    C/C++ Folder Properties, Resource

    +

    C/C++ Folder Properties, Resource

    C/C++ Folder Properties, Resource

    @@ -58,5 +58,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm index 210b968ddc6..7843918ff5e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_fprop_toolsettings.htm @@ -7,7 +7,7 @@ -

    C/C++ Folder Properties, Build, Settings, Tool settings tab

    +

    C/C++ Folder Properties, Build, Settings, Tool settings tab

    Customizes the tools and tool options used in your build configuration.

    C/C++ Folder Properties, Build, Settings, Tool settings tab

    @@ -110,5 +110,5 @@ Customizes the tools and tool options used in your build configuration.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_gdb_mi.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_gdb_mi.htm index 47cd52f3ee5..05f0e859ed1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_gdb_mi.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_gdb_mi.htm @@ -11,7 +11,7 @@ -

    Debug GDB MI page, Preferences window

    +

    Debug GDB MI page, Preferences window

    Use the GDB MI preference panel to manipulate certain GDB timeout settings.

    Debug GDB MI Preferences

    @@ -51,6 +51,6 @@ GDB Debugging preferences


    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_icons.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_icons.htm index 4915f85da61..1b4a1683a90 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_icons.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_icons.htm @@ -12,7 +12,7 @@ Provides a structural view of your code. END INFOPOP--> -

    C/C++ Icons

    +

    C/C++ Icons

    The table below lists the icons displayed in the C/C++ perspective.

    @@ -134,6 +134,6 @@ C/C++ Projects view


    Views

    IBM Copyright Statement. - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_include_browser_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_include_browser_view.htm index f193e688329..33ecf67ad38 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_include_browser_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_include_browser_view.htm @@ -8,7 +8,7 @@ -

    +

    Include Browser view

    @@ -169,5 +169,5 @@


    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_indexer_preference.html b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_indexer_preference.html index 6d104f54cf8..95fc083c56f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_indexer_preference.html +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_indexer_preference.html @@ -8,7 +8,7 @@ -

    Indexer preferences (C/C++)

    +

    Indexer preferences (C/C++)

    Use the Indexer preference panel to select the indexer used by default for new projects and configure its behavior.

    Indexer Preferences Window

    @@ -117,5 +117,5 @@ editor

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm index 67b72aa973c..d9d93139c2e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_language_mapping_pref.htm @@ -11,7 +11,7 @@ -

    Language Mappings preferences

    +

    Language Mappings preferences

    Use the Language Mappings preference panel to customize the use of C/C++ language associations for the workspace.

    Language Mappings preferences

    @@ -65,6 +65,6 @@

    Nokia Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm index 48c3bb35ee6..2e5fe91a171 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm @@ -8,7 +8,7 @@ -

    Edit Menu actions

    +

    Edit Menu actions

    Selecting Edit Menu

    @@ -192,5 +192,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm index b7059223524..2ef7d4914e5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm @@ -10,7 +10,7 @@ -

    File Menu actions

    +

    File Menu actions

    Selecting File Menu

    @@ -137,5 +137,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm index 95628b33111..bad8cc190da 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_navigate.htm @@ -9,7 +9,7 @@ -

    Navigate Menu actions

    +

    Navigate Menu actions

    Selecting Navigate Menu

    @@ -146,5 +146,5 @@ Refer to the Java Development User Guide for details.

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm index 760cdce0079..3ee5ce890cd 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm @@ -9,7 +9,7 @@ -

    Project Menu actions

    +

    Project Menu actions

    Selecting Project Menu

    @@ -86,5 +86,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm index af9c8eeb6c0..f9046de7912 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm @@ -9,7 +9,7 @@ -

    Refactor Menu actions

    +

    Refactor Menu actions

    Selecting Refactor Menu

    @@ -26,5 +26,5 @@

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm index 614672e5b20..8bb92c2fecb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_run.htm @@ -10,7 +10,7 @@ -

    Run Menu actions

    +

    Run Menu actions

    Run Menu

    @@ -75,5 +75,5 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm index ec109c8c366..c9fac4ae3ec 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_search.htm @@ -8,7 +8,7 @@ -

    Search Menu actions

    +

    Search Menu actions

    Search menu commands open the search dialog. There are specialized tabs on the general Search dialog to help you search for:

    • Files, or for text in files
    • @@ -64,5 +64,5 @@

      IBM Copyright Statement

      - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm index 0042ff84b13..00118d4304c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_window.htm @@ -8,7 +8,7 @@ -

    Window Menu actions

    +

    Window Menu actions

    Window Menu

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm index 7a29bb38036..6ca13f56343 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm @@ -11,7 +11,7 @@ -

    Make Targets preferences

    +

    Make Targets preferences

    Use the Make Targets preference panel in the Preferences window to set make target options.

    @@ -68,6 +68,6 @@

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_settings_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_settings_pref.htm index 9288da3666a..aa6b95aae94 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_settings_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_settings_pref.htm @@ -11,7 +11,7 @@ -

    Settings preferences

    +

    Settings preferences

    Use the Settings preference panel in the Preferences window to specify the Makefile style and include directories.

    @@ -66,6 +66,6 @@
    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm index 0d3cf783e6f..b817fca4628 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_view.htm @@ -10,7 +10,7 @@ -

    Make Targets view

    +

    Make Targets view

    Use the Make Targets view to select the make targets you want to build in your workspace.

    @@ -79,5 +79,5 @@ IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_makefile_settings_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_makefile_settings_pref.htm index 2b5f8d253b5..247a92778fb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_makefile_settings_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_makefile_settings_pref.htm @@ -11,7 +11,7 @@ -

    Makefile Editor preferences

    +

    Makefile Editor preferences

    Use the Makefile Editor preference panel in the Preferences window to set syntax and folding options for the Makefile editor.

    @@ -73,6 +73,6 @@
    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm index 14bbabff111..5144f141186 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mem_view_pref.htm @@ -13,7 +13,7 @@ -

    Traditional Memory Rendering preferences

    +

    Traditional Memory Rendering preferences

    Use the Traditional Memory Rendering preference panel to change the appearance of the Memory view when displaying memory in traditional mode.

    C/C++ Projects View

    @@ -96,6 +96,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm index c739594b74d..814ffca12ad 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_memoryview.htm @@ -12,7 +12,7 @@ -

    Memory view

    +

    Memory view

    The Memory view of the Debug perspective lets you monitor and modify your process memory. The process memory @@ -218,6 +218,6 @@ configured to display two renderings simultaneously.


    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_build.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_build.htm index 052658032ce..9c22813f53b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_build.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_build.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Managed Make File, C/C++ Build

    +

    C/C++ Project Properties, Managed Make File, C/C++ Build

    Customizes the options used for a specific file in your build configuration. Select a tab in the Resource Configuration settings area to set a specific category of options. @@ -38,5 +38,5 @@ File, Info
    Build

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_info.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_info.htm index b8714b93d36..1bd158d2144 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_info.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_info.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Managed Make File, Info

    +

    C/C++ Project Properties, Managed Make File, Info

    C/C++ Project Properties, Managed Make File, Info

    @@ -31,5 +31,5 @@ File, C/C++ Build
    C++ Project Properties, Managed, Info

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_rcbs.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_rcbs.htm index 06c623ae5d7..2651d23743f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_rcbs.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_rcbs.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Managed Make File, C/C++ Build, Custom +

    C/C++ Project Properties, Managed Make File, C/C++ Build, Custom Build Steps

    Customizes the selected build configuration allowing the specification of a user defined build command step @@ -62,5 +62,5 @@ File, Info
    C++ Project Properties, Managed, C/C++ Build, Tool Settings

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_tool_settings.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_tool_settings.htm index e91ce49025b..7716667fefd 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_tool_settings.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_mfile_tool_settings.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Managed Make File, C/C++ Build, Tool +

    C/C++ Project Properties, Managed Make File, C/C++ Build, Tool Settings

    Customizes the tools and tool options used by the selected file in your build configuration. @@ -36,5 +36,5 @@ File, Info
    Managed, C/C++ Build, Tool Settings

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm index 3798cfaca37..4bafd780f89 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_modules_view.htm @@ -13,7 +13,7 @@ -

    Modules view

    +

    Modules view

    The Modules view of the Debug perspective lets you view information about the modules loaded in the current @@ -77,6 +77,6 @@ source files, etc.

    IBM Copyright Statement
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm index c6e20e44460..0c40db17a6f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_navigator_view.htm @@ -10,7 +10,7 @@ -

    Navigator view

    +

    Navigator view

    The Navigator view provides a hierarchical view of the resources in the Workbench including hidden files.

    Navigator View

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz.htm index ceb99d54f51..18d725ce476 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz.htm @@ -7,7 +7,7 @@ New Project Wizard -

    New Project Wizard

    +

    New Project Wizard

    The New Project wizard helps you create a new C or C++ project in the workbench. To access the wizard, from the menu bar select File > New > Project. @@ -51,5 +51,5 @@ ALT="Related concepts" width="143" height="21">
    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_config.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_config.htm index 4d0b97945c5..992b2887cf3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_config.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_config.htm @@ -7,7 +7,7 @@ -

    New Project Wizard, Select configurations

    +

    New Project Wizard, Select configurations

    You can select configuration(s) from this page of the wizard.

    New Project Wizard, Select configurations

    @@ -67,5 +67,5 @@ ALT="Related concepts" width="143" height="21">
    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_name.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_name.htm index 5b24ca9e0d0..d7dbb81e2ab 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_name.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_name.htm @@ -7,7 +7,7 @@ -

    New Project Wizard - Select Name and Location

    +

    New Project Wizard - Select Name and Location

    Select a name for the project. You can also enter a new path for your project by deselecting the Use Default Location checkbox and entering the new path in the Location text box.

    @@ -57,5 +57,5 @@ ALT="Related concepts" width="143" height="21">

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_toolchain.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_toolchain.htm index 44e8917909e..febc2023cba 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_toolchain.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_toolchain.htm @@ -7,7 +7,7 @@ -

    New Project Wizard, Select a toolchain

    +

    New Project Wizard, Select a toolchain

    You can select toolchain(s) from this page of the wizard. A toolchain is a set of tools (such as a compiler, linker, and assembler) intended to build your project. Additional tools, such as a debugger, can be associated with a toolchain. There can be several toolchains available, depending on the project type you specify, and the compilers installed on your system.

    @@ -53,5 +53,5 @@ ALT="Related concepts" width="143" height="21">
    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_type.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_type.htm index b4c655c1f7d..4990b4c3846 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_type.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_type.htm @@ -7,7 +7,7 @@ -

    New Project Wizard, Select a Project Type

    +

    New Project Wizard, Select a Project Type

    You can select a type of project from this page of the wizard. This project type will determine the toolchain and data, and tabs that the CDT uses. Once created, C/C++ projects display in the C/C++ Projects view.

    New Project Wizard, Select a Project Type

    @@ -52,5 +52,5 @@ ALT="Related concepts" width="143" height="21">
    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_behavior.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_behavior.htm index 9dde37f9e99..abd1cdd37f3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_behavior.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_behavior.htm @@ -9,7 +9,7 @@ -

    Makefile Project - Behavior page

    +

    Makefile Project - Behavior page

    Use the Behavior page in the Makefile Projects preference panel to define build behavior.

    Makefile project - behavior page

    @@ -73,6 +73,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm index 1a8cedd586a..bf296fc0785 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm @@ -10,7 +10,7 @@ -

    Makefile Project - Builder Settings page

    +

    Makefile Project - Builder Settings page

    Use the Builder Settings page in the Makefile Projects preference panel to define build settings.

    Make Builder Preferences window

    @@ -65,6 +65,6 @@
    IBM Copyright Statement
    Nokia Copyright Statement - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_def_symb.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_def_symb.htm index 44a90c5be86..8cb2779458f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_def_symb.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_def_symb.htm @@ -21,7 +21,7 @@ END INFOPOP--> -

    Manage defined symbols dialog box

    +

    Manage defined symbols dialog box

    You can manage preprocessor symbols from the Manage defined symbols dialog box.

    Project properties

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_discovery_options.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_discovery_options.htm index f7dc3c311e1..8cfdf7bdaa5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_discovery_options.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_discovery_options.htm @@ -10,7 +10,7 @@ -

    Makefile Project - Discovery Options page

    +

    Makefile Project - Discovery Options page

    Use the Discovery Options page in the Makefile Projects preference panel to configure various options for the scanner configuration.

    Makefile project - discovery options page

    @@ -76,6 +76,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_binary.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_binary.htm index 6b26022882b..1f7d673711a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_binary.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_binary.htm @@ -11,7 +11,7 @@ -

    Makefile Project - Binary Parsers page

    +

    Makefile Project - Binary Parsers page

    Use the Binary Parser page in the Makefile Project preference panel to manage the binary parsers available to projects.

    Binary Parser Preferences Panel

    @@ -59,6 +59,6 @@
    IBM Copyright Statement
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm index 890c002e21f..7380d82f057 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm @@ -11,7 +11,7 @@ -

    Makefile Project - Error Parsers page

    +

    Makefile Project - Error Parsers page

    Use the Error Parsers page in the @@ -76,6 +76,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - +

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_platf.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_platf.htm index 76666253f96..10589223153 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_platf.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_platf.htm @@ -11,7 +11,7 @@ -

    Target platform, C/C++ Properties window

    +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm index 6644fb36c5f..d236ba46f22 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_open_element.htm @@ -9,7 +9,7 @@ -

    Open Element

    +

    Open Element

    Use Open Element to open up the declaration of C/C++ classes, structures, unions, typedefs, enumerations, namespaces, functions, methods and variables.

    @@ -20,6 +20,6 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm index 84b5413056d..097ece4ca95 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm @@ -10,7 +10,7 @@ -

    Outline view

    +

    Outline view

    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.

    @@ -165,6 +165,6 @@ C/C++ Projects view

    Views


    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm index 593750ab3c2..6bb4a8609a1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build.htm @@ -11,7 +11,7 @@ -

    Build preferences

    +

    Build preferences

    Use the Build preference panel to define build options.

    @@ -28,6 +28,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm index b51ef9cf239..d32a8ce53b5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm @@ -11,7 +11,7 @@ -

    Error Parser Options

    +

    Error Parser Options

    Use the Error Parsers Tab on Build preference panel to define global error parsing options. @@ -141,6 +141,6 @@ IBM Copyright Statement
    Nokia Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm index a31c04e56c7..b9ab714f60e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_vars.htm @@ -11,7 +11,7 @@ -

    Build Variables preferences

    +

    Build Variables preferences

    Use the Build Variables preference panel to add, edit, or remove local build variables. Local build variables are displayed in bold text.

    Build Variables Preferences Page

    @@ -55,6 +55,6 @@
    Nokia Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_multi_cfg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_multi_cfg.htm index f0d3c37378b..c3bca8e9479 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_multi_cfg.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_multi_cfg.htm @@ -10,7 +10,7 @@ -

    Multi-Configuration Edit preferences

    +

    Multi-Configuration Edit preferences

    Use the Multi-Configuration Edit preference panel to simultaneously edit properties for multiple project configurations. Its possible to select one or more configurations for editing.

    But, then we deal with string list property values, it is not obvious how to concatenate them, if they differ.

    Multi-Configuration Edit preferences tab

    @@ -63,6 +63,6 @@

    Related reference
    Property Pages Settings preferences

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm index 233b5a14abb..ab469cff846 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm @@ -10,7 +10,7 @@ -

    Property Pages Settings preferences

    +

    Property Pages Settings preferences

    Use the Property Pages Settings preference panel to set the behaviors of CDT property pages.

    Property Pages Settings Preference Panel

    @@ -79,6 +79,6 @@

    Related reference
    Multi-Configuration Edit preferences

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_task_tags.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_task_tags.htm index 825f4be97a8..eff22be6717 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_task_tags.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_task_tags.htm @@ -10,7 +10,7 @@ -

    Task Tags preferences

    +

    Task Tags preferences

    Use the Task Tags preference panel to configure global todo tags for C/C++ editor views.

    Task Tags Preferences

    @@ -74,6 +74,6 @@
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_defaults.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_defaults.htm index edcd21623a7..e5b9b46ffc0 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_defaults.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_defaults.htm @@ -9,7 +9,7 @@ -

    CDT Project Wizard Defaults preferences

    +

    CDT Project Wizard Defaults preferences

    These settings affect CDT New Project Wizard behaviour.

    CDT Project Wizard Defaults preferences tab

    @@ -29,6 +29,6 @@
    Saves current settings.
    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_toolchains.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_toolchains.htm index 11e94f71968..dc774ebdab1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_toolchains.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_wizard_toolchains.htm @@ -10,7 +10,7 @@ -

    New CDT Project Wizard preferences

    +

    New CDT Project Wizard preferences

    Use the New CDT Project Wizard to define which toolchains are selected in New CDT Project Wizard by default.

    CDT Project Wizard Toolchains preferences tab

    @@ -58,6 +58,6 @@
    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm index 21726fd8e02..96afc19ae83 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm @@ -10,7 +10,7 @@ -

    Problems view (C/C++)

    +

    Problems view (C/C++)

    Use the Problems view to display any errors encountered during a build.

    Problems View

    @@ -50,6 +50,6 @@ If you select an error the associated file will open in a C/C++ Editor
    Nokia Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm index 5811f8892e1..0847ce1cc3b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_project_explorer_view.htm @@ -10,7 +10,7 @@ -

    Project Explorer view

    +

    Project Explorer view

    The Project Explorer view displays, in a tree structure similar to the C/C++ Projects view, but it is not limited to C and C++ projects. In this view you can do the following:

    • Browse the elements of C/C++ source files
    • @@ -228,5 +228,5 @@ IBM Copyright Statement

      - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_all.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_all.htm index 4e38cf20622..ed3577ac324 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_all.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_all.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Configuration management

    +

    C/C++ Project Properties, Configuration management

    All CDT-specific property pages have unified controls to handle configurations. @@ -83,5 +83,5 @@ to handle configurations.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build.htm index a1e6bd17524..e446b5934fa 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, C/C++ Build

    +

    C/C++ Project Properties, C/C++ Build

    This page serves as the main window that contains all builder-specific property pages. In addition, directly from this window you can define preferences for the Builder settings and Behaviour properties.

    @@ -211,6 +211,6 @@ and, moreover, change the visibility of other property pages.

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm index 0f979e5de2e..82c33e43722 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_discovery.htm @@ -8,11 +8,11 @@ -

    Discovery Options properties

    +

    Discovery Options properties

    Use the Discovery Options properties panel to control how information required to build your project is discovered, enhance search and Content Assist functionality, and automatically enhance your makefile, such as include paths and symbol definitions.

    Discovery options preference page

    - +
    @@ -172,5 +172,5 @@ the entire project (configuration). This means that both the project and per-fil


    QNX Copyright Statement

    - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm index 0c9ef687baa..e6acfc1efc1 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm @@ -8,7 +8,7 @@ -

    C/C++ Project Properties, Environment

    +

    C/C++ Project Properties, Environment

    Use the Environment property page to customize the build environment for all projects in the workspace; it lets you control the environment variables used by the build.

    C/C++ Project Properties, Environment

    @@ -143,5 +143,5 @@ Use the Environment property page to customize the build enviro

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm index 8e1e8358804..94b36ef1be3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_artifact.htm @@ -8,7 +8,7 @@ -

    C/C++ Properties, Build, Settings, Build Artifact tab

    +

    C/C++ Properties, Build, Settings, Build Artifact tab

    Use the Build Artifacts properties tab to specify build artifact information, such as the type and name, that gets built by the selected build configuration.

    C/C++ Properties, Build, Settings, Build Artifact tab

    @@ -115,5 +115,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm index 4bce46d8fcd..2fc03874cad 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_binparser.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Build, Settings, Binary Parser

    +

    C/C++ Project Properties, Build, Settings, Binary Parser

    Use the Binary Parsers properties tab to ensure the accuracy of the Project Explorer and C/C++ Projects views, and to successfully run and debug your programs. After you select the correct parser for your @@ -125,5 +125,5 @@ symbols of the object file using the C/C++ Projects view.


    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm index a299ed0a2e1..566c8c54473 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Build, Settings, Error Parsers

    +

    C/C++ Project Properties, Build, Settings, Error Parsers

    Use the Error Parsers properties tab to customize the list of parsers that detect error messages in the build output log.


    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_steps.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_steps.htm index ee75529c28b..39c3a44e902 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_steps.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_steps.htm @@ -7,7 +7,7 @@ -

    C/C++ Properties, Build, Settings, Build Steps tab

    +

    C/C++ Properties, Build, Settings, Build Steps tab

    Use the Build Steps properties tab to customize the selected build configuration allowing for the specification of user defined build command steps, as well displaying a descriptive message in the build output, immediately before and after, normal build @@ -139,5 +139,5 @@ including pre-build or post-build steps.


    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_tool.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_tool.htm index 95f71fef0a3..7d0a6d548a2 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_tool.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_tool.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Build, Settings, Tool settings tab

    +

    C/C++ Project Properties, Build, Settings, Tool settings tab

    Use the Tool Settings properties tab to customize the tools and tool options used in your build configuration.

    C/C++ Project Properties, Build, Settings, Tool Settings tab

    @@ -105,5 +105,5 @@ Use the Tool Settings properties tab to customize the tools and

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm index 67ce82d5288..73483b5c4aa 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_toolchain.htm @@ -7,7 +7,7 @@ -

    Tool chain editor preferences (C/C++ Project Properties)

    +

    Tool chain editor preferences (C/C++ Project Properties)


    Customizes the toolchain used in your build configuration; it lets you specify which tools the builder needs to include when it builds the project for a specified toolchain and configuration.

    @@ -101,5 +101,5 @@ you specify which tools the builder needs to include when it builds the project

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm index dd8b24fd2bc..5fcd7f794bc 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_variables.htm @@ -7,7 +7,7 @@ -

    Variables properties (C/C++ Project Properties)

    +

    Variables properties (C/C++ Project Properties)

    Customizes the Eclipse CDT build environment variables for all projects in the workspace; it lets you control the environment variables used by the build to for the purposes of building the selected configuration.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm index 88967501b1c..55c061fb216 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_builders.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Builders

    +

    C/C++ Project Properties, Builders

    You can select which Builders to enable for this project and in which order they are used.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_cfg_dialog.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_cfg_dialog.htm index 9172eab6f53..c57a4769c07 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_cfg_dialog.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_cfg_dialog.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Configurations management.

    +

    C/C++ Project Properties, Configurations management.

    All CDT-specific property pages have unified controls to handle configurations. @@ -81,5 +81,5 @@ Selected configuration would not be made Active configuration (used to build pro

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general.htm index 11b706bc851..13467635e4c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, C/C++ General

    +

    C/C++ Project Properties, C/C++ General

    General project properties

    C/C++ Project Properties, C/C++ General

    @@ -79,5 +79,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_doc.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_doc.htm index 4d59cabeb73..b35b4cbeb05 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_doc.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_doc.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, C/C++ Documentation

    +

    C/C++ Project Properties, C/C++ Documentation

    You can select which installed documentation to use for your project.

    C/C++ Project Properties, C/C++ Documentation

    @@ -80,5 +80,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_exp.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_exp.htm index 1d23c041b20..6135ef5de5b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_exp.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_exp.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, General, Export page

    +

    C/C++ Project Properties, General, Export page

    You can modify the list of exported elements (include paths, symbols, libraries, library paths)

    @@ -100,6 +100,6 @@ There are 2 ways to make value exported: - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm index 0cabb335c04..0f685bc8c11 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_idx.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, C/C++ Indexer

    +

    C/C++ Project Properties, C/C++ Indexer

    You can select which C/C++ Indexer to use for your project. The indexer is necessary for search and related features, like content assist.

    @@ -87,5 +87,5 @@ disables indexing. Every indexer may have its own set of options.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_lng.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_lng.htm index de9eda93e19..880573824f0 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_lng.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_lng.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Language mappings

    +

    C/C++ Project Properties, Language mappings

    Customize the use of C/C++ language associations in the Language Mappings preference panel for a project.

    C/C++ Project Properties, Language mapping

    @@ -40,5 +40,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_hier.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_hier.htm index 5c13bca6ef4..ed36a943444 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_hier.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_hier.htm @@ -9,7 +9,7 @@ -

    C/C++ Properties, Include Paths and Symbols, Data hierarchy tab

    +

    C/C++ Properties, Include Paths and Symbols, Data hierarchy tab

    Use the Data Hierarchy tab in the Paths and Symbols properties panel to inspect all data related to Project/Configuration description.

    This tab is optional, it can be enabled/disabled in Preferences.

    @@ -112,6 +112,6 @@ width="143" height="21">
    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_inc.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_inc.htm index 2bfd8f9230a..4e037ac29d5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_inc.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_inc.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Includes

    +

    C/C++ Project Properties, Paths and Symbols, Includes

    You can modify the list of included paths and change the order in which they are referenced.

    C/C++ Project Properties, Paths and Symbols, Includes

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_lib.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_lib.htm index 5ee6b721c2c..dbfc5d5705b 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_lib.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_lib.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Libraries

    +

    C/C++ Project Properties, Paths and Symbols, Libraries

    You can modify the list of libraries and change the order in which they are referenced.

    C/C++ Project Properties, Paths and Symbols, Libraries - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_libpath.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_libpath.htm index 7d24b36ce60..cb8e601caad 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_libpath.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_libpath.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Library paths

    +

    C/C++ Project Properties, Paths and Symbols, Library paths

    You can modify the list of library paths and change the order in which they are referenced.

    C/C++ Project Properties, Paths and Symbols, Library paths

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_out.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_out.htm index 0eedd0cb70e..c4a24c3fba9 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_out.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_out.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Output location

    +

    C/C++ Project Properties, Paths and Symbols, Output location

    You can modify a list of project output entries effective in given configuration.

    @@ -88,6 +88,6 @@ alt="C/C++ Project Properties, Paths and Symbols, Output location">

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_ref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_ref.htm index 3be8e44f4be..f41bff2605a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_ref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_ref.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Project References

    +

    C/C++ Project Properties, Paths and Symbols, Project References

    Project references are a powerful way of expressing dependencies between Build configurations in different projects. Specifically they perform 2 roles: @@ -121,5 +121,5 @@ up the Include paths and Library link lines.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_src.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_src.htm index 9a51f68ef23..e4f160c757c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_src.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_src.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Source location

    +

    C/C++ Project Properties, Paths and Symbols, Source location

    You can modify a list of project source entries effective in given configuration.

    @@ -88,6 +88,6 @@ alt="C/C++ Project Properties, Paths and Symbols, Source location">

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_sym.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_sym.htm index 2fca8bb6a74..0d602479909 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_sym.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_pns_sym.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Paths and Symbols, Symbols

    +

    C/C++ Project Properties, Paths and Symbols, Symbols

    You can modify the list of preprocessor symbols.

    C/C++ Project Properties, Paths and Symbols, Symbols

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_typ.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_typ.htm index 6008f5e24c9..72d3ba3a9f7 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_typ.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_general_typ.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, File Types

    +

    C/C++ Project Properties, File Types

    You can view a list of file types on the File Types page of a C/C++ project's properties window.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_dialog.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_dialog.htm index e86f046329f..340c0372df7 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_dialog.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_dialog.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Manage Configuration Dialog

    +

    C/C++ Project Properties, Manage Configuration Dialog

    Manages the configurations defined for the project. Select a button to add, rename, remove configuration or set it active. @@ -90,6 +90,6 @@ alt="C/C++ Project Properties, Manage Configuration Dialog">

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_newdialog.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_newdialog.htm index 42c5a7deb22..d18a4129d22 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_newdialog.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_newdialog.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, New Configuration Dialog

    +

    C/C++ Project Properties, New Configuration Dialog

    Creates a new configuration based on either an existing configuration or a default configuration. @@ -86,6 +86,6 @@ alt="C/C++ Project Properties, New Configuration Dialog">

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_rendialog.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_rendialog.htm index f3b65777cb0..e26a615281e 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_rendialog.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_manage_rendialog.htm @@ -9,7 +9,7 @@ -

    C/C++ Project Properties, Rename Configuration Dialog

    +

    C/C++ Project Properties, Rename Configuration Dialog

    Renames the name and the description of the existing configuration. @@ -80,6 +80,6 @@ alt="C/C++ Project Properties, Rename Configuration Dialog">

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_ref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_ref.htm index 20b9e2d8b73..19220ca59bb 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_ref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_ref.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Project References

    +

    C/C++ Project Properties, Project References

    C/C++ Project, Project References

    @@ -75,5 +75,5 @@

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_refactoring_history.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_refactoring_history.htm index f3222cc112d..7d6f30c7383 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_refactoring_history.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_refactoring_history.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Refactoring History

    +

    C/C++ Project Properties, Refactoring History

    Lets you explore the entire refactoring history for the currently selected project.

    C/C++ Project, Managed, Refactoring History

    @@ -83,5 +83,5 @@ Group by Date: Refactorings are grouped by date. The refactoring history dialog

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm index 38a9decf5e0..93ac011a1ea 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm @@ -7,7 +7,7 @@ -

    C/C++ Project Properties, Resource

    +

    C/C++ Project Properties, Resource

    Shows resource information for the selected type.


    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_rundebug.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_rundebug.htm index f021ef04d12..3d0fda4dcf9 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_rundebug.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_rundebug.htm @@ -7,7 +7,7 @@ -

    C/C++ Properties Run and Debug settings

    +

    C/C++ Properties Run and Debug settings

    Run/Debug settings are mostly applicable to Java projects, not to CDT ones. @@ -77,5 +77,5 @@ Run/Debug settings are mostly applicable to Java projects, not to CDT ones.

    Intel Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm index 55d7cd4db0a..8e30ce883ea 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm @@ -10,7 +10,7 @@ -

    CDT Properties

    +

    CDT Properties

    This section describes C/C++ Properties.

    Properties can be obtained for CDT projects, folders and separate files. To select object properties, right click on object in view and select Properties.

    @@ -79,5 +79,5 @@ To select object properties, right click on object in view and select Pr

    Intel Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm index 0825996d1cb..94cec5ee083 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm @@ -10,7 +10,7 @@ -

    Properties view

    +

    Properties view

    The Properties view displays property names and values for a selected item such as a resource.

    Properties View

    Toolbar buttons allow you to toggle to display properties by category or to filter advanced properties. Another toolbar button allows you to restore the selected property to its default value.

    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm index b7030f4324b..569a880fc90 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_registersview.htm @@ -12,7 +12,7 @@ -

    Registers view

    +

    Registers view

    The Registers view of the Debug perspective lists information about the registers in a selected stack frame. Values that have changed are highlighted in the Registers view when your program @@ -186,6 +186,6 @@ stops.


    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm index 13d5b56d8d7..e22bab5c5fd 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_arg.htm @@ -11,7 +11,7 @@ -

    Arguments page, Run or Debug dialog boxes

    +

    Arguments page, Run or Debug dialog boxes

    The Arguments page of the Run or Debug dialog box lets you specify the program arguments that an application uses and the working directory for a run or debug configuration.

    @@ -43,6 +43,6 @@ that an application uses and the working directory for a run or debug configurat Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm index c3dc2c6994b..d53384739f4 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_comm.htm @@ -11,7 +11,7 @@ -

    Common page, Run or Debug dialog box

    +

    Common page, Run or Debug dialog box

    The Common page of the Run and Debug dialog boxes lets you specify the location in which to store your run configuration and how you access it, how standard input and output is handled, and if background launches are enabled or not.

    @@ -47,6 +47,6 @@ the location in which to store your run configuration and how you access it, how Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm index 26925b43891..96a090fd041 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm @@ -11,7 +11,7 @@ -

    Debugger page, Run or Debug dialog box

    +

    Debugger page, Run or Debug dialog box

    The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.

    @@ -41,6 +41,6 @@ alt="Advanced Options dialog"> Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm index 5638b8e727e..c3c88273d59 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_env.htm @@ -11,7 +11,7 @@ -

    Environment page, Run or Debug dialog box

    +

    Environment page, Run or Debug dialog box

    The Environment page of the Run and Debug dialog boxes lets you set environment variables and values to use when an application runs.

    @@ -44,6 +44,6 @@ set environment variables and values to use when an application runs.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm index 6359d557c29..b8559e891c5 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_launch_group.htm @@ -11,7 +11,7 @@ -

    Launch Group

    +

    Launch Group

    The user can launch multiple applications at the same time or in sequential order. This is made possible by the launch configuration type: Launch Group.

    @@ -51,11 +51,16 @@ The Common tab lets you select where the configuration is stored, see <
    Discovery Options preferences
    - @@ -113,6 +118,6 @@ There are several actions available that control what should be done after each Run and Debug dialog box

    IBM Copyright Statement - + diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm index 4b2b493e8c9..3ebb7382f52 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_main.htm @@ -11,7 +11,7 @@ -

    Main page, Run or Debug dialog boxes

    +

    Main page, Run or Debug dialog boxes

    The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.

    @@ -39,6 +39,6 @@ Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm index 4c2a78080b1..c1d51fb4923 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_srce.htm @@ -11,7 +11,7 @@ -

    Source page, Run or Debug dialog box

    +

    Source page, Run or Debug dialog box

    The Source page of the Run and Debug dialog boxes lets you specify the location of source files used when debugging a C or C++ application. By default, this information is taken from the build path of your project.

    @@ -44,6 +44,6 @@ application. By default, this information is taken from the build path of your p Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_scanner_cfg_disc.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_scanner_cfg_disc.htm index e945f0bdab1..e67e7bc9afd 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_scanner_cfg_disc.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_scanner_cfg_disc.htm @@ -9,7 +9,7 @@ -

    Scanner Configuration Discovery

    +

    Scanner Configuration Discovery

    You can configure various options for the scanner configuration on the Scanner Configuration Discovery page of the C/C++ Properties window.

    Editor General Preferences Window

    @@ -40,6 +40,6 @@ Project properties

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm index 3ffafd9a8fa..43d0109e04d 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search.htm @@ -7,7 +7,7 @@ -

    C/C++ search

    +

    C/C++ search

    Search Dialog Box

    @@ -198,5 +198,5 @@ editor

    Red Hat Copyright Statement
    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search_view.htm index f9d308f0fa5..52520558114 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_search_view.htm @@ -10,7 +10,7 @@ -

    Search view

    +

    Search view

    Any matches are reported in the Search view.

    Search View

    @@ -121,6 +121,6 @@ you can put the focus on that view and get more options on the IBM Copyright Statement
    Nokia Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm index 21a7ad2b197..3fd2ea50d07 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm @@ -12,7 +12,7 @@ -

    Signals view

    +

    Signals view

    The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the debugger handles each one.

    @@ -106,6 +106,6 @@ debugger handles each one.

    IBM Copyright Statement
    Nokia Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm index 507b09a496a..c2068ac641a 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_tasks_view.htm @@ -12,7 +12,7 @@ -

    Tasks View

    +

    Tasks View

    The Tasks view lets you create your own tasks. In addition to having the Tasks view automatically add TODO and FIXME tasks from comments in code, @@ -39,6 +39,6 @@ handling routines that you want to verify.


    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm index cd237e76169..e51d948bea9 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm @@ -9,7 +9,7 @@ -

    C/C++ Toolbar

    +

    C/C++ Toolbar

    C/C++ Toolbar

    C/C++ Toolbar icons

    @@ -152,6 +152,6 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_type_hierarchy_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_type_hierarchy_view.htm index 71f3c2ba651..844d7503639 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_type_hierarchy_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_type_hierarchy_view.htm @@ -9,7 +9,7 @@ -

    +

    Type Hierarchy view

    @@ -224,5 +224,5 @@


    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm index c8415357b48..fe975a16a0f 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_view_executables.htm @@ -10,7 +10,7 @@ -

    Executables view

    +

    Executables view

    The Executables view provides a dynamic list of executables and their related source files. The Executables view makes it easy to:

    • target all binaries for debugging because the symbolics are automatically loaded when a bld.inf is imported or a project is created from a template
    • @@ -96,5 +96,5 @@ Views


      - Nokia Copyright Statement + Nokia Copyright Statement
    diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_views.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_views.htm index 211cd383ab6..1ce552d77ef 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_views.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_views.htm @@ -9,7 +9,7 @@ -

    Selecting Views and Editors

    +

    Selecting Views and Editors

    To see a list of all views, from the menu bar choose Window > Show View > Others.

    Show View Dialog Box

    @@ -46,5 +46,5 @@ The Editor view is not listed under Window > Show View IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_brkpnts_watch.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_brkpnts_watch.htm index 6afafcd224f..6a64116ea1a 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_brkpnts_watch.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_brkpnts_watch.htm @@ -10,7 +10,7 @@ -

    Using breakpoints, watchpoints, and breakpoint actions

    +

    Using breakpoints, watchpoints, and breakpoint actions

    The following topics explain how to use breakpoints, watchpoints, and breakpoint actions:

    @@ -23,6 +23,6 @@

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm index 04508437546..2211edbf908 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_build_task.htm @@ -9,7 +9,7 @@ -

    Building projects

    +

    Building projects

    The following topics explain how to build a project, and to manage compile errors:

    Renaming a project
    Defining Project Build settings
    @@ -30,6 +30,6 @@

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_builderrors.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_builderrors.htm index 0d1451e8827..bb6d4b439ed 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_builderrors.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_builderrors.htm @@ -10,7 +10,7 @@ -

    Tracking down compilation errors

    +

    Tracking down compilation errors

    After a build finishes, CDT displays the build output in the Console View. The build output shows the result of build and a user can inspect it to find out if it was successful or not. To assist with that @@ -56,6 +56,6 @@ generated on "Error Parsers" Preference page.

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_con_assist.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_con_assist.htm index c3da02edaa3..650f32b4797 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_con_assist.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_con_assist.htm @@ -10,7 +10,7 @@ -

    Working with Content Assist

    +

    Working with Content Assist

    The following topics provide information about code entry aids:

    Using Content Assist
    Creating and editing templates
    @@ -18,6 +18,6 @@

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm index 9f3ffd470f7..83024519892 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_debug.htm @@ -10,7 +10,7 @@ -

    Debugging

    +

    Debugging

    The following topics explain how to debug your project:

    @@ -30,6 +30,6 @@

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm index 81c30efc8de..2ca76f76d3b 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm @@ -10,7 +10,7 @@ -

    Working with C/C++ project files

    +

    Working with C/C++ project files

    The following topics explain how to create and manage project files:

    Displaying C/C++ file components in the C/C++ Projects view
    Converting a C or C++ nature for a project
    @@ -23,6 +23,6 @@ Set Discovery Options

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm index e0e463ac752..e51ce30b95b 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm @@ -10,7 +10,7 @@ -

    Running and debugging projects

    +

    Running and debugging projects

    The following topics explain how to run a C or C++ application using an existing run configuration, and how to create a new run configuration.

    Creating or editing a run/debug configuration
    Selecting a run or debug configuration
    @@ -37,6 +37,6 @@

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run_config.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run_config.htm index 69a5bed09fa..5e7f33d1ea3 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run_config.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_run_config.htm @@ -10,7 +10,7 @@ -

    Creating or editing a run/debug configuration

    +

    Creating or editing a run/debug configuration

    You can run an application by right-clicking the file and clicking Open With > System Editor, or you can create a run configure a run environment with which to run your application.

    @@ -34,6 +34,6 @@ which to run your application.

     

    QNX Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm index e2396de0c7a..4131e4ce55d 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm @@ -10,7 +10,7 @@ -

    Tasks

    +

    Tasks

    The following topics provide step-by-step procedural instructions to help you perform various activities with the CDT:

    Creating a project
    @@ -81,6 +81,6 @@ Setting Source Folders

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_write_code.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_write_code.htm index 79c57a06b5b..c508b936f6e 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_write_code.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_write_code.htm @@ -10,7 +10,7 @@ -

    Writing code

    +

    Writing code

    The following topics explain how to work with the C/C++ editor:

    Customizing the C/C++ editor
    Commenting out code
    @@ -26,6 +26,6 @@ Rename
    Toggle Function Definition

    QNX Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brk_action.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brk_action.htm index c8952394a6a..cab9e8f382a 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brk_action.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brk_action.htm @@ -10,7 +10,7 @@ -

    Adding breakpoint actions

    +

    Adding breakpoint actions

    To add a new breakpoint action:

      @@ -44,6 +44,6 @@
      Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brkpnts.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brkpnts.htm index c8a044dce09..e0297a338d0 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brkpnts.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_brkpnts.htm @@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) { -

    Adding breakpoints

    +

    Adding breakpoints

    A breakpoint is set on an executable line of a program. If the breakpoint is enabled when you debug, the execution suspends before that line of code @@ -46,6 +46,6 @@ marker bar.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_build_var.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_build_var.htm index 2b60a869ade..77a55d45012 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_build_var.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_build_var.htm @@ -13,7 +13,7 @@ -

    Adding and Editing Build Variables

    +

    Adding and Editing Build Variables

    Use the Define a New Build Variable dialog box to add local build variables or the Edit Existing Build Variable dialog box to edit a previously defined variable. Both are accessible from the Build Variables preference panel.

    @@ -76,6 +76,6 @@ dialog box to edit a previously defined variable. Both are accessible from the <
    Nokia Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm index c3525f108f7..2138bc6becc 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm @@ -10,7 +10,7 @@ -

    Creating and editing templates

    +

    Creating and editing templates

    Content Assist uses templates to enable you to quickly make use of commonly used code segments.

    To create a template:

    @@ -69,6 +69,6 @@

    QNX Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm index fc675443daa..92b1e7e9b74 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm @@ -10,7 +10,7 @@ -

    Adding Convert to a C/C++ Project to the New menu

    +

    Adding Convert to a C/C++ Project to the New menu

    If Convert to a C/C++ Project is not available in your menubar, you can add it by clicking Window > Customize Perspective

    NOTE: This feature can update some managed make projects created by earlier versions of CDT.

    @@ -30,6 +30,6 @@

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_watch.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_watch.htm index 96d1c04b1ed..dc543ca28cf 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_watch.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_watch.htm @@ -12,7 +12,7 @@ -

    Adding watchpoints

    +

    Adding watchpoints

    A watchpoint is a special breakpoint that stops the execution of an application whenever the value of a given expression changes, without specifying @@ -47,6 +47,6 @@ true, regardless of when or where it occurred. You can set a watchpoint on a glo QNX Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm index 5cab099a34d..99da47437af 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addmaketarget.htm @@ -10,7 +10,7 @@ -

    Creating a make target

    +

    Creating a make target

    To create a make target:

    @@ -35,6 +35,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm index 69469470c75..3e6c573a510 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_addrmv_brk_action.htm @@ -10,7 +10,7 @@ -

    Attaching or removing breakpoint actions

    +

    Attaching or removing breakpoint actions

    You can attach one or more breakpoint actions to a single breakpoint. For example, when the breakpoint is hit you could both log a message and play a sound. Actions are executed in the order they appear in the Actions for this breakpoint list.

    To attach or remove a breakpoint action from a breakpoint:

    @@ -49,6 +49,6 @@
    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autobuild.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autobuild.htm index a6c7a5f195d..56e650a51cd 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autobuild.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autobuild.htm @@ -7,7 +7,7 @@ -

    Disabling the Build Automatically option

    +

    Disabling the Build Automatically option

    By default, the Eclipse workbench is configured to build projects automatically. However, for C/C++ development you should disable this option, otherwise your entire project will be rebuilt whenever, for example, @@ -32,5 +32,5 @@ checkmark beside the Build Automatically menu item.

    Make Builder page, C/C++ Properties window

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm index 1b1a7aae8ee..ece0b7ea303 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm @@ -9,7 +9,7 @@ -

    Autosaving on a build

    +

    Autosaving on a build

    You can let Eclipse save modified files whenever you perform a manual build. The files are saved before the build is performed so that the latest @@ -39,6 +39,6 @@ utility in the Console view.

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm index a6b911c6e0a..3e97596c007 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_build_process.htm @@ -12,7 +12,7 @@ -

    Building a CDT project

    +

    Building a CDT project

    Provide roadmap whereby a link is provided to each build setting-related task.

    @@ -30,6 +30,6 @@ task.

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cbuild_pref.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cbuild_pref.htm index 25bb27ff93f..acbe5d95dd2 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cbuild_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cbuild_pref.htm @@ -7,7 +7,7 @@ -

    Customizing the Console view

    +

    Customizing the Console view

    The Console view displays the output of the utilities invoked when building a project or the programs output when running/debugging.

    To set Console view preferences

    @@ -37,5 +37,5 @@ building a project or the programs output when running/debugging.

    Views


    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_comment_out.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_comment_out.htm index 1daa2fec1a2..d1829f923a7 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_comment_out.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_comment_out.htm @@ -10,7 +10,7 @@ -

    Commenting out code

    +

    Commenting out code

    You can comment out one or more lines of code in any C/C++ editor view. The leading characters // are added to the beginning of each line when commenting one or more lines of code. @@ -52,6 +52,6 @@ described above.


    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm index 1f3392994f0..68a0c1a02c7 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm @@ -10,7 +10,7 @@ -

    Using Content Assist

    +

    Using Content Assist

    Use Content Assist to insert C/C++ elements of your project, and templates into your code. You can insert a template into your source code rather than retyping commonly-used snippets of code.

    @@ -65,6 +65,6 @@ commonly-used snippets of code.

    IBM Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_controldebug.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_controldebug.htm index 23cb5107baa..a12ec534194 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_controldebug.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_controldebug.htm @@ -12,7 +12,7 @@ -

    Controlling debug execution

    +

    Controlling debug execution

    The debug execution controls are superceded by breakpoints. For example, if you attempt to step over a function and the program hits a breakpoint, @@ -47,6 +47,6 @@ core set of debug controls.

    Debug view

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm index 26e49018212..a043680dbc4 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm @@ -10,7 +10,7 @@ -

    Converting a C or C++ nature for a project

    +

    Converting a C or C++ nature for a project

    Use the Convert to a C/C++ Project wizard to assign a C nature to a C++ project or vice versa.

    @@ -41,6 +41,6 @@
    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm index 29321900f7c..1d98ac8e6f4 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm @@ -10,7 +10,7 @@ -

    Converting CDT 1.x Projects

    +

    Converting CDT 1.x Projects

    How you update your CDT 1.x project to the current CDT project format depends upon whether the project is a Standard Make project or a Managed Make project. For a Standard @@ -46,6 +46,6 @@ See Set Discovery Options for details.

    IBM Copyright Statement

    - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_mbs20_proj.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_mbs20_proj.htm index 1bcfced6464..3b16481f6ae 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_mbs20_proj.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_mbs20_proj.htm @@ -10,7 +10,7 @@ -

    Converting CDT 2.x Managed Make Projects

    +

    Converting CDT 2.x Managed Make Projects

    For a CDT 2.x Managed Make project, the Managed Build system will prompt you to convert your project when it attempts to read the Managed Build project @@ -27,6 +27,6 @@ or exit Eclipse.

    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_create_make_target.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_create_make_target.htm index 9105aea7625..74560a7a15c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_create_make_target.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_create_make_target.htm @@ -10,7 +10,7 @@ -

    Creating a Make Target

    +

    Creating a Make Target

    To create a make target:

      @@ -33,6 +33,6 @@ Make Target View


      IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm index d6215bf838e..763b6a242f7 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_cust_cpp_editor.htm @@ -19,7 +19,7 @@ Customize the appearance of the C/C++ Editor. END INFOPOP--> -

    Customizing the C/C++ editor

    +

    Customizing the C/C++ editor

    You can change many of the C/C++ editor preferences.

    @@ -50,6 +50,6 @@ END INFOPOP--> C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_exes.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_exes.htm index 927129c26c4..65c7cff9cba 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_exes.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_exes.htm @@ -13,7 +13,7 @@ ul, li { padding: 3px 0px} -

    Debugging an Existing Executable

    +

    Debugging an Existing Executable

    Use the import feature to import and debug an executable you have already built. This feature will automatically create a project and debug configuration for you. This is helpful if you have an executable built with debug symbols but may not have the project used to build the executable.

    Importing Executables for Debugging

    @@ -62,5 +62,5 @@ ul, li { padding: 3px 0px} Run and Debug dialog box


    Nokia Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm index 42527b889cd..490a2c4bf15 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_debug_prog.htm @@ -12,7 +12,7 @@ -

    Debugging a program

    +

    Debugging a program

    You must create a debug launch configuration the first time you debug your program.

    @@ -75,6 +75,6 @@ program.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm index d00068669a8..8a7d8effc47 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_disassembly.htm @@ -12,7 +12,7 @@ -

    Stepping into disassembled code

    +

    Stepping into disassembled code

    The Disassembly view lets you examine your program as it steps into disassembled code. This is useful when the instruction pointer enters a function for which it does not have the source. @@ -36,6 +36,6 @@ when the Disassembly view has focus.


    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_discovery.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_discovery.htm index 64c67288509..6e3c0cbc4f2 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_discovery.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_discovery.htm @@ -7,7 +7,7 @@ -

    Set Discovery Options

    +

    Set Discovery Options

    For most make projects, you will want to parse the output of the build to populate your paths and symbols tables.

    To populate your tables:

    @@ -42,5 +42,5 @@ button.
    C/C++ Project Properties, Discovery Options

    QNX Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_able_brk_wtch.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_able_brk_wtch.htm index 141386bcbf3..38c1d87183a 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_able_brk_wtch.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_endis_able_brk_wtch.htm @@ -12,7 +12,7 @@ -

    Enabling and disabling breakpoints and watchpoints

    +

    Enabling and disabling breakpoints and watchpoints

    You can temporarily disable a breakpoint or watchpoint without losing the information it contains.

    @@ -44,6 +44,6 @@ information it contains.

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm index 8f435fa2620..83a9ba183a4 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm @@ -12,7 +12,7 @@ -

    Adding expressions

    +

    Adding expressions

    You can add and view expressions in the Expressions view. The Expressions view is part of the Debug perspective.

    @@ -39,6 +39,6 @@ view is part of the Debug perspective.

    Debug views

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm index 84568557881..d71b0bba1b4 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm @@ -12,7 +12,7 @@ -

    Filtering the Problems view

    +

    Filtering the Problems view

    Depending on the complexity and stage of your program, an overwhelming number of errors can be generated. You can customize Problems view to only view certain types of errors.

    @@ -43,6 +43,6 @@ IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm index 18aa4261bdb..bc23bff3271 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm @@ -9,7 +9,7 @@ -

    Importing and exporting templates

    +

    Importing and exporting templates

    You can import and export templates.

    @@ -55,5 +55,5 @@ IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm index fa5ae341213..aaf286536a6 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm @@ -12,7 +12,7 @@ -

    Jumping to errors

    +

    Jumping to errors

    The CDT will parse the output from the make and compiler/linker. If the CDT can determine an error or a warning, the line is highlighted in the Console view and added @@ -53,6 +53,6 @@ Informational messages are marked with Info IBM Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm index 23c9cee5aea..3c6545e0f06 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_manualbuild.htm @@ -7,7 +7,7 @@ -

    Building Manually

    +

    Building Manually

    Manual builds let you choose the scope of a build, as well as options for building, or rebuilding projects. You can view the output of the make utility in the console.

    @@ -56,5 +56,5 @@ Build
    .

    Make Builder page, C/C++ Properties window

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_memory.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_memory.htm index 382273cf74e..971fa708642 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_memory.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_memory.htm @@ -12,7 +12,7 @@ -

    Working with memory

    +

    Working with memory

    You can inspect and change process memory.

    @@ -37,8 +37,8 @@ independently.

  • In the Debug view, select a debug session. Selecting a thread or stack frame automatically selects the associated session.
  • -
  • Select "Add Memory Monitor" in the context menu of the Memory Monitors pane. -The "Memory Monitor" dialog appears.
  • +
  • Select Add Memory Monitor in the context menu of the Memory Monitors pane. +The Memory Monitor dialog appears.
  • Type the address or expression that specifies the memory section you want to monitor and press "OK". The monitor appears in the monitor list and the Memory Renderings @@ -47,8 +47,8 @@ pane displays the contents of memory locations beginning at the specified addres

    To view memory in a different rendering:

      -
    1. Select "Add Rendering" in the context menu of the Memory Renderings pane. -The "Add Memory Rendering" dialog appears.
    2. +
    3. Select Add Rendering in the context menu of the Memory Renderings pane. +The Add Memory Rendering dialog appears.
    4. Select renderings from the list and press "OK".
    @@ -77,6 +77,6 @@ Changing process memory can cause a program to crash.

    Debug views

    IBM Copyright Statement - +
  • diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm index 5bfedd7194a..d929a1ffd67 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm @@ -15,7 +15,7 @@ function changeSize(theImage,wd,ht) { -

    Creating a C/C++ file

    +

    Creating a C/C++ file

    Files are edited in the C/C++ editor that is, by default, located in the editor area to the right of the Project Explorer or C/C++ Projects views.

    The marker bar on the left margin of the C/C++ editor, displays @@ -60,5 +60,5 @@ Projects view


    IBM Copyright Statement

    - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_make.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_make.htm index 23f6d21295a..d465916f26c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_make.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_make.htm @@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) { -

    Creating a makefile

    +

    Creating a makefile

    If you have created a Standard Make C/C++ Project, you need to provide a makefile.

    @@ -51,7 +51,7 @@ view


    Views

    -IBM Copyright Statement - +IBM Copyright Statement

    + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_run_config.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_run_config.htm index b89df2b1272..e583eec999f 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_run_config.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_run_config.htm @@ -9,7 +9,7 @@ -

    Creating a run or debug configuration

    +

    Creating a run or debug configuration

    You can create customized run configuration which you can save for reuse.

    @@ -38,6 +38,6 @@ Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm index a93c3efcbcf..4a71dcc5ee0 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm @@ -10,7 +10,7 @@ -

    Navigating to C/C++ declarations

    +

    Navigating to C/C++ declarations

    The Open Declaration feature lets you navigate to the declaration that matches a selected element in the C/C++ editor. It is recommended that you look for @@ -43,6 +43,6 @@ element declarations on successfully compiled programs.

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_build_set.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_build_set.htm index fcefbdcbfeb..f6b7dfefec7 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_build_set.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_build_set.htm @@ -7,7 +7,7 @@ -

    Defining Project Build settings

    +

    Defining Project Build settings

    The Builder Settings page lets you:

    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm index a443ece3df7..94932cbc4e3 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm @@ -12,7 +12,7 @@ -

    Tuning Error Parsers

    +

    Tuning Error Parsers

    Error Parsers scan build output line by line looking for errors and warnings (also for certain informational messages). They generate Problem Markers @@ -90,6 +90,6 @@ Note that that kind of parser needs to be the first to be able to provide the CW QNX Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new.htm index 15405b6cd85..0965ff7bc8c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new.htm @@ -10,7 +10,7 @@ -

    Creating a project

    +

    Creating a project

    You can create a standard make or managed make C or C++ project.

    @@ -66,6 +66,6 @@ IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm index 8c99b54ad0d..f35eae834a9 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm @@ -10,7 +10,7 @@ -

    Creating a project via a project template

    +

    Creating a project via a project template

    From CDT 4.0 its possible to create projects based upon templates defined by the IDE supplier. What this means is that you can easily create a project which contains customized source code and is ready for use in a few clicks. Some @@ -86,6 +86,6 @@ aspects of the generated project may be customized by the user as part of the ne
    Views

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm index bb036314de7..7145c077d62 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_parser.htm @@ -7,7 +7,7 @@ -

    Selecting a binary parser

    +

    Selecting a binary parser

    Selecting the correct binary parser is important to ensure the accuracy of the C/C++ Projects view and to successfully run and debug your programs. Windows users should select the PE Windows Parser. UNIX @@ -59,5 +59,5 @@ for binary parser are got from Preferences during project creation.

    Binary Parser, C/C++ Properties window

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm index 9b79328b8ee..914011066cf 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_paths.htm @@ -12,7 +12,7 @@ function newWin(url) { -

    Adding Include paths and symbols

    +

    Adding Include paths and symbols

    For CDT projects, you can define include paths and preprocessor symbols for the parser. This lets the parser understand the contents of the C/C++ source code so that you can more effectively use the search and code completion features.

    @@ -51,5 +51,5 @@ within your make project and select
    Working with C/C++ project files

    QNX Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm index 378e7ee5da3..a09359294e6 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_platf.htm @@ -12,7 +12,7 @@ -

    Selecting a project type

    +

    Selecting a project type

    While creating CDT project project, you need to select its type. @@ -57,6 +57,6 @@ While creating CDT project project, you need to select its type. IBM Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_referenced_configs.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_referenced_configs.htm index 17d6eb6665b..f1b9d93d960 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_referenced_configs.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_referenced_configs.htm @@ -10,7 +10,7 @@ -

    Project References

    +

    Project References

    Project References are a powerful way of expressing dependencies between your CDT projects, allowing you to write modular software built with CDT's managedbuild. @@ -48,6 +48,6 @@ are propagated and kept in sync for you. Project References Page
    Export Settings Page - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_rename.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_rename.htm index 69e600ec889..3e613571405 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_rename.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_rename.htm @@ -10,7 +10,7 @@ -

    Renaming a project

    +

    Renaming a project

    You can rename a project, and have all references changed using the refactoring engine.

    @@ -48,6 +48,6 @@ This can take a significant amount of time for very large projects. The new name QNX Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_prvw_hide_files.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_prvw_hide_files.htm index 224db0c5f5d..a83e4c9b6ef 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_prvw_hide_files.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_prvw_hide_files.htm @@ -10,7 +10,7 @@ -

    Hiding files by type in the C/C++ Projects view

    +

    Hiding files by type in the C/C++ Projects view

    You can hide files by type that you do not want to see in the C/C++ Projects view.

    @@ -40,6 +40,6 @@ view

    Views

    IBM Copyright Statement - +

    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_refactoring.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_refactoring.htm index a5bc99f99a3..8852cb5de93 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_refactoring.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_refactoring.htm @@ -10,7 +10,7 @@ -

    Refactoring

    +

    Refactoring

    The following topics provide information about refactoring:

    Rename Refactoring
    @@ -21,6 +21,6 @@ IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm index e7a3ed13f9c..d4a6052b4de 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_registers.htm @@ -12,7 +12,7 @@ -

    Working with registers

    +

    Working with registers

    You can modify registers in the Registers view.

    @@ -50,6 +50,6 @@ Debug views

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rem_wtch_brk.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rem_wtch_brk.htm index b3a7bfe83ec..6eace510a5a 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rem_wtch_brk.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rem_wtch_brk.htm @@ -12,7 +12,7 @@ -

    Removing breakpoints and watchpoints

    +

    Removing breakpoints and watchpoints

    When you remove a breakpoint or watchpoint, the corresponding icon is removed from the marker bar where it was inserted and the Breakpoints view.

    @@ -45,6 +45,6 @@ marker bar.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rename.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rename.htm index 691011d8b52..adbc2c21532 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rename.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_rename.htm @@ -10,7 +10,7 @@ -

    Rename Refactoring

    +

    Rename Refactoring

    Use the C/C++ Projects, Outline, or the Editor view Refactor > Rename context menu to refactor class & type names, methods, function & member names.

    @@ -34,6 +34,6 @@ IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_arg.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_arg.htm index 94928d66092..853382a89bd 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_arg.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_arg.htm @@ -10,7 +10,7 @@ -

    Specifying execution arguments

    +

    Specifying execution arguments

    You can specify the execution arguments that an application uses and the working directory for a run configuration.

    @@ -56,6 +56,6 @@ for a run configuration.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm index d53abeebd37..b54f753670e 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_com.htm @@ -10,7 +10,7 @@ -

    Specifying the location of the run configuration

    +

    Specifying the location of the run configuration

    When you create a run configuration, it is saved with the extension .launch in org.eclipse.debug.core. You can specify an alternate location in which to store your run configuration. You can @@ -60,6 +60,6 @@ perspective to open when running an application.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_config.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_config.htm index 6b4257bcbf0..eb9832b4b8b 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_config.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_config.htm @@ -10,7 +10,7 @@ -

    Selecting a run or debug configuration

    +

    Selecting a run or debug configuration

    You can select an existing run configuration to use to run your program.

    @@ -38,6 +38,6 @@ Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm index 8f99ea70170..c7a9b32be62 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm @@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) { -

    Defining debug settings

    +

    Defining debug settings

    Select a debugger to use when debugging an application.

    @@ -63,6 +63,6 @@ function changeSize(theImage,wd,ht) { Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_env.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_env.htm index 1c981b6f702..a4e1545371f 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_env.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_env.htm @@ -10,7 +10,7 @@ -

    Setting environment variables

    +

    Setting environment variables

    You can set the environment variables and values to use when an application runs.

    @@ -60,6 +60,6 @@ runs.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_main.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_main.htm index eee321c3a0e..e70817004a2 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_main.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_main.htm @@ -11,7 +11,7 @@ -

    Selecting an application to run or debug

    +

    Selecting an application to run or debug

    You need to specify the project or program that you want to run or debug for this run configuration.

    @@ -60,6 +60,6 @@ this run configuration.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_source.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_source.htm index be4177caaba..223c18fafa8 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_source.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_source.htm @@ -11,7 +11,7 @@ -

    Specifying the location of source files

    +

    Specifying the location of source files

    You can specify the locations of source files used when debugging a C or C++ application. By default, this information is taken from your project.

    @@ -48,6 +48,6 @@ application. By default, this information is taken from your project.

    Run and Debug dialog box

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm index 70ded2d36ed..44b8ad2805e 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_search.htm @@ -10,7 +10,7 @@ -

    Searching for C/C++ elements

    +

    Searching for C/C++ elements

    It is recommended that you perform searches on successfully compiled programs to ensure the accuracy of search results. It is important to familiarize yourself with the correct search syntax @@ -33,7 +33,7 @@ include paths and symbols are correctly defined. For more information, see The info required to do a search is: -

    ComponentDescription
    Launch ModeThe Launch Mode combobox at the top of the dialog serves a dual purpose.
    - 1. It dictates the desired mode for the launch configuration being added, -and
    - 2. It establishes a 'mode' filter for the launch configurations that are -exposed to the user (for selection) in the area below the combobox
    +
    The Launch Mode combobox at the top of the dialog serves a dual purpose. +
      +
    1. + It dictates the desired mode for the launch configuration being added, +and
    2. +
    3. + It establishes a 'mode' filter for the launch configurations that are +exposed to the user (for selection) in the area below the combobox +
    4. +

    For example, when the 'debug' mode is selected, (1) only launch configurations that support being invoked in 'debug' mode appear. Also, (2) when the launch @@ -73,12 +78,12 @@ needs some clarification. First, realize that a launch configuration can be invoked from either the 'Debug' or the 'Run' actions (and some comparable 'profile' action in certain Eclipse configurations/products). That means, the launch group itself can be launched either in debug or run mode. When you check -the "Use default..." checkbox, you're saying: "launch this particular child -configuration in the mode that the parent (launch group) is launched with." If +the Use default... checkbox, you're saying: launch this particular child +configuration in the mode that the parent (launch group) is launched with. If you do not have that checkbox checked, then the child configurations will be invoked in whatever mode each individual child is configured with.

    -Note that "Use default..." control can allow you to create a launch group +Note that Use default... control can allow you to create a launch group that will not be successful. For example when one or more launch configurations selected cannot be launched in the mode dictated by launch group mode.

    +
    @@ -148,6 +148,6 @@ The info required to do a search is: C/C++ search page, Search dialog box


    IBM Copyright Statement - + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_sel_search.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_sel_search.htm index 41a1bd98395..f43ec999a97 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_sel_search.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_sel_search.htm @@ -10,7 +10,7 @@ -

    Selection Searching for C/C++ elements

    +

    Selection Searching for C/C++ elements

    It is recommended that you perform searches on successfully compiled programs to ensure the accuracy of search results. It is important to familiarize yourself with the correct search syntax @@ -59,6 +59,6 @@ include paths and symbols are correctly defined. For more information, see

     

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm index 88c51b5e61c..d70f6e4d9e8 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_set_src_fold.htm @@ -7,7 +7,7 @@ -

    Setting Source Folders

    +

    Setting Source Folders

    Note that source folders can only be currently used with Standard Make projects. Managed Make projects treat the entire project as a source folder.

    @@ -60,5 +60,5 @@ dialog box

     

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_shift_code.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_shift_code.htm index 9c106e5f028..840c8ec11b6 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_shift_code.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_shift_code.htm @@ -10,7 +10,7 @@ -

    Shifting lines of code to the right or left

    +

    Shifting lines of code to the right or left

    You can shift lines of code to the left or right in the C/C++ editor. You can change the tab width in the C/C++ editor preferences window. For more @@ -41,6 +41,6 @@ editor.

    C/C++ editor preferences

    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_show_proj_files.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_show_proj_files.htm index 7e68ffbeefc..a11845cf30d 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_show_proj_files.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_show_proj_files.htm @@ -10,7 +10,7 @@ -

    Displaying C/C++ file components in the C/C++ Projects view

    +

    Displaying C/C++ file components in the C/C++ Projects view

    File components are displayed in the C/C++ Projects view and in the Outline view. You can display or hide all file components in the C/C++ Projects view.

    @@ -49,6 +49,6 @@ view
    C/C++ editor preferences


    IBM Copyright Statement - +
    \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_toggle.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_toggle.htm index c5caa0508d8..1571d6a35df 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_toggle.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_toggle.htm @@ -10,7 +10,7 @@ -

    Toggle Function Definition

    +

    Toggle Function Definition

    Toggle Function Definition moves a function definition inside an C/C++ source editor from one position to another and preserves correctness.

    @@ -31,6 +31,6 @@ the function definition (without comments) is considered valid for toggling.

    IBM Copyright Statement - +
    diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_variables.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_variables.htm index 30b2fc5787e..0302356be57 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_variables.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_variables.htm @@ -12,7 +12,7 @@ -

    Working with variables

    +

    Working with variables

    During a debug session, you can display variable types, and change or disable variable values.

    @@ -57,6 +57,6 @@ variable is specified as volatile.

    IBM Copyright Statement - +

    \ No newline at end of file
    Option Explanation