Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm
index 7947529bb5b..ec40dbad27d 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_typing.htm
@@ -21,39 +21,39 @@
</colgroup>
<tbody>
<tr>
- <td><dt>"Strings"</dt></td>
+ <td><b>"Strings"</b></td>
<td>If enabled, automatically close string quotes.</td>
</tr>
<tr>
- <td><dt>(Parenthesis) and [square] brackets</dt></td>
+ <td><b>(Parenthesis) and [square] brackets</b></td>
<td>If enabled, automatically close parenthesis and square brackets.</td>
</tr>
<tr>
- <td><dt>&lt;Angle&gt; brackets</dt></td>
+ <td><b>&lt;Angle&gt; brackets</b></td>
<td>If enabled, automatically close angle brackets.</td>
</tr>
<tr>
- <td><dt>{Braces}</dt></td>
+ <td><b>{Braces}</b></td>
<td>If enabled, automatically close curly braces.</td>
</tr>
<tr>
- <td><dt>Tab key indents the current line</dt></td>
+ <td><b>Tab key indents the current line</b></td>
<td>If enabled, indent the current line when the tab key is pressed.</td>
</tr>
<tr>
- <td><dt>Adjust indentation</dt></td>
+ <td><b>Adjust indentation</b></td>
<td>Adjust the indentation of pasted text to match the current indentation level.</td>
</tr>
<tr>
- <td><dt>Wrap automatically</dt></td>
+ <td><b>Wrap automatically</b></td>
<td>Enable to automatically wrap string literals when they exceed the max line length.</td>
</tr>
<tr>
- <td><dt>Escape text when pasting into a literal string</dt></td>
+ <td><b>Escape text when pasting into a literal string</b></td>
<td>If enabled, special characters in pasted strings are escaped when pasted into an existing string literal.</td>
</tr>
<tr>
- <td><dt>Automatically indent - New lines and braces</dt></td>
+ <td><b>Automatically indent - New lines and braces</b></td>
<td>If enabled, a new line or brace will be indented according to the <a href="cdt_u_c_code_style_pref.htm">Code Style preferences</a>.
If disabled, the default Text Editor indentation strategy is applied (copy indent from previous line)</td>
</tr>

Back to the top