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 acdfdb23778..25daf0a0c4c 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 @@ -2,7 +2,7 @@ - C/C++ Development Toolkit (CDT) Managed Make Tutorial + New CDT Project with generated makefile - Tutorial -

Open the C/C++ Perspective

+

Create a project

-

Click Window > Open Perspective > C/C++.

-

Note: If the C/C++ Perspective is not listed, select Other... and select it from the Select Perspective dialog box.

- +

You can now create a C/ C++ project by clicking File > New > Project.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard03.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard03.htm index 8d58fbdabde..3df1892faff 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard03.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard03.htm @@ -5,16 +5,12 @@ Tutorial - -

C/C++ Perspective

+

New Project Wizard

-

This is the C/C++ Perspective, notice the C/C++ Projects view on the left, and the Outline view has moved to the right. The center area is reserved for your Edit view.

-

There may be other views available in your workbench such as the Navigator or Make Targets views. +

You will now see the New Project wizard. Open a C or C++ folder and select corresponding project. +

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard04.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard04.htm index 17a1362c4e5..cf16a99a9fd 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard04.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard04.htm @@ -5,15 +5,11 @@ Tutorial - -

Create a project

- -

You can now create a C/ C++ project by clicking File > New > Project.

+

New Project

+

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

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard05.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard05.htm index d69c0736ca7..7dbd3bbabd5 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard05.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard05.htm @@ -7,10 +7,9 @@ -

New Project Wizard

- -

You will now see the New Project wizard. Open a C or C++ project and select Standard Make or Managed Make project. -A Standard Make C/C++ project requires you to provide a makefile, a Managed Make project will create one for you.

+

New Project (continue)

+

Select 'Makefile project' on the left pane. +In this case, you must provide makefile yourself to build your project.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard06.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard06.htm index 54b4f9bad60..99a10254164 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard06.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard06.htm @@ -7,10 +7,15 @@ -

New Project

-

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

-

Click Next.

+

New Project (continue)

+

Select required toolchain on the right pane.

+

There can be several toolchains available, depending on compilers installed in your system.
+Option 'Other toolchain' is usually default choice. In this case, toolchain settings +are defined automatically by CDT.

+

+

Next page contains Configurations selection. Usually, we need not to go here while +creating project with user-provided makefile.

+

Click Finish.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard07.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard07.htm index 88fba2d4d01..14a3fc6553c 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard07.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard07.htm @@ -7,11 +7,10 @@ -

Project Refereneces

+

New Project

-

Now you will select your preferences for the project.

-

This page is where you would select other referenced C/C++ projects, -since this is a simple Hello World project you will not need to make any selections here.

+

You should now see the new project in C/C++ Projects view.

+

If C/C++ perspective was not set as current before, it will be selected now.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard08.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard08.htm index 8bca5593b68..87a707dd760 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard08.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard08.htm @@ -7,10 +7,9 @@ -

Make Builder Settings

+

Create a file

-

Click the Make Builder tab. If your build environment has a build command that is not make, you need to change your Build Command from the default. -To do so deselect the Use default checkbox and enter the build command in the text box.

+

Create a new cpp file (such as main.cpp) by right clicking your project and selecting New > Source File.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard09.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard09.htm index 123da06a586..ed6219c9538 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard09.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard09.htm @@ -7,10 +7,11 @@ -

Error Parsers

-

Click the Error Parsers tab, select the Error Parsers you require for the project. -You can also change the order in which Error Parsers are called.

-

By default you can leave all parsers selected.

+

Create a file

+ +

You should now see the New File wizard.

+

Enter the name of your file in the File name text area then click Finish.

+ \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard10.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard10.htm index 11c7854bf4d..45eca65a890 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard10.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard10.htm @@ -7,12 +7,10 @@ -

Binary Parser Settings

-

Click the Binary Parser tab, select the Binary Parsers you require for the project, and in which order they are to be used. -

It is important you chose the proper parser settings to ensure the accuracy of the C/C++ Projects view and the ability to -successfully run and debug your programs. -After you select the correct parser for your development environment and build your project, -you can view the symbols of the .o file in the C/C++ Projects view.

