From 18b2a05a56e2dd4213b4e7a5349ba7033cb9bad9 Mon Sep 17 00:00:00 2001
From: Andrew Gvozdev
Date: Wed, 2 Jun 2010 22:03:41 +0000
Subject: [PATCH] bug 289168: Updated cross-references in the doc related to
error parsers
---
.../reference/cdt_u_newproj_parser_error.htm | 25 ++++++++++-----
.../cdt_u_pref_build_error_parsers.htm | 21 ++++++++-----
.../cdt_u_prop_build_settings_errparser.htm | 7 +++--
.../tasks/cdt_o_builderrors.htm | 31 ++++++++++++++++---
.../tasks/cdt_t_filtererror.htm | 3 +-
.../tasks/cdt_t_jumperror.htm | 1 +
.../tasks/cdt_t_proj_error_parser.htm | 4 +--
7 files changed, 68 insertions(+), 24 deletions(-)
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.

+
-
-Build overview
+
Build overview
+
+
-
-Tuning Error Parsers
-
- New CDT Project Wizard
+
Tracking down compilation errors
+
Tuning Error Parsers
+
+
+
+
New CDT Project Wizard
+
Console View
+
Problems View
+
+
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 @@
-
-Build overview
+
Build overview
+
+
-
-Defining Project Build settings
-Building projects
-
-Views
+
Tracking down compilation errors
+
Defining Project Build settings
+
Building projects
+
+
+
+
Error Parsers tab
+
Console View
+
Problems View
+
+

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.

@@ -63,8 +63,9 @@ build output log.
-
-Tuning Error Parsers
+
Tuning Error Parsers
+
Tracking down compilation errors
+
After 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:
+
+
- as highlighted lines on the console,
- in the Problems View,
@@ -22,13 +24,34 @@ CDT Error Parsers scan build output and create Problem Markers which are present
- icons in editor's overview rulers,
- as squiggly line marking the problematic code in editor.
-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
,
+Warnings
and Info
.
+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
+
+
+
+
Build overview
+
+
+
+
Tuning Error Parsers
+
Defining Project Build settings
+
Building projects
+
+
+
+
Error Parsers tab
+
Console View
+
Problems View
+

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 @@
- In Problems view, click the View Menu icon
-
+
in the top right corner of the view.
- Use Configure Contents... to define your custom filter and click OK.
- In View Menu select Show and then your filter.
@@ -34,6 +34,7 @@
Tracking down compilation errors
+
Tuning Error Parsers
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 
Tracking down compilation errors
+
Tuning Error Parsers
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
Tracking down compilation errors
+
Tuning Error Parsers
Console View
Problems View
-
Build preferences
+
Error Parsers tab
Error Parser Options
-
Error Parsers, C/C++ Properties