diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm index 9e8ea204922..0a95a6e56e8 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_proj_file_views.htm @@ -51,6 +51,7 @@ item does, select an item and press F1.
Creating a project
+Creating a project via a project template
Working with C/C++ project files
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm
index 8fe0980eb51..803143754a5 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_existing_code.htm
@@ -23,7 +23,8 @@ do this. The scenarios described below are recommended approaches.
After you perform a checkout operation, a CVS checkout of the project occurs into the project's location. It is recommended that you eventually add and commit the CDT project files back into CVS. diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_1.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_1.png new file mode 100644 index 00000000000..08c9d7dbca3 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_1.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_2.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_2.png new file mode 100644 index 00000000000..3fe998ade0a Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_2.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_3.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_3.png new file mode 100644 index 00000000000..0850083f0c7 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_3.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_4.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_4.png new file mode 100644 index 00000000000..f67b3352fe3 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_4.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_5.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_5.png new file mode 100644 index 00000000000..4918ac1d02f Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_5.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_6.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_6.png new file mode 100644 index 00000000000..ba3fd341ebc Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_6.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_7.png b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_7.png new file mode 100644 index 00000000000..181c2eca953 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/cdt_t_proj_new_with_template_7.png differ diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm index 447fc0899e4..f1fb13d770e 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_o_tasks.htm @@ -14,6 +14,7 @@
The following topics provide step-by-step procedural instructions to help you perform various activities with the CDT:
-
Working with C/C++ project files
Project properties
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm
new file mode 100644
index 00000000000..439bb3e6290
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm
@@ -0,0 +1,91 @@
+
+
+
+
From CDT 4.0 its possible to create projects based upon templates defined by the IDE supplier. What this means is +that you can easily create a project which contains customized source code and is ready for use in a few clicks. Some +aspects of the generated project may be customized by the user as part of the new project wizard.
+ +To create a project from a template:
+ +
+
CDT Projects
+
Project file views
+
Working with C/C++ project files