+

New Project Files

+ +

You should now see the new file located in the Projects View under the project, and the new file should be open in the Editor view.

+ diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard11.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard11.htm index c205d6d98bb..eb75aba960d 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard11.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard11.htm @@ -1,16 +1,26 @@ - - - Tutorial - + + + Tutorial + + -

Discovery Options

-

Click the Discovery Options tab. This page defines the configuration for autodiscovery of include paths and preprocessor symbols for the parser which -enables the parser to understand the contents of the C/C++ source code so that you may more effectively use the search and code completion features.

-

Select the Automate scanner configuration discovery checkbox to configure the scanner discovery to run automatically.

- +

Enter code

+

Enter the code in the main.cpp +file that was just created. +You can double click the main.cpp tab in the Editor +view to expand the view.
+Note: Leave a blank line at the end of the code, some compilers +require one.

+

You will notice an asterisk in front of the file name on the tab in +the Editor view. The asterisk indicates that the file has +changed but has not been saved.

- \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard12.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard12.htm index 7f1d97d93db..443d1afa271 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard12.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard12.htm @@ -7,11 +7,9 @@ -

C/C++ Indexer

+

Create a makefile

+ +

Create the makefile by File > New > File.

-

You can enable or disable the C/C++ Indexer here. -The indexer is necessary for search and related features, like content assist and refactoring. -While there may be situations where the indexer is not required, for this project you can leave it enabled.

-

When you have completed setting your C/C++ project preferences, click Finish. \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard13.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard13.htm index 3be044ea419..8466028b5cf 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard13.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard13.htm @@ -7,10 +7,10 @@ -

New Project

+

Create a makefile

-

You should now see the new project in the C/C++ Projects view.

+

You should now see the New File wizard.

+

Enter makefile for the name of the file in the File name text area then click Finish.

- \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard15.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard15.htm index 8466028b5cf..2ffeabb0e01 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard15.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard15.htm @@ -5,12 +5,19 @@ Tutorial + -

Create a makefile

+

Enter the make script

-

You should now see the New File wizard.

-

Enter makefile for the name of the file in the File name text area then click Finish.

+

Enter the build instruction for your makefile that was just created. +The Outline view will display the structure of the makefile as you add components. +When you enter the code you will notice an asterisk in front of the file name on the tab in the Editor view, this tells you the file changed but has not been saved.

+

Note: Ensure you have tabs, not spaces before your indented code, as make will not accept spaces before commands.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard17.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard17.htm index 2ffeabb0e01..f02253986c6 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard17.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard17.htm @@ -5,19 +5,18 @@ Tutorial - -

Enter the make script

+

Run the application

-

Enter the build instruction for your makefile that was just created. -The Outline view will display the structure of the makefile as you add components. -When you enter the code you will notice an asterisk in front of the file name on the tab in the Editor view, this tells you the file changed but has not been saved.

+

Navigate to the C/C++ Projects view, you will now see the executables listed.

+ +

You can run your application within the C/C++ Perspective, to do so click Run > Open Run Dialog.

+ +

You should now see the Run dialog box, double click C/C++ Local Application. +This will create your Run Configuration. Select the new Run Configuration in the Configurations: view.

+

Use Browse button to locate executable to run.

+

Press Run

-

Note: Ensure you have tabs, not spaces before your indented code, as make will not accept spaces before commands.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard18.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard18.htm deleted file mode 100644 index 89275a5ae05..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard18.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Tutorial - - - -

Create a CPP file

- -

Create the main.cpp file by right clicking your project and selecting New > File.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard19.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard19.htm deleted file mode 100644 index 21ffe11f5a6..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard19.htm +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - Tutorial - - - -

Create a CPP file

- -

You should now see the New File wizard.

-

Enter main.cpp in the File name text area then click Finish.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard20.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard20.htm deleted file mode 100644 index fa9fc446e93..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard20.htm +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Tutorial - - - -

New Project Files

- -

You should now see the main.cpp file located in the Projects view under the project, -and the main.cpp file should be open in the Editor view..

- - - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard21.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard21.htm deleted file mode 100644 index b0ddba6da87..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard21.htm +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Tutorial - - - - -

Enter code

- -

Enter the code in the main.cpp file that was just created. -You can double click the main.cpp tab in the Editor view to expand the view.

- -

Note: Leave a blank line at the end of the code, some compilers require one.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard22.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard22.htm deleted file mode 100644 index f87a2554d7d..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard22.htm +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Tutorial - - - -

Build the project

- -

Save the makefile and main.cpp files by selecting them and typing CTRL+S, and then build your project by typing CTRL+B.

-

You can read through the build messages in the Console view, if there are any errors in the code you can review them in the Problems view.

- - - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard23.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard23.htm deleted file mode 100644 index 087d0033c7a..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard23.htm +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Tutorial - - - -

Run the application

- -

Navigate to the C/C++ Projects view, you will now see the executables listed.

- -

You can run your application within the C/C++ Perspective, to do so click Run > Run.

- - - - - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard24.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard24.htm deleted file mode 100644 index f5111b79548..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard24.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - Tutorial - - - -

Run Configuration

- -

You should now see the Run Configurations dialog box, navigate to the Configurations: view, and then double click C/C++ Local. -This will create your Run Configuration. Select the new Run Configuration in the Configurations: view.

-

Now click the Main tab and then the Search button.

- - - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard25.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard25.htm deleted file mode 100644 index b10ec48c252..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard25.htm +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Tutorial - - - -

Run Configuration

-

Select the new Run Configuration in the Configurations: view and click the Main tab. This is where you select your C/C++ application and other settings that will impact how your application is run.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard26.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard26.htm deleted file mode 100644 index 13dcd35afc2..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard26.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Tutorial - - - -

Program Selection

- -

Enter hello.exe in the C/C++ Application field then click Apply and then Run.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard27.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard27.htm deleted file mode 100644 index 26b2431c84a..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard27.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - Tutorial - - - -

Console View

- -

You should now see the application running in the Console view. -The Console will also show which application is running in a title bar. -You will notice that the view can be configured to display different elements (such as user input elements) in different colors.

-

Type in your name and hit Enter.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard28.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard28.htm deleted file mode 100644 index d986d5570ce..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard28.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Tutorial - - - -

Run complete

- -

