mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
90 lines
No EOL
2.7 KiB
HTML
90 lines
No EOL
2.7 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><b>Open Project</b></td>
|
|
<td>Shows a dialog that can be used to select a closed project and open it.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Close Project</b></td>
|
|
<td>Closes the currently selected projects.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build All</b></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><b>Build parallel</b></td>
|
|
<td>Builds all (or selected) configurations of given project(s). Each configuration is built as separate parallel task.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Configurations</b></td>
|
|
<td>Submenu which allows to:
|
|
<ul>
|
|
<li>Delete resource configurastion for file/folder
|
|
<li>Set active build configuration
|
|
<li>Manage (add, remove, rename) build configurations
|
|
</ul>
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Project</b></td>
|
|
<td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Working Set</b></td>
|
|
<td>Builds the current working set.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Clean</b></td>
|
|
<td>Invokes the make clean defined in the makefile</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Build Automatically</b></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> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Make Target</b></td>
|
|
<td>Submenu wich allows create or build a target in the <b>Make Targets</b> view.</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Properties</b></td>
|
|
<td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>,
|
|
<b>External Tools Builders</b>, <b>C/C++ Build</b> (managed only) <b>File Types</b>, <b>Indexer options</b>,
|
|
<b>C/C++ Make Project</b> (standard only), <b>C/C++ Project Paths</b> (standard only),
|
|
<b>Include Paths and Symbols</b> (standard only), and <b>Project References</b>. </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table></p>
|
|
|
|
<p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
</html> |