1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Revised C/C++ preferences panel and image for 7.0

This commit is contained in:
L. Frank Turovich 2010-04-17 18:05:06 +00:00
parent 462fcf179d
commit e002f50ef6
2 changed files with 19 additions and 37 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -11,57 +11,39 @@
<h1>C/C++ preferences</h1> <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> <p><img src="../images/c_cpp_preferences.png" alt="C/C++ Main Preferences Window"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" > <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<caption><strong>C/C++ Preference Options</strong></caption> <caption><strong>C/C++ Preference Options</strong></caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="35%" valign="top" >
<col width="70%" valign="top" > <col width="70%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <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> <td valign="top">Activate to do a more exhaustive search of header paths to build a more complete outline view.</td>
</tr> </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> </tbody>
</table> </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"> <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br> <br>
<a href="cdt_o_views.htm">Views</a></p> <a href="cdt_o_views.htm">Views</a></p>