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:
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 |
|
@ -11,50 +11,58 @@
|
|||
|
||||
<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 > Preferences > C/C++ > 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 > Preferences > C/C++ > Code Style</strong> to make changes.</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">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<p>Action</p>
|
||||
<b>Action</b>
|
||||
</th>
|
||||
<th>
|
||||
<p>Description</p>
|
||||
<b>Description</b>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<p>New...</p>
|
||||
<td valign="top" width="35%">
|
||||
<b>Configure Project Specific Settings...</b>
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<p>Edit...</p>
|
||||
<td valign="top" width="35%">
|
||||
<b>Edit...</b>
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<p>Remove</p>
|
||||
<td valign="top" width="35%">
|
||||
<b>Remove</b>
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%">
|
||||
<p>Import...</p>
|
||||
<td valign="top" width="35%">
|
||||
<b>New...</b>
|
||||
</td>
|
||||
<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>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue