carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_m_project.htm
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
     7 <title>Project Menu actions</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 
       
    12 <h1>Project Menu actions</h1>
       
    13 
       
    14 <p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
       
    15 
       
    16 
       
    17 <p><table border="1" cellspacing="0">
       
    18 
       
    19 <tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
       
    20 <tr>
       
    21   <td><b>Open Project</b></td>
       
    22   <td>Shows a dialog that can be used to select a closed project and open it.</td>
       
    23   <td>&nbsp;</td>
       
    24 </tr>
       
    25   <tr>
       
    26   <td><b>Close Project</b></td>
       
    27   <td>Closes the currently selected projects.</td>
       
    28   <td>&nbsp;</td>
       
    29 </tr>
       
    30 <tr>
       
    31   <td><b>Build All</b></td>
       
    32   <td>Builds all projects in the workspace. This is a full build; all files are built.</td>
       
    33     <td>Ctrl+B</td>
       
    34 </tr>
       
    35 <tr>
       
    36   <td><b>Build parallel</b></td>
       
    37   <td>Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.</td>
       
    38     <td>&nbsp;</td>
       
    39 </tr>
       
    40 <tr>
       
    41   <td><b>Build Configurations</b></td>
       
    42   <td>Submenu which allows to:
       
    43     <ul>
       
    44       <li>Delete resource configurastion for file/folder
       
    45       <li>Set active build configuration
       
    46       <li>Manage (add, remove, rename) build configurations
       
    47     </ul>
       
    48     </td>
       
    49     <td>&nbsp;</td>
       
    50 </tr>
       
    51 <tr>
       
    52   <td><b>Build Project</b></td>
       
    53   <td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
       
    54   <td>&nbsp;</td>
       
    55 </tr>
       
    56 <tr>
       
    57   <td><b>Build Working Set</b></td>
       
    58   <td>Builds the current working set.</td>
       
    59   <td>&nbsp;</td>
       
    60 </tr>
       
    61 <tr>
       
    62   <td><b>Clean</b></td>
       
    63   <td>Invokes the make clean defined in the makefile</td>
       
    64   <td>&nbsp;</td>
       
    65 </tr>
       
    66 <tr>
       
    67   <td><b>Build Automatically</b></td>
       
    68   <td>When checked, the CDT will perform a build whenever a file in a project is saved. You should turn this feature off for very large projects.</td>
       
    69   <td>&nbsp;</td>
       
    70 </tr>
       
    71 <tr>
       
    72   <td><b>Make Target</b></td>
       
    73   <td>Submenu wich allows create or build a target in the <b>Make Targets</b> view.</td>
       
    74   <td>&nbsp;</td>
       
    75 </tr>
       
    76 <tr>
       
    77   <td><b>Properties</b></td>
       
    78   <td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>, 
       
    79 	<b>External Tools Builders</b>, <b>C/C++ Build</b> (managed only) <b>File Types</b>, <b>Indexer options</b>, 
       
    80 	<b>C/C++ Make Project</b> (standard only), <b>C/C++ Project Paths</b> (standard only), 
       
    81 	<b>Include Paths and Symbols</b> (standard only), and <b>Project References</b>. </td>
       
    82   <td>&nbsp;</td>
       
    83 </tr>
       
    84 </table></p>
       
    85 
       
    86 <p>
       
    87 <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
       
    88 </p>
       
    89 </body>
       
    90 </html>