mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Updated Help related to build console.
This commit is contained in:
parent
a2382ab846
commit
bc4e35486c
1 changed files with 9 additions and 4 deletions
|
@ -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 > 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue