mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug 261475 - Wrong documentation links
This commit is contained in:
parent
eb2f065539
commit
29a943b067
3 changed files with 7 additions and 14 deletions
|
@ -28,8 +28,8 @@ The templates that begin with that character appear. Double-click on a template
|
|||
</p>
|
||||
|
||||
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
||||
<br><a href="../tasks/cdt_t_contentassist.htm">Creating and editing templates</a>
|
||||
<br><a href="../tasks/cdt_t_add_codetemp.htm">Using templates</a>
|
||||
<br><a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a>
|
||||
<br><a href="../tasks/cdt_t_contentassist.htm">Using templates</a>
|
||||
<br><a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a>
|
||||
</p>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 26 KiB |
|
@ -37,23 +37,16 @@ commonly-used snippets of code.</p>
|
|||
<p>To set Content Assist preferences:</p>
|
||||
<ol>
|
||||
<li>Click <b>Window > Preferences</b>.</li>
|
||||
<li>Expand <b>C/C++</b>, and click <b>C/C++ Editor</b>.</li>
|
||||
<li>Click the <b>Content Assist</b> tab.<br>
|
||||
<li>Expand <b>C/C++</b> and <b>Editor</b>.</li>
|
||||
<li>Select <b>Content Assist</b>.<br>
|
||||
<img src="../images/contentAssist_preferences.png" alt="Content Assist Preferences"></li>
|
||||
<li>Do the following:
|
||||
<li>Do the following:
|
||||
<ul>
|
||||
<li>To change the scope from which Content Assist retrieves its proposals, select
|
||||
either <b>Search current file and included files</b> or <b>Search current project</b>
|
||||
by selecting the appropriate the radio button.</li>
|
||||
<li>To insert an element when you open Content Assist and it is the only
|
||||
item in the list, select the <b>Insert single proposals automatically</b> check box.</li>
|
||||
<li>To automatically insert a proposal, if it is the only one found when Content Assist is invoked, select the <b>Enable auto activation</b> checkbox.</li>
|
||||
<li>To automatically insert a common prefix of all proposals, select the <b>Insert common prefixes automatically</b> checkbox.</li>
|
||||
<li>To display proposals in alphabetical order, rather than by relevance, select the <b>Present proposals in alphabetical order</b> checkbox. </li>
|
||||
<li>To change the amount of time Content Assist is permitted to parse proposals enter the value for <b>Content Assist parsing timeout</b> in the text box area.</li>
|
||||
<li>Enable Auto activation of content assist for ".", "->" or "::" triggers by selecting the appropriate checkboxes.</li>
|
||||
<li>To change the delay before Content Assist is automatically invoked for the triggers (shown above), enter the new delay in the <b>Auto activation delay</b> text box area.</li>
|
||||
<li>To change the background color of the Content Assist dialog box, click the color palette button.</li>
|
||||
<li>To change the foreground color of the Content Assist dialog box, click the color palette button.</li>
|
||||
<li>To change <b>Auto-Activation</b> of content assist for ".", "->" or "::" triggers, select the appropriate checkboxes.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Click <b>OK</b>.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue