1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Revised Code Style page to match 7.0

This commit is contained in:
L. Frank Turovich 2010-04-17 17:36:56 +00:00
parent 2a48888d7b
commit 462fcf179d
2 changed files with 23 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -11,50 +11,58 @@
<h1>Code Style preferences</h1> <h1>Code Style preferences</h1>
<p>Use the <strong>Code Style</strong> preference panel to configure you code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p> <p>Use the <strong>Code Style</strong> preference panel to configure your global code style profiles for smart typing features, like auto-indentation and formatting. Click <strong>Window &gt; Preferences &gt; C/C++ &gt; Code Style</strong> to make changes.</p>
<p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p> <p><img src="../images/code_style_preferences.png" alt="Code Style Preferences"></p>
<table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options"> <table border="1" cellspacing="0" cellpadding="5" width="600" summary="All options">
<thead> <thead>
<tr> <tr>
<th> <th>
<p>Action</p> <b>Action</b>
</th> </th>
<th> <th>
<p>Description</p> <b>Description</b>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="35%">
<p>New...</p> <b>Configure Project Specific Settings...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Shows the dialog to create a new profile. The dialog requires you to enter a name for the new profile. Additionally, you may select a built-in or user-defined existing profile to base your new profile on.</p> Opens the <b>Project Specific Configuration</b> dialog box to select a project to apply code style settings.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="35%">
<p>Edit...</p> <b>Edit...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Shows a dialog which displays the settings stored in the active profile. Only user-defined profiles can be modified.</p> Shows a dialog which displays the settings stored in the active profile. Only user-defined profiles can be modified.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="35%">
<p>Remove</p> <b>Remove</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Removes the selected profile. This action is only available on user-defined profiles.</p> Removes the selected profile. This action is only available on user-defined profiles.
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top" width="25%"> <td valign="top" width="35%">
<p>Import...</p> <b>New...</b>
</td> </td>
<td valign="top"> <td valign="top">
<p>Imports profiles from the file system.</p> Shows the dialog to create a new profile. The dialog requires you to enter a name for the new profile. Additionally, you may select a built-in or user-defined existing profile to base your new profile on.
</td>
</tr>
<tr>
<td valign="top" width="35%">
<b>Import...</b>
</td>
<td valign="top">
Imports profiles from the file system.
</td> </td>
</tr> </tr>
</tbody> </tbody>