Project

The Project menu allows you to carry out different functions on your projects, including open, close, build and encode.

 

The options available from the Refactor menu are:

Name

Shortcut

Description

Open Project

 

Opens the previously closed currently selected project.

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, but its resources are no longer accessible from within the Workbench.

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).

For more information, see the "Builds" topic in the Workspace User Guide.

Note: The build function can be configured by selecting General | Workspace from the preferences dialog (Windows | Preferences).

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).

For more information, see the "Builds" topic in the Workspace User Guide.

Note: The build function can be configured by selecting General | Workspace from the preferences dialog (Windows | Preferences).

Build Working Set

 

This command manually invokes an incremental build on any resources in a working set that have been affected since the last build.

This is only available if automatic build is not selected (see below).

For more information, see the "Builds" topic in the Workspace User Guide.

Note: The build function can be configured by selecting General | Workspace from the preferences dialog (Windows | Preferences).

Clean...

 

Invokes a clean build. This will discard all previous build results.

For more information, see the "Builds" topic in the Workspace User Guide.

Note: The build function can be configured by selecting General | Workspace from the preferences dialog (Windows | Preferences).

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).

Convert to a Dynamic Web project...

 

Converts the Web project from a static project to a dynamic project.

Properties

 

Opens the project's properties dialog which allows you to view and configure various settings for the project, including project info, builders, code analyzer properties, formatter, includes mapping, PHP debug, PHP include path, PHP interpreter, PHP Java Bridge, PHP task tags, project references, task tags and validation.

 

 

Related Links

Related Links:

Menus

File

Edit

Source

Refactor

Navigate

Search

Run

Window

Help