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 0364d485ef8..c5bbb131c4e 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 @@ -7,10 +7,10 @@ -

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_basic03.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic03.htm index 8d58fbdabde..3df1892faff 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic03.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic03.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_basic04.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic04.htm index 17a1362c4e5..cf16a99a9fd 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic04.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic04.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_basic05.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic05.htm index 602e3836f80..dbd35b54ff4 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic05.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic05.htm @@ -7,10 +7,11 @@ -

New Project Wizard

- -

You will now see the New Project wizard. Open a C or C++ project and select 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 required item on the left pane.

+

If you want to provide a makefile yourself, select 'Makefile project'. +
Else select required project type (Executable, Shared Library or Static Library). +
In this case a makefile will be created by CDT.

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic06.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic06.htm index 54b4f9bad60..dfb361c13c3 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic06.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic06.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.

+

Tool chain is a set of tools (compiler, linker, assembler) intended to build your project. +Additional tools, like debugger, can be associated with tool chain.
+There can be several toolchains available, depending on compilers installed in your system. +

+

You can click Finish just on this page. A project will be created with +default settings and full set of configurations.
+If you want change them, press Next

\ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm index 4df9a0d7bae..aff81177702 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm @@ -7,9 +7,14 @@ -

Select a Project Type

-

Select the type of project that you want to build, and the default configurations to be created.

-

Click Next.

+

Select Configurations

+

If you pressed Next on the first Wizard page, 'Select Configurations' page will be shown.

+

Select configurations to be created.

+ + +

Click Finish. A project will be created with default properties.
+If you want change them, press Advanced Settings button before. Project +properties dialog will be displayed.

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

Additional Project Settings

-

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. You can select all of them if you choose.

+

New Project

+

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_basic09.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic09.htm index f980516f08a..87a707dd760 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic09.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic09.htm @@ -1,16 +1,15 @@ - - - Tutorial - + + + Tutorial + -

Additional Project Settings

-

Click the C/C++ Indexer tab and ensure that the Full C/C++ -Indexer is selected. Otherwise, search capabilities, and other tools -that require search, will be disabled for your project.

-

Click Finish to close the dialog box.

+

Create a file

+ +

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_basic11.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic11.htm index f49e2fdbd95..45eca65a890 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic11.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic11.htm @@ -7,9 +7,11 @@ -

Create a file

+

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.

+ -

Create a new cpp file (such as main.cpp) 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_basic12.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic12.htm index ed6219c9538..eb75aba960d 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic12.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic12.htm @@ -1,17 +1,26 @@ - - - Tutorial - + + + Tutorial + + -

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.

- - +

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_basic13.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm index 45eca65a890..b75e3d07426 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm @@ -1,17 +1,16 @@ - - - Tutorial - + + + Tutorial + -

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.

- - - +

Step through the code

+

You will also see the Outline view has also been populated +with objects created from your code.

+

If you select an item from the Outline view, the +corresponding text in the editor is highlighted.

- \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm index eb75aba960d..64fddef5161 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm @@ -5,22 +5,14 @@ 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.

-

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.

+

Save the file

+

Now save the main.cpp file by clicking FILE > SAVE or typing CTRL+S, +and build your project by typing CTRL+B.

+

You can read through the build messages in the Console view. +The project should build successfully, showing the following message:

+

Finished building target: HelloWorld.exe

diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic16.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic16.htm index f03049a2223..7170f0c6eaf 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic16.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic16.htm @@ -7,12 +7,9 @@ -

Save the file

-

Now save the main.cpp file by clicking FILE > SAVE, and build your -project by typing CTRL+B.

-

You can read through the build messages in the Console view. -The project should build successfully, showing the following message:

-

Build complete for project HelloWorld

+

Run the application

+

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

+

diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm index f46fda96701..4e10069ef12 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm @@ -7,9 +7,11 @@ -

View Executable

-

Navigate to the C/C++ Projects view and expand the Binary -object. You will now see the executables listed.

-

+

Run Configuration

+

