Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: be3494c719299ad3983b7f729a46fbc0761d241d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!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>&nbsp;</td>
</tr>
  <tr>
  <td><b>Close Project</b></td>
  <td>Closes the currently selected projects.</td>
  <td>&nbsp;</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 Project</b></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><b>Clean</b></td>
  <td>Invokes the make clean defined in the makefile</td>
  <td>&nbsp;</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>&nbsp;</td>
</tr>
<tr>
  <td><b>Create Make Target</b></td>
  <td>Creates a target in the <b>Make Targets</b> view. Standard Make only</td>
  <td>&nbsp;</td>
</tr>
<tr>
  <td><b>Build Make Target</b></td>
  <td>Builds a specific make target defined in your makefile such as <b>make clean</b> or <b>make install</b>.  Standard Make only.</td>
  <td>&nbsp;</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>&nbsp;</td>
</tr>
</table></p>

<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>

Back to the top