From db9e9880a7e806e21dd3e01d460a56973683954e Mon Sep 17 00:00:00 2001
From: Andrew Gvozdev
Date: Sun, 30 May 2010 04:40:12 +0000
Subject: [PATCH] bug 289168: Help corrected - The Problems View shows the list
of compilation errors rather than the Tasks View.
---
.../concepts/cdt_c_build_over.htm | 8 ++++----
.../getting_started/cdt_w_build.htm | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm
index 511aa7c231b..722fad9907d 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_build_over.htm
@@ -52,14 +52,14 @@ modified since the last build. A rebuild is a clean followed by a build.
Build-related information is displayed as follows:
- The Console view displays the output of the build tools.
- - The Tasks view displays a list of compiler errors and warnings
+
- The Problems view displays a list of compiler errors and warnings
related to your projects.
- For Standard Make projects, the Makefile targets are displayed in
the Make Targets view.
-For more information about the Tasks view, see Workbench User
+For more information about the Problems view, see Workbench User
Guide > Reference > User interface information > Views and
-editors > Tasks view.
+editors > Problems view.
Getting a makefile
You can either create a C/C++ project for which you supply the makefile
@@ -134,7 +134,7 @@ Properties
Build-related information is displayed as follows:
- The Console view displays the output of the make utility.
- - The Tasks view displays a list of compiler errors and
+
- The Problems view displays a list of compiler errors and
warnings related to your projects.
- For a Standard Make project, build actions display in the Make
Targets view.
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 1fa7a18fdc2..8878fc81170 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
@@ -16,7 +16,7 @@ function newWin(url) {
The make output and build progress information displays in the
Console view. The Make Targets view displays makefile actions, and the
-Tasks view displays compile warnings or errors.
+Problems view displays compile warnings or errors.
To build a project:
- In the Project Explorer view, select your project. For the tutorial, you can select the HelloWorld project you created earlier.