PHP Explorer View
The PHP Explorer view is an internal file system browser, allowing you
to view all PHP projects and files in your Workspace.
The PHP Explorer view shows the PHP element hierarchy of the PHP projects
in the Workbench. It provides you with a PHP-specific view of the available
resources in the Navigator. The element hierarchy is derived from the
project's build paths. Within each project, source
folders and referenced libraries are shown in the tree. In addition, this
view shows all PHP code elements (classes, functions, variables, etc.).
Clicking an element or declaration will cause the corresponding code to
appear in the PHP editor.
PHP Explorer view Toolbar Commands
|
Back/Forward |
Scrolls backwards and forwards through your recently navigated resources. |
|
Up |
Navigates up one level. |
|
Collapse All |
Collapses the list of elements |
|
Link with Editor |
If selected, elements will immediately be displayed in the editor when selected. If unselected, elements will be displayed in the editor when they are double-clicked. |
PHP Explorer view Menu Commands
The view's menu can be accessed through the view menu icon .
|
Show |
Select to view your projects grouped by Project or Working Set. |
|
Select Working Set |
If Show Projects was selected (above), allows you to select a specific
Working Set to view. |
|
Deselect Working Set |
Deselects the Working Set (if selected). |
|
Edit Active Working Set |
Allows you to edit the selected Working Set. See the Working Sets topic in the Workbench User Guide for more informations. |
|
Filters.. |
Opens the PHP Elements filters dialog which allows you to select which elements will be excluded from being displayed in the view. You select to exclude elements according to name or type. |
|
Link With Editor |
If selected, elements will immediately be displayed in the editor when selected. If unselected, elements will be displayed in the editor when they are double-clicked. |
|
|
|
Related Links: |
|
|