Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm
index 4bad98576b9..4e25c1f96ee 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_gen.htm
@@ -22,31 +22,31 @@
</colgroup>
<tbody>
<tr>
- <td><dt>Smart caret positioning in identifiers</dt></td>
+ <td><b>Smart caret positioning in identifiers</b></td>
<td>If enabled, there are additional word boundaries inside identifiers.</td>
</tr>
<tr>
- <td><dt>Highlight matching brackets</dt></td>
+ <td><b>Highlight matching brackets</b></td>
<td>When the cursor is beside a bracket, the matching bracket is highlighted.</td>
</tr>
<tr>
- <td><dt>Highlight inactive code</dt></td>
+ <td><b>Highlight inactive code</b></td>
<td>Highlights inactive code when the cursor is positioned inside it.</td>
</tr>
<tr>
- <td><dt>Ensure newline at end of file when saving</dt></td>
+ <td><b>Ensure newline at end of file when saving</b></td>
<td>Checkmark to ensure files always include a newline at the end.</td>
</tr>
<tr>
- <td><dt>Appearance color options</dt></td>
+ <td><b>Appearance color options</b></td>
<td>Lists the items for which you can specify a color.</td>
</tr>
<tr>
- <td><dt>Color</dt></td>
+ <td><b>Color</b></td>
<td>Specifies the color in which to display the selected item.</td>
</tr>
<tr>
- <td><dt>Documentation tool comments</dt></td>
+ <td><b>Documentation tool comments</b></td>
<td>Specifies which documentation tool should be used to determine editor presentation and behaviors. This
enables editor features such as content-assist, documentation comment generation and syntax highlighting. The particular
tool selected here will be used for files that are not associated with a project, or where no project level preference has

Back to the top