carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_templates.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Templates</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Templates</h1>

<p>Templates are sections of code that occur frequently enough that you would like
to be able to insert them with a few keystrokes.
This function is known as <b>Content Assist</b>; the sections of code that are
inserted are known as <b>templates</b>.
</p>
<p>To input an existing Content Assist template into a file, such as one for an 
<b>if</b> statement, type the initial character ("<tt>i</tt>" in this case), then press <b>Ctrl+Space</b>.
The templates that begin with that character appear. Double-click on a template to insert it into a file.</p>

<p>You can edit existing Code/Content Assist templates or create new ones. From the menu bar choose
<b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</b>.</p>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
</p>

<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<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>

<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_c_editor_con_assist.htm">Content Assist page</a>
<br><a href="../reference/cdt_u_code_temp.htm">Templates page</a>
</p>

<p>
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
<img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
</p>

</body>
</html>