Project Actions
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 an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.
Ctrl + B Build Project
Builds the currently selected project. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.
Build Working Set
Builds the projects contained in the currently selected working set. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files.
Clean...
Shows a dialog where the projects to be cleaned can be selected.
Build Automatically If selected, all modified files are automatically rebuilt if saved. This is an incremental build, meaning that the builder analyzes the changes since the last time of build and minimizes the number of changed files. Generate Javadoc... Opens the Generate Javadoc wizard on the currently selected project. Properties Opens the property pages on the currently selected project.