You should now see the Run dialog box.
+Navigate to the left pane and select C/C++ Local Application. +Then press 'New' button (the leftmost in toolbar) or select +'New' from context menu.

+ diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm index da0fa113ffa..0b0a3cd11df 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm @@ -7,9 +7,11 @@ -

Run the application

-

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

-

+

Run Configuration (continue)

+

New Run Configuration created now.
+Its name and path to executable are given from selected project ('HelloWorld' in our case). +You can change project or application using 'Browse' buttons on 'Main' tab. +

+

Press 'Run'

diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm index d65f5256608..26b2431c84a 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm @@ -1,18 +1,18 @@ - - - Tutorial - + + + Tutorial + -

Run Configuration

-

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

-

Now click the Main tab and then the Search button.

+

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_basic20.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic20.htm index e987f0a93a1..d986d5570ce 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic20.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic20.htm @@ -1,15 +1,15 @@ - - - Tutorial - + + + Tutorial + -

Program Selection

-

The Program Selection dialog box will appear. Select the -executable you would like to run and click OK.

-

+

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/getting_started/cdt_w_basic21.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic21.htm deleted file mode 100644 index 29bef6a1dfd..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic21.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - Tutorial - - - -

Run Configuration

- -

The executable file should appear in the C/C++ Application text area.

-

Click Apply, and then click Run to run the application.

- - - - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic22.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic22.htm deleted file mode 100644 index 26b2431c84a..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic22.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_basic23.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic23.htm deleted file mode 100644 index d986d5570ce..00000000000 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic23.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/cdt_w_basic01.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic01.png index 475761900e2..0eea18df5b7 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic01.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic01.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic02.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic02.png index a9e67e341a5..6917241722a 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic02.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic02.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic03.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic03.png index b42e127a5c4..7936b502364 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic03.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic03.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic04.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic04.png index e0832079c29..8effb2c3f3f 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic04.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic04.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic05.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic05.png index 0a41b5b3ea7..337e87c3dbc 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic05.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic05.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic06.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic06.png index 80945751375..2882ebf8daf 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic06.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic06.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic07.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic07.png index 0becef86d13..9544c83ca3b 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic07.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic07.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic08.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic08.png index e15dc8e74d9..98a5a3eb4f6 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic08.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic08.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic09.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic09.png index 9cd30c6ccbc..644501a7888 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic09.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic09.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic10.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic10.png index 1783c6acd56..a2e9ef883c5 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic10.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic10.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic11.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic11.png index 3755d61d0ba..508e0760b2d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic11.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic11.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.gif b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.gif deleted file mode 100644 index 723fb23c571..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.gif and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.png index 591a0dbacfa..73176739687 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12a.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12a.png deleted file mode 100644 index fd56d97e2e4..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12a.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12b.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12b.png deleted file mode 100644 index 26b60f8151a..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12b.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12c.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12c.png deleted file mode 100644 index 8e70d5d9697..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12c.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic13.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic13.png index 9d506bd6474..43ffed3a6c0 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic13.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic13.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.gif b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.gif deleted file mode 100644 index 723fb23c571..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.gif and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.png index fd75560e4d7..414edbaa3a1 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic15.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic15.png index 90413fd1b26..23d84c6de5e 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic15.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic15.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic16.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic16.png index c27c6f7ca01..7722032f542 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic16.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic16.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic17.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic17.png index b8ca42822b8..d358e45522d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic17.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic17.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic18.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic18.png index da6415dc88a..0daa03e744d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic18.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic18.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic19.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic19.png index 1dbec8bcd3b..36f1c727041 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic19.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic19.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic20.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic20.png index adff961a6c7..c6ffad1435f 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic20.png and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic20.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic21.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic21.png deleted file mode 100644 index 723713768c6..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic21.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic22.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic22.png deleted file mode 100644 index 08b70470f27..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic22.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic23.png b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic23.png deleted file mode 100644 index b19637cdea7..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic23.png and /dev/null differ