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 @@
- +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. -