Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
The Project menu allows you to carry out different functions on your projects, including open, close, build and encode.
Note:
For more information on the build process, see the topic in the Workbench User Guide.
The options available from the Project menu are:
Name |
Shortcut |
Description |
Open Project |
|
Opens the currently selected project. This option is enabled when a closed project is selected. |
Close Project |
|
Closes the currently selected project. Closing a project does not cause it to be deleted from the file
system. A closed project will still be displayed in PHP Explorer
view with a closed project icon Closing projects takes up less memory and speeds up the build process. |
Build All |
Ctrl+B |
This command manually invokes an incremental build on all projects in the Workbench. This is only available if automatic build is not selected (see below). |
Build Project |
|
This command manually invokes an incremental build on any resources in the currently selected project that have been affected since the last build. This is only available if automatic build is not selected (see below). |
Build Working Set |
|
This command manually invokes an incremental build on any resources in a working set that have been modified since the last build. This is only available if automatic build is not selected (see below). |
Clean... |
|
Invokes a clean build. This will discard all previous build results. |
Build Automatically |
|
Performs an incremental build whenever resources are saved. Selecting this option will disable all other manual build options. Note: The build function can be configured by selecting General | Workspace from the preferences dialog (Windows | Preferences). |
Zend Tool |
Ctrl+2 |
Opens the Zend Tool Floating WIndow for executing Zend_Tool commands. See Using the Zend Tool Console more information. |
Generate PHPDoc |
|
Creates a PHPDoc from your projects or files. A PHPDoc is an online document, organized in a book format, allowing easy viewing of all elements within your code. |
|
Encodes the selected project using Zend Guard. This option will be enabled once Zend Guard is installed and configured in Zend Studio. Zend Guard integration can be configured through the Zend Guard preferences dialog, accessed from Window | Preferences | PHP | Zend Guard. |
|
Properties |
|
Opens the project's properties dialog which allows you to view and configure various settings for the project, including resource information, Builders, Code Analyzer Properties, Formatter, Includes Mapping, PHP Debug, PHP Include Path, PHP Interpreter, PHP Java Bridge, PHP Task Tags, Project References, Run/Debug Settings, Task Tags and Validation. See PHP Project Properties for more information on all the properties available for a PHP project. |
|
|
|
Related Links: |
|
|