1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Revised Convert Projects page images and minor edits of content for clarity

This commit is contained in:
L. Frank Turovich 2010-04-17 18:42:39 +00:00
parent e002f50ef6
commit f2876e9a5c
5 changed files with 14 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -10,24 +10,20 @@
<body> <body>
<h1>Adding Convert to a C/C++ Make Project to the New menu</h1> <h1>Adding Convert to a C/C++ Project to the New menu</h1>
<p>If <strong>Convert to a C/C++ Make Project</strong> is not available in your menubar, you can add it by clicking <strong>Window > Customize Perspective</strong></p> <p>If <strong>Convert to a C/C++ Project</strong> is not available in your menubar, you can add it by clicking <strong>Window > Customize Perspective</strong></p>
<p><strong>NOTE:</strong> This feature can update some managed make projects created by earlier versions of CDT. </p>
<p><img src="../images/window_customize_perspective.png" alt="Window - Customize Perspective menu selection"></p> <p><img src="../images/window_customize_perspective.png" alt="Window - Customize Perspective menu selection"></p>
<p>From the <strong>Customize Perspective Wizard</strong> select <strong>Convert to a C/C++ Project</strong> and click <strong>OK</strong>.</p>
<p>From the <strong>Customize Perspecive Wizard</strong> select <strong>Convert to a C/C++ Make Project</strong> and click <strong>OK</strong>.</p> <p><strong>NOTE:</strong> Ensure <strong>New</strong> is selected in the <strong>Submenus:</strong> list. </p>
<p><strong>Note: </strong> Ensure <strong>New</strong> is selected in the <strong>Submenus:</strong> list. </p>
<p><img src="../images/customize_perspective.png" alt="Customize Perspective Wizard"></p> <p><img src="../images/customize_perspective.png" alt="Customize Perspective Wizard"></p>
<p>&nbsp;</p>
<p>The <strong>File > New > Convert to a C/C++ Make Project</strong> option will now be available.</p> <p>The <strong>File > New > Convert to a C/C++ Project</strong> option will now be available.</p>
<p><img src="../images/file_new_conv.png" alt="File New Menu showing Convert to a C/C++ Make Project"></p> <p><img src="../images/file_new_conv.png" alt="File New Menu showing Convert to a C/C++ Project"></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br> <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a></p> <a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a></p>

View file

@ -12,9 +12,9 @@
<h1>Converting CDT 1.x Projects</h1> <h1>Converting CDT 1.x Projects</h1>
<p>How you update your CDT 1.x project to CDT 3.1 depends upon whether the <p>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 project is a Standard Make project or a Managed Make project. For a Standard
Make project, see <strong>Convert to C/C++ Make Project Wizard</strong> below.</p> Make project, see <strong>Convert to C/C++ Project Wizard</strong> below.</p>
<h2>Updating a Managed Make Project </h2> <h2>Updating a Managed Make Project </h2>
<p>For a Managed Make project, the Managed Build system will prompt you to <p>For a Managed Make project, the Managed Build system will prompt you to
@ -27,20 +27,20 @@ No</strong> and the project will not be updated.&nbsp; You will be able to view
Managed Build settings, but no changes will be saved when you close the project Managed Build settings, but no changes will be saved when you close the project
or exit Eclipse.</p> or exit Eclipse.</p>
<h2>Convert to C/C++ Make Project Wizard</h2> <h2>Convert to a C/C++ Project Wizard</h2>
<p>Select <strong>File > New > Convert to a C/C++ Make Project</strong>. If that selection is not available, you can find the instructions for adding it <a href="cdt_t_add_custom_persp.htm">here</a>.</p> <p>Select <strong>File > New > Convert to a C/C++ Project</strong>. If that selection is not available, you can find the instructions for adding it <a href="cdt_t_add_custom_persp.htm">here</a>.</p>
<p><img src="../images/file_new_conv.png" alt="File - New - Convert to a C/C++ Make Project menu selection"></p> <p><img src="../images/file_new_conv.png" alt="File - New - Convert to a C/C++ Project menu selection"></p>
<p>From the <strong>Convert to C/C++ Make Project Wizard</strong> select the project you want to convert and click <strong>Finish</strong>.</p> <p>From the <strong>Convert to C/C++ Make Project Wizard</strong> select the project you want to convert and click <strong>Finish</strong>.</p>
<p><img src="../images/convert_proj.png" alt="Convert to C/C++ Make Project Wizard"></p> <p><img src="../images/convert_proj.png" alt="Convert to C/C++ Project Wizard"></p>
<p><strong>Note: </strong>You may need to manually enable Path Discovery for CDT 1.x Standard Make projects, depending on how your CDT project was configured. <p><strong>Note: </strong>You may need to manually enable Path Discovery for CDT 1.x Standard Make projects, depending on how your CDT project was configured.
See <a href="cdt_t_discovery.htm">Set Discovery Options</a> for details.</p> See <a href="cdt_t_discovery.htm">Set Discovery Options</a> for details.</p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br> <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br> <a href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Project to the New menu</a><br>
<a href="cdt_t_discovery.htm">Set Discovery Options</a><br> <a href="cdt_t_discovery.htm">Set Discovery Options</a><br>
<a href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.x Managed Make Projects </a></p> <a href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.x Managed Make Projects </a></p>