1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_project.htm
2010-05-11 18:53:12 +00:00

90 lines
No EOL
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Project Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Project Menu actions</h1>
<p><img src="../images/cdt_menu_project.png" alt="Selecting Project Menu" ></p>
<p><table border="1" cellspacing="0">
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
<tr>
<td><strong>Open Project</strong></td>
<td>Shows a dialog that can be used to select a closed project and open it.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Close Project</strong></td>
<td>Closes the currently selected projects.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Build All</strong></td>
<td>Builds all projects in the workspace. This is a full build; all files are built.</td>
<td>Ctrl+B</td>
</tr>
<tr>
<td><strong>Build parallel</strong></td>
<td>Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Build Configurations</strong></td>
<td>Submenu which allows to:
<ul>
<li>Delete resource configuration for file/folder
<li>Set active build configuration
<li>Manage (add, remove, rename) build configurations
</ul>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Build Project</strong></td>
<td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Build Working Set</strong></td>
<td>Builds the current working set.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Clean</strong></td>
<td>Invokes the make clean defined in the makefile</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Build Automatically</strong></td>
<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>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Make Target</strong></td>
<td>Submenu which allows create or build a target in the <strong>Make Targets</strong> view.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><strong>Properties</strong></td>
<td>Displays the <strong>Properties</strong> dialog. From that dialog you can display the properties of resources in <strong>Info</strong>,
<strong>External Tools Builders</strong>, <strong>C/C++ Build</strong> (managed only) <strong>File Types</strong>, <strong>Indexer options</strong>,
<strong>C/C++ Make Project</strong> (standard only), <strong>C/C++ Project Paths</strong> (standard only),
<strong>Include Paths and Symbols</strong> (standard only), and <strong>Project References</strong>. </td>
<td>&nbsp;</td>
</tr>
</table><p></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>