Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Weinstein2013-04-22 18:35:33 +0000
committerSergey Prigogin2013-04-24 20:34:49 +0000
commit356f66ed01bbb546faccb84a54ced3977ae8cef7 (patch)
tree5db31fc67eecb78d14e1bee851a3bc760c867edf
parent389e03ce9f686502d5fb7d4a01345f6ca34b5a91 (diff)
downloadorg.eclipse.cdt-356f66ed01bbb546faccb84a54ced3977ae8cef7.tar.gz
org.eclipse.cdt-356f66ed01bbb546faccb84a54ced3977ae8cef7.tar.xz
org.eclipse.cdt-356f66ed01bbb546faccb84a54ced3977ae8cef7.zip
Bug 403263 - Add link on Concepts/Templates page
Change-Id: Ibab1ef72640a2f9a7d737c6ca76cac52577e3745 Reviewed-on: https://git.eclipse.org/r/12104 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
-rwxr-xr-x[-rw-r--r--]doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm82
1 files changed, 50 insertions, 32 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
index a7fe1c6e8ca..ab72db5d9c6 100644..100755
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm
@@ -1,48 +1,66 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
-
<head>
<meta http-equiv="Content-Language" content="en-us">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Templates</title>
<link rel="stylesheet" type="text/css" href="../help.css">
+<script type="text/javascript"
+ src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head>
<body>
-<div role="main">
-<h1>Templates</h1>
+ <div role="main">
+ <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 <strong>Content Assist</strong>; the sections of code that are
-inserted are known as <strong>templates</strong>.
-</p>
-<p>To input an existing Content Assist template into a file, such as one for an
-<strong>if</strong> statement, type the initial character ("<span class="typewriter">i</span>" in this case), then press <strong>Ctrl+Space</strong>.
-The templates that begin with that character appear. Double-click on a template to insert it into a file.</p>
+ <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 <strong>Content Assist</strong>; the sections of
+ code that are inserted are known as <strong>templates</strong>.
+ </p>
+ <p>
+ To insert an existing Content Assist template into a file, such as
+ one for an <strong>if</strong> statement, type the initial character
+ ("<span class="typewriter">i</span>" in this case), then press <strong>Ctrl+Space</strong>.
+ 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
-<strong>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</strong>.</p>
+ <p>
+ You can edit the existing Content Assist templates or create new
+ ones using the <img src="../images/command_link.png" alt=""> <a
+ class="command-link"
+ href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.TemplatePreferencePage)")'>C/C++
+ &gt; Editor &gt; Templates</a> preference pane.
+ </p>
-<p><img 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 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 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 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 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/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>
-</div>
+ <p>
+ <img alt="Red Hat Copyright Statement" src="../images/rh03_04.gif"><br>
+ <img alt="IBM Copyright Statement" src="../images/ng00_04a.gif">
+ </p>
+ </div>
</body>
</html> \ No newline at end of file

Back to the top