From 98d451cfb8eff4f3b32a90ecdb7717985aab3edd Mon Sep 17 00:00:00 2001
From: Vivian Kong The C++ Project wizard opens.
+
By default, the CDT filters the Toolchain and Project types that it displays in those lists based on the language support for the C++ Project wizard you selected for this tutorial.
The Select Configurations page displays a list of configurations based on the project type and toolchain(s) selected earlier.
-
+
OPTIONAL: If you want to change the default project settings, click Advanced Setting to open the Project Properties dialog for your new project allowing you change any of the project specific settings,
such as includes paths, compiler options, and libraries.
@@ -96,7 +96,7 @@ Now with CDT, you just select a project type, and that determines what build sys
A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected. You should now see the new project in Project Explorer view.
-+
This file opens in a default editor. It contains C++ template code for the Hello World example project you selected earlier. In addition, the Outline view has also been populated
with objects created from your code.
-
+
NOTE: You can specify a different editor, and add or modify existing code templates in Window > Preferences.
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
index 4398ba5bf25..99d1314b5f7 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
@@ -31,7 +31,7 @@ Click on its tab to bring the view forward if it is not currently visible.
If for some reason it's not present, you can open it by selecting Window > Show View > Console.
-
+
The Debug Configurations dialog opens.
-
+
If a project is selected in the Project Explorer view the following data is automatically entered, take a moment to verify its accuracy or change as needed.
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
index 3c952d48ca1..d7c211eca06 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
@@ -74,13 +74,14 @@
+Error
Warning -
Info +
Info
Ignore - use this option to suppress generating a marker. -
Note that the order of error parsers is significant. Normally an error parser will consume +
Note that the order of error parsers is significant. Normally an error parser will consume the line where it spotted an error/warning and the others down the line won't get a chance to parse it.