The title bar in the Console view will show you when the program has terminated.

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png b/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png index 8265d6ee1f6..cc9f97a3389 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png and b/doc/org.eclipse.cdt.doc.user/images/c_cpp_preferences.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_pref_build_console.png b/doc/org.eclipse.cdt.doc.user/images/cdt_pref_build_console.png index 64aecfee374..c0eaec37c62 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_pref_build_console.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_pref_build_console.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard01.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard01.png index aee9da26f47..0eea18df5b7 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard01.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard01.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard02.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard02.png index daa87834de5..6917241722a 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard02.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard02.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard03.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard03.png index 83a9bfcb9b4..7936b502364 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard03.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard03.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard04.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard04.png index 5b22c09807f..5750bcffab6 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard04.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard04.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard05.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard05.png index 33c2e6583aa..02795e02085 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard05.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard05.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard06.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard06.png index abb4f1a08af..fc10ee9fae1 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard06.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard06.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard07.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard07.png index 01ce60b6585..b206c4078d1 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard07.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard07.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard08.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard08.png index a01adcadbcd..644501a7888 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard08.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard08.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard09.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard09.png index 25acbfbb3af..a2e9ef883c5 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard09.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard09.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard10.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard10.png index 534700261cf..508e0760b2d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard10.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard10.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard11.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard11.png index 7bb57eeaf55..73176739687 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard11.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard11.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard12.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard12.png index 95b3375fbad..18fb60b48c1 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard12.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard12.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard13.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard13.png index a2d1e7e06e7..e8376f76263 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard13.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard13.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard14.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard14.png index c84e3bcf0a8..420d67dcc51 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard14.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard14.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard15.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard15.png index d18297e1a51..dc938c556a0 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard15.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard15.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard16.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard16.png index c09571bb3e2..b5f842dd70a 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard16.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard16.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard17.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard17.png index 8c6eeae86ba..d358e45522d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard17.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard17.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard18.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard18.png deleted file mode 100644 index 4870c0162b7..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard18.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard19.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard19.png deleted file mode 100644 index 7a5c360a90c..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard19.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard20.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard20.png deleted file mode 100644 index 0453977a378..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard20.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard21.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard21.png deleted file mode 100644 index 27ef7c3a01d..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard21.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard22.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard22.png deleted file mode 100644 index e22525debd6..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard22.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard23.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard23.png deleted file mode 100644 index c98d9bf3f29..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard23.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard24.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard24.png deleted file mode 100644 index 5dfaad8625a..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard24.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard25.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard25.png deleted file mode 100644 index d256c89c0a8..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard25.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard26.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard26.png deleted file mode 100644 index 89b638cc511..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard26.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard27.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard27.png deleted file mode 100644 index 4acface38c8..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard27.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard28.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard28.png deleted file mode 100644 index 3c56da847d2..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_standard28.png and /dev/null differ 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 c1cd1bf79f9..9cc62157a59 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 @@ -16,46 +16,50 @@
Link view selection to active editor
Select this checkbox to open an item selected in the Projects view, in the Editor view.
-
Show file members in Project View
-
Select this checkbox to browse your C and C++ file members in the Projects view.
-
Follow #include's when producing the outline view.
+
Follow unindexed header files when producing the outline view.
Select this checkbox to follow all defined #includes when you produce the Outline view.
- Note: This is not recommended for large projects or large files.
+ Note: This is not recommended for large projects or large files.

C/C++ Submenu Items

+
Appearance
+
Controls appearance of C elements in viewers.
Build Console
Preferences for customize the appearance of the Build Console view.
+
CDT build variables
+
Displays a list of build variables (ex-build macros) available in CDT.
+
Code style
+
Defines default code style. You can select one of existing profiles or set your own style.
+
Debug
+
Preferences for customizing the C/C++ debugger.
Editor
Preferences for customizing the C/C++ editor.
-
Code Templates
-
Manipulate any of the common code templates that are predefined within the CDT.
-
Debug
-
Preferences for customizing the Debugger.
-
GDB MI
-
Preferences for customizing the GDB MI.
-
Source Code Locations
-
Modify, add or remove source code locations
-
Editor
-
Set preferences for the C/C++ editor
+
Environment
+
Displays a list of CDT-specific environment variables
File Types
Define which file extensions are linked to specific languages
-
Make Targets
-
Set preferences for make target build settings
-
New Make Projects
-
Set preferences for customizing Make Builder settings
-
Search
-
Set preferences for customizing the Search configuration
+
Indexer
+
Define global settings for indexer
+
Language mappings
+
Set correspondence between content types and available languages.
+
Make
+
Settings specific for 'make' builder
+
New CDT project wizard
+
Controls behaviour of New Project Wizard
+
Property Pages settings
+
Controls behaviour of property pages
+
Template Default Values
+
Defines values to be used in CDT project templates

Related reference
Views

-IBM Copyright Statement +Intel Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm similarity index 96% rename from doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_pref.htm rename to doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm index 2cc193e11c0..466a4079566 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_targets_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm @@ -10,7 +10,7 @@ -

Make Targets page, Preferences window

+

Make page, Preferences window

You can force the building of make targets in the background.

diff --git a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml index 38733f3401d..7cb282d89eb 100644 --- a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml +++ b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml @@ -3,8 +3,8 @@ - - + + diff --git a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml index febf0cda147..69392f9b28c 100644 --- a/doc/org.eclipse.cdt.doc.user/topics_Reference.xml +++ b/doc/org.eclipse.cdt.doc.user/topics_Reference.xml @@ -67,7 +67,7 @@ - +