diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm index bdb4c96789b..f786f5a3f6c 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_parser_error.htm @@ -13,7 +13,10 @@

Makefile Project - Error Parsers page

-

Use the Error Parsers page in the Makefile Projects preference panel to view a list of the filters that detect error patterns in the build output log.

+

Use the Error Parsers page in the + + Makefile Projects preference panel to define a list of error parsers that will be assigned to a new Makefile Project + created by a New CDT Project Wizard.

Make Error Parser Preferences Dialog Box

@@ -53,14 +56,22 @@
+

Related concepts -
-Build overview

+
Build overview +

+

Related tasks -
-Tuning Error Parsers

-

Related reference
- New CDT Project Wizard

+
Tracking down compilation errors +
Tuning Error Parsers +

+ +

Related reference +
New CDT Project Wizard +
Console View +
Problems View +

+
IBM Copyright Statement
Nokia Copyright Statement 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 286d018f6b1..2baba3ff239 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 @@ -54,14 +54,21 @@

Related concepts -
-Build overview

+
Build overview

+

+

Related tasks -
-Defining Project Build settings
-Building projects

-

Related reference
-Views

+
Tracking down compilation errors +
Defining Project Build settings +
Building projects +

+ +

Related reference +
Error Parsers tab +
Console View +
Problems View +

+
IBM Copyright Statement
Nokia Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm index f7d6f0a66ac..d01822e48d3 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_settings_errparser.htm @@ -8,7 +8,7 @@

C/C++ Project Properties, Build, Settings, Error Parsers

-

Use the Error Parsers properties tab to customize the list of filters that detect error patterns in the +

Use the Error Parsers properties tab to customize the list of parsers that detect error messages in the build output log.

C/C++ Project Properties,  Build, Settings, Error Parsers

@@ -63,8 +63,9 @@ build output log.

Related tasks -
-Tuning Error Parsers

+
Tuning Error Parsers +
Tracking down compilation errors +

Related referenceAfter a build finishes, CDT displays the build output in the Console View. The build output shows the result of build and a user can inspect it to find out if it was successful or not. To assist with that CDT Error Parsers scan build output and create Problem Markers which are presented in a variety of ways: +

+

-There are 3 types of Problem Markers: Errors, Warnings and Info. A user can control how the markers are +

+

+There are 3 types of Problem Markers: Errors Error, +Warnings Warning and InfoInfo. +A user can control how the markers are generated on "Error Parsers" Preference page.

-

The following topics describe how to view and manage compile errors.

- Jumping to errors
- Filtering the Problems view
+

The following topics describe how to view and manage compile errors: +
Jumping to errors +
Filtering the Problems view +

+ +

Related concepts +
Build overview

+

+ +

Related tasks +
Tuning Error Parsers +
Defining Project Build settings +
Building projects +

+ +

Related reference +
Error Parsers tab +
Console View +
Problems View +

QNX Copyright Statement

diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm index 134e94395c7..f748056d640 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_filtererror.htm @@ -20,7 +20,7 @@
  1. In Problems view, click the View Menu icon - View Menu icon + View Menu icon in the top right corner of the view.
  2. Use Configure Contents... to define your custom filter and click OK.
  3. In View Menu select Show and then your filter.
  4. @@ -34,6 +34,7 @@

    Related tasks
    Tracking down compilation errors +
    Tuning Error Parsers

    Related reference diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm index 58146c91df9..d0842e54726 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_jumperror.htm @@ -44,6 +44,7 @@ Informational messages are marked with Info Related tasks
    Tracking down compilation errors +
    Tuning Error Parsers

    Related reference diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm index c65a4eb8df4..cf5fd53b2cc 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm @@ -77,14 +77,14 @@ Note that that kind of parser needs to be the first to be able to provide the CW

    Related tasks
    Tracking down compilation errors +
    Tuning Error Parsers

    Related reference
    Console View
    Problems View -
    Build preferences +
    Error Parsers tab
    Error Parser Options -
    Error Parsers, C/C++ Properties

    QNX Copyright Statement