mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cleanup doc references to Templates
This commit is contained in:
parent
e51565a4f7
commit
fbe42aa703
6 changed files with 9 additions and 9 deletions
|
@ -35,8 +35,8 @@ The templates that begin with that character appear. Double-click on a template
|
||||||
|
|
||||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
<br><a href="../reference/cdt_u_m_edit.htm">Edit menu</a>
|
<br><a href="../reference/cdt_u_m_edit.htm">Edit menu</a>
|
||||||
<br><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page, Preferences window</a>
|
<br><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page</a>
|
||||||
<br><a href="../reference/cdt_u_code_temp.htm">Code Templates page, Preferences window</a>
|
<br><a href="../reference/cdt_u_code_temp.htm">Templates page</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<p>Use the <b>Templates</b> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
|
<p>Use the <b>Templates</b> preference panel to manipulate any of the common templates predefined within CDT or create your own. To modify, delete, export,
|
||||||
import, or create your own templates click <b>Window > Preferences > C/C++ > Templates</b>.</p>
|
import, or create your own templates click <b>Window > Preferences > C/C++ > Templates</b>.</p>
|
||||||
<img src="../images/code_templates.png" alt="Code Templates Preferences">
|
<img src="../images/code_templates.png" alt="Templates Preferences">
|
||||||
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
|
||||||
<caption><b>Templates Preference Options</b></caption>
|
<caption><b>Templates Preference Options</b></caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Content Assist</b></td>
|
<td><b>Content Assist</b></td>
|
||||||
<td>Opens a context assist dialog at the current cursor position to bring up Java code assist proposals and templates. See the Templates preference page for available templates
|
<td>Opens a context assist dialog at the current cursor position to bring up Java code assist proposals and templates. See the Templates preference page for available templates
|
||||||
<b>Window > Preferences > C/C++ > Code Templates</b> and go to the Editor preference page
|
<b>Window > Preferences > C/C++ > Editor > Templates</b> and go to the Editor preference page
|
||||||
<b>Window > Preferences > C/C++ > C/C++ Editor > Content Assist</b> for configuring the behaviour of content assist.</td>
|
<b>Window > Preferences > C/C++ > Editor > Content Assist</b> for configuring the behaviour of content assist.</td>
|
||||||
<td> Ctrl+Space</td>
|
<td> Ctrl+Space</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
<a href="cdt_t_contentassist.htm">Using Content Assist</a><br>
|
<a href="cdt_t_contentassist.htm">Using Content Assist</a><br>
|
||||||
<a href="cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p>
|
<a href="cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p>
|
||||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
||||||
<a href="../reference/cdt_u_code_temp.htm">Code Templates page</a></p>
|
<a href="../reference/cdt_u_code_temp.htm">Templates page</a></p>
|
||||||
<p>
|
<p>
|
||||||
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
|
<img src="../images/ng00_04a.gif" ALT="QNX Copyright Statement" >
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@ commonly-used snippets of code.</p>
|
||||||
<a href="cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p>
|
<a href="cdt_t_imp_code_temp.htm">Importing and exporting templates</a></p>
|
||||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||||
<br>
|
<br>
|
||||||
<a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page, Preferences window</a><br>
|
<a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page</a><br>
|
||||||
<a href="../reference/cdt_u_code_temp.htm">Code Templates page</a></p>
|
<a href="../reference/cdt_u_code_temp.htm">Templates page</a></p>
|
||||||
<p>
|
<p>
|
||||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<templates>
|
<templates>
|
||||||
<template name="author" description="author name" context="C" enabled="true">author ${user}</template>
|
<template name="author" description="author name" context="C" enabled="true">author ${user}</template>
|
||||||
</templates></pre>
|
</templates></pre>
|
||||||
<img src="../images/code_templates.png" alt="Code Templates Preferences">
|
<img src="../images/code_templates.png" alt="Templates Preferences">
|
||||||
|
|
||||||
<p>To import a template</p>
|
<p>To import a template</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
Loading…
Add table
Reference in a new issue