diff --git a/doc/org.eclipse.cdt.doc.user/images/customize_perspective.png b/doc/org.eclipse.cdt.doc.user/images/customize_perspective.png index 81eecc037ba..cc8e556fd5f 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/customize_perspective.png and b/doc/org.eclipse.cdt.doc.user/images/customize_perspective.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/file_new_conv.png b/doc/org.eclipse.cdt.doc.user/images/file_new_conv.png index 8747012ffc4..e6d4efd513a 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/file_new_conv.png and b/doc/org.eclipse.cdt.doc.user/images/file_new_conv.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/window_customize_perspective.png b/doc/org.eclipse.cdt.doc.user/images/window_customize_perspective.png index 8f84327859c..add42681d49 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/window_customize_perspective.png and b/doc/org.eclipse.cdt.doc.user/images/window_customize_perspective.png differ diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm index 731eca5d362..957058fb39d 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_add_custom_persp.htm @@ -10,24 +10,20 @@
-If Convert to a C/C++ Make Project is not available in your menubar, you can add it by clicking Window > Customize Perspective
+If Convert to a C/C++ Project is not available in your menubar, you can add it by clicking Window > Customize Perspective
+NOTE: This feature can update some managed make projects created by earlier versions of CDT.
From the Customize Perspecive Wizard select Convert to a C/C++ Make Project and click OK.
-Note: Ensure New is selected in the Submenus: list.
+From the Customize Perspective Wizard select Convert to a C/C++ Project and click OK.
+NOTE: Ensure New is selected in the Submenus: list.
-
The File > New > Convert to a C/C++ Make Project option will now be available.
-The File > New > Convert to a C/C++ Project option will now be available.
+How you update your CDT 1.x project to CDT 3.1 depends upon whether the +
How you update your CDT 1.x project to the current CDT project format depends upon whether the project is a Standard Make project or a Managed Make project. For a Standard -Make project, see Convert to C/C++ Make Project Wizard below.
+Make project, see Convert to C/C++ Project Wizard below.For a Managed Make project, the Managed Build system will prompt you to @@ -27,20 +27,20 @@ No and the project will not be updated. You will be able to view Managed Build settings, but no changes will be saved when you close the project or exit Eclipse.
-Select File > New > Convert to a C/C++ Make Project. If that selection is not available, you can find the instructions for adding it here.
-Select File > New > Convert to a C/C++ Project. If that selection is not available, you can find the instructions for adding it here.
+From the Convert to C/C++ Make Project Wizard select the project you want to convert and click Finish.
-Note: You may need to manually enable Path Discovery for CDT 1.x Standard Make projects, depending on how your CDT project was configured. See Set Discovery Options for details.
-Adding Convert to a C/C++ Make Project to the New menu
+Adding Convert to a C/C++ Project to the New menu
Set Discovery Options
Converting CDT 2.x Managed Make Projects