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 @@ -

Adding Convert to a C/C++ Make Project to the New menu

+

Adding Convert to a C/C++ Project to the New menu

-

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.

Window - Customize Perspective menu selection

- -

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.

Customize Perspective Wizard

-

 

-

The File > New > Convert to a C/C++ Make Project option will now be available.

-

File New Menu showing Convert to a C/C++ Make Project

- - - +

The File > New > Convert to a C/C++ Project option will now be available.

+

File New Menu showing Convert to a C/C++ Project

Related tasks
Converting CDT 1.x Projects

diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm index a58b09d4a78..e45667f8eb4 100644 --- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm +++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm @@ -12,9 +12,9 @@

Converting CDT 1.x Projects

-

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.

Updating a Managed Make Project

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.

-

Convert to C/C++ Make Project Wizard

+

Convert to a C/C++ Project Wizard

-

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.

-

File - New - Convert to a C/C++ Make Project menu selection

+

Select File > New > Convert to a C/C++ Project. If that selection is not available, you can find the instructions for adding it here.

+

File - New - Convert to a C/C++ Project menu selection

From the Convert to C/C++ Make Project Wizard select the project you want to convert and click Finish.

-

Convert to C/C++ Make Project Wizard

+

Convert to C/C++ Project Wizard

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.

Related tasks
-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