Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-23 00:38:32 +0000
committerDoug Schaefer2007-06-23 00:38:32 +0000
commit7dbd86677cd698f7b1a0ed5b2ec12c3fc62cb7b4 (patch)
tree485035856c66b28b02e73715d8b3b811c58b8266 /doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm
parentb5ad1a939e3472db4aaaf28be9b5089744007fa3 (diff)
downloadorg.eclipse.cdt-7dbd86677cd698f7b1a0ed5b2ec12c3fc62cb7b4.tar.gz
org.eclipse.cdt-7dbd86677cd698f7b1a0ed5b2ec12c3fc62cb7b4.tar.xz
org.eclipse.cdt-7dbd86677cd698f7b1a0ed5b2ec12c3fc62cb7b4.zip
Bug 193376 - Patch for Angelina - doc updates.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm
index c8032263085..0925bfbc5b5 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_build_pref.htm
@@ -24,35 +24,35 @@
<tbody>
<tr>
<td><dt>Always clear console before building</dt></td>
- <td>Select this checkbox to clear the console whenever you perform a build.</td>
+ <td>Select this option to clear the contents of the Console view every time you perform a build.</td>
</tr>
<tr>
<td><dt>Open console when building</dt></td>
- <td>Select this checkbox to open the console build when you perform a build.</td>
+ <td>Select this option to open the Console view when you perform a build.</td>
</tr>
<tr>
<td><dt>Bring console to top when building (if present)</dt></td>
- <td>Select this checkbox to bring the build console to the front when you perform a build.</td>
+ <td>Select this option to make the Console view the active window when you perform a build.</td>
</tr>
<tr>
<td><dt>Limit console output (#lines)</dt></td>
- <td>You specify the maximum number of lines that appear in the build console view.</td>
+ <td>Specify the maximum number of lines that can display in the Console view.</td>
</tr>
<tr>
<td><dt>Display tab width</dt></td>
- <td>You can specify the number of spaces for a tab.</td>
+ <td>Specify the number of spaces for a tab.</td>
</tr>
<tr>
<td><dt>Output text color</dt></td>
- <td>You can customize the color of text in the build console.</td>
+ <td>Customize the color of text in the Console view.</td>
</tr>
<tr>
<td><dt>Information message text color</dt></td>
- <td>You can customize the color of information text messages in the build console.</td>
+ <td>Customize the color of information text messages in the Console view.</td>
</tr>
<tr>
<td><dt>Error message text color</dt></td>
- <td>You can customize the color of error text messages in the build console.</td>
+ <td>Customize the color of error messages in the Console view.</td>
</tr>
</tbody>
</table>

Back to the top