1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Add Build pref panel and related image

This commit is contained in:
L. Frank Turovich 2010-04-18 16:18:11 +00:00
parent 22c45ad73b
commit fddcbd66a2
4 changed files with 164 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -0,0 +1,86 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Console preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Console preferences</h1>
<p>You can customize the appearance of the messages that appear in the <strong>Console</strong> view.</p>
<p><img src="../images/cdt_pref_build_console.png" alt="Console Preferences Panel"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>Console Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td><strong>Always clear console before building</strong></td>
<td>Select this option to clear the contents of the Console view every time you perform a build.</td>
</tr>
<tr>
<td><strong>Open console when building</strong></td>
<td>Select this option to open the Console view when you perform a build.</td>
</tr>
<tr>
<td><strong>Bring console to top when building (if present)</strong></td>
<td>Select this option to make the Console view the active window when you perform a build.</td>
</tr>
<tr>
<td><strong>Limit console output (#lines)</strong></td>
<td>Specify the maximum number of lines that can display in the Console view.</td>
</tr>
<tr>
<td><strong>Display tab width</strong></td>
<td>Specify the number of spaces for a tab.</td>
</tr>
<tr>
<td><strong>Output text color</strong></td>
<td>Customize the color of text in the Console view.</td>
</tr>
<tr>
<td><strong>Information message text color</strong></td>
<td>Customize the color of information text messages in the Console view.</td>
</tr>
<tr>
<td><strong>Error message text color</strong></td>
<td>Customize the color of error messages in the Console view.</td>
</tr>
<tr>
<td><strong>Background color</strong></td>
<td>Customize the background color in the Console view.</td>
</tr>
<tr>
<td><strong>Background color for build problems</strong></td>
<td>Customize the background color of build problems in the Console view.</td>
</tr>
<tr>
<td><strong>Highlighting color for build problems</strong></td>
<td>Customize the highlighting color of build problems in the Console view.</td>
</tr>
</tbody>
</table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</html>

View file

@ -0,0 +1,70 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Build preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
<h1>Build preferences</h1>
<p>Use the <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces)")'>Build</a> preference panel to define global error parsing options.</p>
<p><img src="../images/pref_panel_build.png" alt="Build Preferences Panel"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>Build Preference Options</strong></caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr align="center">
<td><strong>Group</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr valign="top">
<td><strong>Error Parsers</strong></td>
<td>Lists the available error parsers and the order in which they are called.
<ul>
<li>Click <b>Add...</b> to add additional parsers.</li>
<li>Click <b>Edit...</b> to show the Error Parser Options list if applicable.</li>
<li>Click <b>Delete</b> to remove a parser.</li>
<li>Click <b>Move Up</b> to move a parser earlier in the call order.</li>
<li>Click <b>Move Down</b> to remove a parser later in the call order.</li>
</ul></td>
</tr>
<tr valign="top">
<td><strong>Error Parser Options</strong></td>
<td>Lists the patterns used by the selected error parser and the order in which they are called.
<ul>
<li>Click <b>Add...</b> to add a new pattern to the list.</li>
<li>Click <b>Delete</b> to remove a pattern.</li>
<li>Click <b>Move Up</b> to move a pattern earlier in the call order.</li>
<li>Click <b>Move Down</b> to remove a pattern later in the call order.</li>
<li>Click a pattern to select it for editing.</li>
</ul></td>
</tr>
</tbody>
</table>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ><br>
<img src="../images/nokia2007Copyright.png" ALT="Nokia Copyright Statement" >
</body>
</html>

View file

@ -52,11 +52,14 @@
<!-- PREFERENCE TOPICS -->
<topic label="C/C++ preferences" href="reference/cdt_u_c_pref.htm">
<topic label="Appearance" href="reference/cdt_u_appearance_pref.htm"/>
<topic label="Console" href="reference/cdt_u_build_pref.htm"/>
<topic label="Make" href="reference/cdt_u_make_pref.htm" />
<topic label="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm" >
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>
</topic>
<topic href="reference/cdt_u_pref_build.htm" label="Build preferences">
<topic label="Console" href="reference/cdt_u_console_pref.htm"/>
<topic label="Environment" href="reference/cdt_u_environment_pref.htm"/>
<topic label="Make" href="reference/cdt_u_make_pref.htm" />
<topic label="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm" >
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>
</topic>
</topic>
<topic label="Code Style preferences" href="reference/cdt_u_c_code_style_pref.htm">
<topic label="Code Templates" href="reference/cdt_u_c_code_templates_pref.htm"/>
@ -68,7 +71,6 @@
<topic label="GDB MI" href="reference/cdt_u_gdb_mi.htm"/>
</topic>
<topic label="Environment" href="reference/cdt_u_environment_pref.htm"/>
<topic label="Editor preferences" href="reference/cdt_o_ceditor_pref.htm">
<topic label="General preferences" href="reference/cdt_u_c_editor_gen.htm"/>