1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

bug 289168: Help corrected - The Problems View shows the list of compilation errors rather than the Tasks View.

This commit is contained in:
Andrew Gvozdev 2010-05-30 04:40:12 +00:00
parent c90254973d
commit db9e9880a7
2 changed files with 5 additions and 5 deletions

View file

@ -52,14 +52,14 @@ modified since the last build. A rebuild is a clean followed by a build.</p>
<p>Build-related information is displayed as follows:</p>
<ul>
<li>The Console view displays the output of the build tools.</li>
<li>The Tasks view displays a list of compiler errors and warnings
<li>The Problems view displays a list of compiler errors and warnings
related to your projects.</li>
<li>For Standard Make projects, the Makefile targets are displayed in
the Make Targets view.</li>
</ul>
<p>For more information about the Tasks view, see <strong>Workbench User
<p>For more information about the Problems view, see <strong>Workbench User
Guide &gt; Reference &gt; User interface information &gt; Views and
editors &gt; Tasks view</strong>.</p>
editors &gt; Problems view</strong>.</p>
<h2>Getting a makefile</h2>
<p>You can either create a C/C++ project for which you supply the <strong>makefile</strong>
@ -134,7 +134,7 @@ Properties</strong></li>
<p>Build-related information is displayed as follows: </p>
<ul>
<li>The <strong>Console</strong> view displays the output of the make utility.</li>
<li>The <strong>Tasks</strong> view displays a list of compiler errors and
<li>The <strong>Problems</strong> view displays a list of compiler errors and
warnings related to your projects. </li>
<li>For a Standard Make project, build actions display in the <strong>Make
Targets</strong> view.</li>

View file

@ -16,7 +16,7 @@ function newWin(url) {
<p>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.</p>
Problems view displays compile warnings or errors.</p>
<p>To build a project:</p>
<ol>
<li>In the <strong>Project Explorer</strong> view, select your project. For the tutorial, you can select the <strong>HelloWorld</strong> project you created earlier. <p><br></p></li>