Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Frank Turovich2010-04-17 18:05:06 +0000
committerL. Frank Turovich2010-04-17 18:05:06 +0000
commite002f50ef62a902ffc7b088d598e6f33f58cda94 (patch)
treeff2ca9b16932425f7c56d270766ccd0cefaf36c0 /doc/org.eclipse.cdt.doc.user/reference
parent462fcf179d07e65818799d038b58dab1f04a75c5 (diff)
downloadorg.eclipse.cdt-e002f50ef62a902ffc7b088d598e6f33f58cda94.tar.gz
org.eclipse.cdt-e002f50ef62a902ffc7b088d598e6f33f58cda94.tar.xz
org.eclipse.cdt-e002f50ef62a902ffc7b088d598e6f33f58cda94.zip
Revised C/C++ preferences panel and image for 7.0
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm56
1 files changed, 19 insertions, 37 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm
index 98db070ea5e..3d6e0af974f 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_pref.htm
@@ -11,57 +11,39 @@
<h1>C/C++ preferences</h1>
-<p>The <strong>C/C++</strong> preference dialog box allows you to make changes to your C/C++ environment.</p>
+<p>The <strong>C/C++</strong> preference panel allows you to make changes to your C/C++ environment. Click <b>Window > Preferences > C/C++</b> to view.</p>
<p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>C/C++ Preference Options</strong></caption>
<colgroup>
- <col width="30%" valign="top" >
+ <col width="35%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
- <td width="30%" valign="top"><strong>Follow unindexed header files when producing the outline view</strong></td>
+ <td width="35%" valign="top"><strong>Follow unindexed header files when producing the outline view</strong></td>
<td valign="top">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td>
</tr>
+ <tr>
+ <td width="35%" valign="top"><b>Build active configuration in each project</b></td>
+ <td valign="top">Activate to always build only the active configuration within a project.</td>
+ </tr>
+ <tr>
+ <td width="35%" valign="top"><b>Build all configurations in each project</b></td>
+ <td valign="top">Activate to always build all the configurations within a project.</td>
+ </tr>
+ <tr>
+ <td width="35%" valign="top"><b>Build configurations only when there are Eclipse resource changes within the project and its resources</b></td>
+ <td valign="top">Activate to build only when there are have been changes to any project and Eclipse resources.</td>
+ </tr>
+ <tr>
+ <td width="35%" valign="top"><b>Clear all 'do not show again' settings and show all hidden dialogs again</b></td>
+ <td valign="top">Activate to reset all alert settings and show all hidden dialogs.</td>
+ </tr>
</tbody>
</table>
-<h2>C/C++ Submenu Items</h2>
-
-<p><dl>
- <dt>Appearance</dt>
- <dd>Controls appearance of C elements in viewers.</dd>
- <dt>Build Console</dt>
- <dd>Preferences for customize the appearance of the Build Console view.</dd>
- <dt>CDT build variables</dt>
- <dd>Displays a list of build variables (ex-build macros) available in CDT.</dd>
- <dt>Code Style</dt>
- <dd>Defines default code style. You can select one of existing profiles or set your own style.</dd>
- <dt>Debug</dt>
- <dd>Preferences for customizing the C/C++ debugger.</dd>
- <dt>Editor</dt>
- <dd>Preferences for customizing the C/C++ editor.</dd>
- <dt>Environment</dt>
- <dd>Displays a list of CDT-specific environment variables</dd>
- <dt>File Types</dt>
- <dd>Define which file extensions are linked to specific languages</dd>
- <dt>Indexer</dt>
- <dd>Define global settings for indexer</dd>
- <dt>Language mappings</dt>
- <dd>Set correspondence between content types and available languages.</dd>
- <dt>Make</dt>
- <dd>Settings specific for 'make' builder</dd>
- <dt>New CDT project wizard</dt>
- <dd>Controls behaviour of New Project Wizard</dd>
- <dt>Property Pages settings</dt>
- <dd>Controls behaviour of property pages</dd>
- <dt>Template Default Values</dt>
- <dd>Defines values to be used in CDT project templates</dd>
-</dl></p>
-
-
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_views.htm">Views</a></p>

Back to the top