diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html index e1b2746a172..93f2e8f8d0b 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_creating_cpp_file.html @@ -2,7 +2,7 @@ - + Creating your C++ file @@ -13,7 +13,7 @@ The .cpp file that you create will be saved in the project folder you just created in Creating a remote project.

-

Files are edited in the Remote C/C++ Editor located to the right of +

Files are edited in the Remote C/C++ Editor located to the right of the Project Explorer view. The left margin of the Remote C/C++ Editor, called the marker bar, displays icons for items such as bookmarks, breakpoints, and compiler errors and warnings.

@@ -47,19 +47,18 @@

Your new .cpp file is displayed in the Project Explorer view. Before you can build your newly created project, you must create a makefile. - See Creating your makefile.

+ See Creating your makefile.

-
+
Related tasks
- Creating a C/C++ file -
+ Creating a C/C++ file +
Related reference
- Remote C/C++ Editor -
+ Editor View