From fbe42aa703dc3a316ce132f76f8f45f5b911bcda Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Wed, 5 Dec 2007 12:42:33 +0000 Subject: [PATCH] Cleanup doc references to Templates --- doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm | 4 ++-- doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm | 2 +- doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm | 4 ++-- doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm | 2 +- doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm | 4 ++-- doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm | 2 +- 6 files changed, 9 insertions(+), 9 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 f9467cce697..a41a63e54ea 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_templates.htm @@ -35,8 +35,8 @@ The templates that begin with that character appear. Double-click on a template

Related reference
Edit menu -
Content Assist page, Preferences window -
Code Templates page, Preferences window +
Content Assist page +
Templates page

diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm index 6b8802f8726..6680c6604db 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_code_temp.htm @@ -13,7 +13,7 @@

Use the Templates 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 Window > Preferences > C/C++ > Templates.

-Code Templates Preferences +Templates Preferences diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm index d24862aff3d..cc0d50905f4 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm @@ -141,8 +141,8 @@ + Window > Preferences > C/C++ > Editor > Templates and go to the Editor preference page + Window > Preferences > C/C++ > Editor > Content Assist for configuring the behaviour of content assist. diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm index d7bc33214a5..ae587b9972c 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_codetemp.htm @@ -65,7 +65,7 @@ Using Content Assist
Importing and exporting templates

Related reference
-Code Templates page

+Templates page

QNX Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm index 6c6d9dd087c..a2159bcf466 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_contentassist.htm @@ -67,8 +67,8 @@ commonly-used snippets of code.

Importing and exporting templates

Related reference
-Content Assist page, Preferences window
-Code Templates page

+Content Assist page
+Templates page

IBM Copyright Statement diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm index be08f7cbd48..71cb257f412 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_imp_code_temp.htm @@ -19,7 +19,7 @@ <templates> <template name="author" description="author name" context="C" enabled="true">author ${user}</template> </templates> -Code Templates Preferences +Templates Preferences

To import a template

Templates Preference Options
Content Assist 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 - Window > Preferences > C/C++ > Code Templates and go to the Editor preference page - Window > Preferences > C/C++ > C/C++ Editor > Content Assist for configuring the behaviour of content assist. Ctrl+Space