diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml index 51e33a3db6b..5e5ded806f2 100644 --- a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml +++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml @@ -1,8 +1,8 @@ - + - This guide will walk you though the process of creating a simple Managed "Hello World" application using the CDT. + This guide will walk you though the process of creating a simple "Hello World" C/C++ application using the CDT. @@ -16,69 +16,56 @@ - Choose one type of C/C++ project from the list. Then type a project name and type of project. + Create a C++ or C project by choosing one of the following wizards. - - + + - - + + - - - + - - - - For a project to work it needs files. In this step you add one or more files to your project. - - - - + - + - - - - - + - In this step you build the program to create a binary and examine it in a couple of C/C++ perspective views. + Build the program to create a binary and examine it in Outline and C/C++ Project views. - + + + - - The final step is to create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings. - + - + - + - + - + diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml index f4a1b65ab7a..c28e48c8355 100644 --- a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml +++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml @@ -1,8 +1,8 @@ - + - This guide walks you though the process of importing a Managed Make project into CDT. A managed make project is one where the makefile is managed by the tool, not by manually editing it. + This guide walks you though the process of importing a C/C++ project into CDT. @@ -14,26 +14,30 @@ - + - Choose one type of C/C++ project from the list. Then type a project name, the type of project, and the No Indexer setting. + Create a C++ or C project by choosing one of the following wizards. - - + + - - + + - - - + + + + + + + - For a project to work it needs files. In this step you import your old project files into your new Managed Make project. + For a project to work it needs files. In this step you import your old project files into your new C/C++ project. @@ -46,44 +50,44 @@ - In this step you build the program to create a binary and examine it in a couple of C/C++ views. + Build the program to create a binary and examine it in Outline and C/C++ Project views. - + + + - - With the project imported and able to build, its time now to reset some project properties for easier development. - + - The final step is to create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings. + Create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings. - + - + - + - + - + diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml index 637de329ba1..763e1ffdc37 100644 --- a/doc/org.eclipse.cdt.doc.user/plugin.xml +++ b/doc/org.eclipse.cdt.doc.user/plugin.xml @@ -98,9 +98,9 @@ composite="false" contentFile="$nl$/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml" id="org.eclipse.cdt-doc.cheatsheet.cdt_basic" - name="Creating a C/C++ Managed Make project"> + name="Creating C/C++ Projects"> - Use this tutorial to learn how to create a simple C/C++ project that uses the Managed Make system. + Use this tutorial to learn how to create a simple C/C++ project. + name="Importing C/C++ Projects"> Use this tutorial to learn how to successfully import a CDT project.