Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm
index 57ea4e6f199..696ef1c2e55 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_c_editor_con_assist_adv.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -10,9 +10,9 @@
</head>
<body>
-<h1>Advanced preferences</h1>
+<h1 role="main">Advanced preferences</h1>
-<p>Use the <img src="../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferenceAdvanced)")'>Advanced</a> panel in the <strong>Preferences</strong> window to configure the behavior of the Content Assist (<span class="typewriter">Ctrl+Space</span>) command.</p>
+<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.CodeAssistPreferenceAdvanced)")'>Advanced</a> panel in the <strong>Preferences</strong> window to configure the behavior of the Content Assist (<span class="typewriter">Ctrl+Space</span>) command.</p>
<p><img src="../images/contentAssist_adv_preferences.png" alt="Content Assist Preferences Dialog Box"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" fgcolor="#DDD" >
@@ -23,37 +23,37 @@
</colgroup>
<thead>
<tr>
- <th><strong>Option</strong></th>
- <th><strong>Description</strong></th>
+ <th id="option"><strong>Option</strong></th>
+ <th id="description"><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr valign="top" >
- <td><strong>Default Proposal Kinds</strong></td>
- <td>Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
+ <td headers="option"><strong>Default Proposal Kinds</strong></td>
+ <td headers="description">Specifies the types of proposals Content Assist uses and the key bindings assigned.</td>
</tr>
<tr valign="top" >
- <td><strong>Content Assist Cycling</strong></td>
- <td>Specifies the order and types of proposals Content Assist will cycle through.</td>
+ <td headers="option"><strong>Content Assist Cycling</strong></td>
+ <td headers="description">Specifies the order and types of proposals Content Assist will cycle through.</td>
</tr>
<tr valign="top" >
- <td><strong>Up</strong></td>
- <td>Moves the selected proposal item up in the cycling list.</td>
+ <td headers="option"><strong>Up</strong></td>
+ <td headers="description">Moves the selected proposal item up in the cycling list.</td>
</tr>
<tr valign="top" >
- <td><strong>Down</strong></td>
- <td>Moves the selected proposal item down in the cycling list.</td>
+ <td headers="option"><strong>Down</strong></td>
+ <td headers="description">Moves the selected proposal item down in the cycling list.</td>
</tr>
</tbody>
</table>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a></p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++ editor</a><br>
<a href="../tasks/cdt_o_con_assist.htm">Working with Content Assist</a></p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

Back to the top