Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gvozdev2010-05-30 02:30:57 +0000
committerAndrew Gvozdev2010-05-30 02:30:57 +0000
commitbc4e35486c1da2ab844292cd207cd5cd9f06c71b (patch)
treee3133b8294846dd52512d28374de898149fda2a3 /doc
parenta2382ab8461f3978763ed910e36d08c9c4872f16 (diff)
downloadorg.eclipse.cdt-bc4e35486c1da2ab844292cd207cd5cd9f06c71b.tar.gz
org.eclipse.cdt-bc4e35486c1da2ab844292cd207cd5cd9f06c71b.tar.xz
org.eclipse.cdt-bc4e35486c1da2ab844292cd207cd5cd9f06c71b.zip
Updated Help related to build console.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm
index a1343b6d922..2e5df1358a6 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm
@@ -21,6 +21,9 @@ The output console shows several different kinds of text, each in a different co
<li>Standard error</li>
<li>Standard input</li>
</ul>
+<p>Build console provides also highlighting of build problems. You can use double-click on a highlighted line
+to open code in an editor when error parsers are able to determine file and line from build output.
+</p>
<p>You can choose the different colors for these kinds of text on the <a href="cdt_u_console_pref.htm">Console</a> preferences panel.
</p>
@@ -53,12 +56,12 @@ The output console shows several different kinds of text, each in a different co
<tr>
<td align="center" valign="top"><img src="../images/icon_show_error.png" alt="show error icon"></td>
<td valign="top">Show Error in Editor</td>
- <td valign="top">Toggle to show the selected error in the Editor view (default) or not.</td>
+ <td valign="top">Toggle to synchronize the selected error with the Editor view (default).</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_save_output_file.png" alt="save output file icon"></td>
- <td valign="top">Save Console Output to File</td>
- <td valign="top">Opens the <strong>Properties for Project &gt; C/C++ Build </strong> dialog box where you can specify the Build output file location.</td>
+ <td valign="top">Copy Build Log</td>
+ <td valign="top">Copy build output to file.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
@@ -138,7 +141,9 @@ you see one or more of the following options in a context menu depending on the
</table>
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
-<br><a href="../reference/cdt_o_views.htm">C/C++ Views and Editors</a></p>
+<br><a href="../reference/cdt_o_views.htm">C/C++ Views and Editors</a>
+<br><a href="../tasks/cdt_t_proj_error_parser.htm">Filtering errors</a>
+</p>
<hr >
<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"> <br>

Back to the top