carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_templates.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
     7 <title>Templates</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Templates</h1>
       
    13 
       
    14 <p>Templates are sections of code that occur frequently enough that you would like
       
    15 to be able to insert them with a few keystrokes.
       
    16 This function is known as <b>Content Assist</b>; the sections of code that are
       
    17 inserted are known as <b>templates</b>.
       
    18 </p>
       
    19 <p>To input an existing Content Assist template into a file, such as one for an 
       
    20 <b>if</b> statement, type the initial character ("<tt>i</tt>" in this case), then press <b>Ctrl+Space</b>.
       
    21 The templates that begin with that character appear. Double-click on a template to insert it into a file.</p>
       
    22 
       
    23 <p>You can edit existing Code/Content Assist templates or create new ones. From the menu bar choose
       
    24 <b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</b>.</p>
       
    25 
       
    26 <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
       
    27 <br><a href="cdt_c_over_cdt.htm">CDT Overview</a>
       
    28 </p>
       
    29 
       
    30 <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
       
    31 <br><a href="../tasks/cdt_t_add_codetemp.htm">Creating and editing templates</a>
       
    32 <br><a href="../tasks/cdt_t_contentassist.htm">Using templates</a>
       
    33 <br><a href="../tasks/cdt_t_imp_code_temp.htm">Importing and exporting templates</a>
       
    34 </p>
       
    35 
       
    36 <p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
       
    37 <br><a href="../reference/cdt_u_m_edit.htm">Edit menu</a>
       
    38 <br><a href="../reference/cdt_u_c_editor_con_assist.htm">Content Assist page</a>
       
    39 <br><a href="../reference/cdt_u_code_temp.htm">Templates page</a>
       
    40 </p>
       
    41 
       
    42 <p>
       
    43 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement"><br>
       
    44 <img src="../images/ng00_04a.gif" ALT=" IBM Copyright Statement" >
       
    45 </p>
       
    46 
       
    47 </body>
       
    48 </html>