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 5e5ded806f2..45058b4a255 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,4 +1,5 @@ + @@ -37,26 +38,34 @@ - Build the program to create a binary and examine it in Outline and C/C++ Project views. + Build the program to create a binary and examine it in Project Explorer and Outline 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 c28e48c8355..e5e513868e8 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 @@ -40,8 +40,10 @@ For a project to work it needs files. In this step you import your old project files into your new C/C++ project. + @@ -53,14 +55,18 @@ Build the program to create a binary and examine it in Outline and C/C++ Project views. + + @@ -76,9 +82,11 @@ 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. - - + +