Project menu commands:
Name | Function | Keyboard Shortcut |
---|---|---|
Open Project | Shows a dialog that can be used to select a closed project and open it. | |
Close Project | Closes the currently selected projects. | |
Build All | Builds all projects in the workspace. This is a full build; all files are built. | CTRL + B |
Build Project | Builds the currently selected project. This is a full build; all files in the project are built. | |
Clean | Invokes the make clean defined in the makefile | |
Build Automatically | 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. | |
Create Make Target | Creates a target in the Make Targets view. Standard Make only | |
Build Make Target | Builds a specific make target defined in your makefile such as make clean or make install. Standard Make only. | |
Properties | Displays the Properties dialog. From that dialog you can display the properties of resources in Info, CVS, External Tools Builders, or Project References. |