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 f3b976eef7a..908bcd1dc46 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 @@ -9,13 +9,13 @@
The C/C++ Development Toolkit (CDT) is a set of Eclipse plugins that provide +
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.
The CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line. The CDT can also communicate with many external -utilities and intepret their responses, such as:
+utilities and interpret their responses, such as:To view a list of the updates available for the toolsets that you -installed, click Help > Software Updates > New Updates .
+installed, click Help > Software Updates > New Updates.The CDT is an open source project and is licensed under the Common Public License. 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 new file mode 100644 index 00000000000..4d39b9c93d5 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -0,0 +1,165 @@ + + +
+ + +![]() |
+ ![]() |
+ ![]() |
+
We will now walk though the process of creating a simple 'Hello World' application using the CDT.
+ +Note: This tutorial is best viewed at 1024x768 resolution or higher.
+ + + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic01.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic01.htm new file mode 100644 index 00000000000..cc2aebf6930 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic01.htm @@ -0,0 +1,22 @@ + + + + + +The image below shows the standard Workbench. To start, open the C/C++ perspective.
+ +If you have not already installed the C/C++ perspective, you can find the procedures here.
+ + + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic02.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic02.htm new file mode 100644 index 00000000000..89bd0b0b3c1 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic02.htm @@ -0,0 +1,17 @@ + + + + + +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.
+ + + + 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 new file mode 100644 index 00000000000..9253a83ca23 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic03.htm @@ -0,0 +1,17 @@ + + + + + +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 can close them if you wish; they will not be used in this tutorial. +You can open them again later by clicking Window > Show View and reselecting them. + + + 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 new file mode 100644 index 00000000000..8fc4e881bc4 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic04.htm @@ -0,0 +1,15 @@ + + +
+ + +You can now create a C/ C++ project by clicking File > New > Project.
+ + + 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 new file mode 100644 index 00000000000..8988092c777 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic05.htm @@ -0,0 +1,16 @@ + + + + + +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.
+ + + 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 new file mode 100644 index 00000000000..e6d5a09c044 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic06.htm @@ -0,0 +1,16 @@ + + + + + +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.
+ + + 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 new file mode 100644 index 00000000000..bfeb6e8a54f --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm @@ -0,0 +1,15 @@ + + + + + +Select the Deployment Platform and Configuration(s) for your project.
+Click Next.
+ + + 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 new file mode 100644 index 00000000000..c2acbcda313 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic08.htm @@ -0,0 +1,16 @@ + + + + + +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.
+Click Finish to close the dialog box.
+ + + 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 new file mode 100644 index 00000000000..33bbf23c4a8 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic09.htm @@ -0,0 +1,15 @@ + + + + + +You should now see the new project in the C/C++ Projects view.
+ + + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic10.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic10.htm new file mode 100644 index 00000000000..c98b3f0d1d6 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic10.htm @@ -0,0 +1,15 @@ + + + + + +Create a new cpp file (such as main.cpp) by right clicking your project and selecting New > 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 new file mode 100644 index 00000000000..59fc32100e5 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic11.htm @@ -0,0 +1,17 @@ + + + + + +You should now see the New File wizard.
+Enter the name of your file in the File name text area then click Finish.
+ + + + 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 new file mode 100644 index 00000000000..f78d2b9a95c --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic12.htm @@ -0,0 +1,18 @@ + + + + + +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.
+If Build Automatically is selected you may also notice some build errors in the Console view, this is expected since your project is currently blank, +you may also see a few other objects such as Debug depending on your Makefile configuration. To turn this feature off click Project > Build Automatically.
+ + + + 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 new file mode 100644 index 00000000000..b19a6eef909 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic13.htm @@ -0,0 +1,21 @@ + + + + + +Enter the code in the cpp file that was just created. You can get the code shown below click here.
+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.
+ + + 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 new file mode 100644 index 00000000000..339778173f0 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm @@ -0,0 +1,16 @@ + + + + + +You will also see the Outline view has also been populated with objects created from your code. Notice how quickly you can step through your code by simply clicking individual elements in the Outline View.
+ + + + diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic15.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic15.htm new file mode 100644 index 00000000000..e3d5580ba4f --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic15.htm @@ -0,0 +1,16 @@ + + + + + +Now save the cpp file, if you have Build Automatically selected under your Projects menu list, you can read through the build messages in the Console view.
+If Build Automatically is not selected, after you save the file you can build by typing CTRL+B.
+ + + 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 new file mode 100644 index 00000000000..406a6b69cdf --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic16.htm @@ -0,0 +1,17 @@ + + + + + +Navigate to the C/C++ Projects view and expand the Binary object, you will now see the executables listed. +If you selected Debug options in your Makefile (as are default in a Managed Make project), the executables will be listed there as well.
+ + + + 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 new file mode 100644 index 00000000000..5e0f3c066ca --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic17.htm @@ -0,0 +1,16 @@ + + +
+ + +You can run your application within the C/C++ Perspective, to do so click Run > Run.
+ + + + 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 new file mode 100644 index 00000000000..5c6d9ab61fc --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm @@ -0,0 +1,18 @@ + + +
+ + +You should now see the Run Configurations dialog box, navigate to the project in the Configurations: view, and then double click C/C++ Local. +This will create your Run Configuration.
+Now click the Main tab and then the Search button.
+ + + + 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 new file mode 100644 index 00000000000..e17a2f63b48 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic19.htm @@ -0,0 +1,16 @@ + + + + + +The Program Selection dialog box will appear, select the executable you would like to run and click OK.
+ + + + 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 new file mode 100644 index 00000000000..4a6afab06ca --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic20.htm @@ -0,0 +1,18 @@ + + +
+ + +The executable file should appear in the C/C++ Application text area.
+Click Apply, and then click Run to run the application.
+ + + + + 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 new file mode 100644 index 00000000000..4ce0a618e3d --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic21.htm @@ -0,0 +1,17 @@ + + + + + +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.
+ + + + 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 new file mode 100644 index 00000000000..8d6457d38cb --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic22.htm @@ -0,0 +1,15 @@ + + + + + +The title bar in the Console view will show you when the program has terminated.
+ + + 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 new file mode 100644 index 00000000000..9eea750ec6b --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_install_cdt.htm @@ -0,0 +1,84 @@ + + + + + + +The CDT can be updated directly from the workbench using your internet connection.
+ +
+
+CDT Overview
+C/C++ Development perspective
+
+
+Defining project properties
+Working with C/C++ project files
+
+
+Views
+
+
+#include <iostream> +#include <string> +using namespace std; + +int main() +{ + string yourName; + + cout << "Enter your name: "; + cin >> yourName; + cout << "Hello " + yourName << endl; + + return 0; +} + ++ + + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/images/back.gif b/doc/org.eclipse.cdt.doc.user/images/back.gif new file mode 100644 index 00000000000..ca67250b8ee Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/back.gif differ 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 new file mode 100644 index 00000000000..0e1aeb25755 Binary files /dev/null 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 new file mode 100644 index 00000000000..4443c396aee Binary files /dev/null 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 new file mode 100644 index 00000000000..a4a91592c97 Binary files /dev/null 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 new file mode 100644 index 00000000000..773199aea27 Binary files /dev/null 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 new file mode 100644 index 00000000000..63b64b0888f Binary files /dev/null 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 new file mode 100644 index 00000000000..64abfbd5941 Binary files /dev/null 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 new file mode 100644 index 00000000000..40ac63078df Binary files /dev/null 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 new file mode 100644 index 00000000000..1a7858068c7 Binary files /dev/null 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 new file mode 100644 index 00000000000..29a53e0163d Binary files /dev/null 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 new file mode 100644 index 00000000000..ca94f1728b3 Binary files /dev/null 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 new file mode 100644 index 00000000000..8cb2e83c494 Binary files /dev/null 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 new file mode 100644 index 00000000000..723fb23c571 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12.gif 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 new file mode 100644 index 00000000000..240faa8c4b8 Binary files /dev/null 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 new file mode 100644 index 00000000000..3da5b5c2b82 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12a.png 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 new file mode 100644 index 00000000000..dc4ddd2893c Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12b.png 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 new file mode 100644 index 00000000000..43824acfd9c Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic12c.png 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 new file mode 100644 index 00000000000..657e42181c5 Binary files /dev/null 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 new file mode 100644 index 00000000000..723fb23c571 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic14.gif 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 new file mode 100644 index 00000000000..247ea2f00f4 Binary files /dev/null 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 new file mode 100644 index 00000000000..853406d2ff3 Binary files /dev/null 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 new file mode 100644 index 00000000000..247ea2f00f4 Binary files /dev/null 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 new file mode 100644 index 00000000000..4eb3ad1f9a7 Binary files /dev/null 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 new file mode 100644 index 00000000000..fb785569abb Binary files /dev/null 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 new file mode 100644 index 00000000000..5c3bcdbe391 Binary files /dev/null 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 new file mode 100644 index 00000000000..ad85a3bd22e Binary files /dev/null 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 new file mode 100644 index 00000000000..b3e89c1081c Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic21.png 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 new file mode 100644 index 00000000000..35d1e7225ad Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_w_basic22.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/home.gif b/doc/org.eclipse.cdt.doc.user/images/home.gif new file mode 100644 index 00000000000..beecb160a02 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/home.gif differ diff --git a/doc/org.eclipse.cdt.doc.user/images/next.gif b/doc/org.eclipse.cdt.doc.user/images/next.gif new file mode 100644 index 00000000000..18482478ff5 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/next.gif differ diff --git a/doc/org.eclipse.cdt.doc.user/images/splash.png b/doc/org.eclipse.cdt.doc.user/images/splash.png new file mode 100644 index 00000000000..bdfabbf2364 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/splash.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm index 1c25dc14946..06cab476691 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm @@ -28,7 +28,7 @@ function changeSize(theImage,wd,ht) {
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 f18725458b0..f6416668e54 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
@@ -37,8 +37,8 @@ END INFOPOP-->
You can veiw a list of the filters that detect error patters in the build output log, on the Error Parsers page of the Preferences window.
+You can view a list of the filters that detect error patterns in the build output log, on the Error Parsers page of the Preferences window.
Task topics provide step-by-step procedural instructions to help you perform required tasks.
-You can let the CDT save modified files whenever you perform a manual build. The files are saved before the build is performed so that the latest -version of your files are built. You can view the output of the make +version of your files is built. You can view the output of the make utility in the C-Build view.
To save resources before manual builds:
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 a769f78ff21..01dcf3ea02f 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 @@ -47,7 +47,7 @@ commonly-used snippets of code.To set Content Assist preferences:
Files are edited in the C/C++ editor, that is by default, located in the +
Files are edited in the C/C++ editor that is by default, located in the editor area to the right of the C/C++ Projects view.
The marker bar on the left margin of the C/C++ editor, displays icons for @@ -44,7 +44,7 @@ information > Views and editors > Editor area.
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 9c4e570ba55..2ae3d9d856e 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
@@ -33,7 +33,7 @@ project properties in the Preferences window for future standard make projects.<
To include paths and symbols:
Search results are displayed in the Search view. Double-click a search result in the Search view to open the corresponding resource. The search element is highlighted.
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 44b417065ef..ff16817ef19 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 @@ -22,10 +22,10 @@ editor.