The Project menu allows you to perform actions (e.g., builds or compilations) on projects in the Workbench.
This command opens the currently selected project or projects. The selected projects must currently be closed for this command to be available.
This command closes the currently selected project or projects. The selected projects must be currently open for this command to be available. Closing a project will remove all of that project's state from memory, but the contents on disk are left untouched.
This command performs an incremental build on the currently selected project. That is, it builds (e.g., compiles) all resources in the project that are affected by any resource changes since the last build. This command is only available if auto-build is turned off. Auto-build is turned off via Preferences > Workbench > Perform build automatically on resource modification.
This command performs a full build of the selected project. That is, it builds (e.g., compiles) all resources in the project from scratch.
This command performs an incremental build on all projects in the Workbench. That is, it builds (e.g., compiles) all resources in the Workbench that are affected by any resource changes since the last incremental build. This command is only available if auto-build is turned off. Auto-build is turned off via Preferences > Workbench > Perform build automatically on resource modification.
This command performs a full build. That is, it builds (e.g., compiles) all resources in the Workbench from scratch.