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 Project |
Builds the currently selected project. This is an incremental build, means that the builder analyzes the changes since the last time of build and minimizes the number of changed files. |
|
Rebuild Project |
Rebuilds the currently selected project. This is a full build, all files in the project are rebuild. |
|
Build All |
Builds the all projects in the workspace. This is an incremental build, means that the builder analyzes the changes since the last time of build and minimizes the number of changed files. |
Ctrl + B |
Rebuild All | Rebuilds all projects in the workspace. This is a full build, all files are rebuild. | |
Generate Javadoc... | Opens the Generate Javadoc wizard on the currently selected project. | |
Properties | Opens the property pages on the currently selected project. |