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.htm7
1 files changed, 7 insertions, 0 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 696ef1c2e55..20314995e58 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
@@ -44,6 +44,13 @@
<td headers="option"><strong>Down</strong></td>
<td headers="description">Moves the selected proposal item down in the cycling list.</td>
</tr>
+ <tr valign="top">
+ <td headers="option"><strong>Timeout for each proposal kind (ms)</strong></td>
+ <td headers="description">Specifies the number of milliseconds a code completion proposal kind is allowed to compute
+ proposals. If it takes more time then it is assumed that this proposal kind is faulty.
+ In this case a dialog is opened and an appropriate message is shown to the user<br>If the value is 0 each completion
+ proposal can compute as long as it needs to before being assumed to be faulty.</td>
+ </tr>
</tbody>
</table>

Back to the top