File Network Properties

The File Network Properties page allows you to enable/disable the File Network option.

 

The File Network stores a node for each file. Each node has 2 arrays: the first array stores references to all files that are included by the file (using include/require statements), and the second array stores references to all files in which the file is included. These arrays are used for Refactoring and Organize Include operations. Disabling this option reduces the amount of memory used by PDT.

 

To access the File Network Properties page, right-click a PHP project in PHP Explorer view and select Properties | Resource -or- select the project and from the menu bar go to Project | Properties | File Network Properties.

 

 

Instructions on how to complete a procedure

To configure File Network Properties for the project:

  1. Mark the Enable project specific settings checkbox.

  2. Configure the settings according to your preferences.
    See File Network Preferences for more information.

  3. Click Apply.
    A prompt dialog will appear stating that a rebuild of the project must occur for the settings to take effect.

  4. Click Yes to rebuild the project.
    -Or- click No for a rebuild to be performed only when PDT is restarted.
    -Or- click Cancel to cancel the operation.

 

Default File Network Properties for all projects can be set in the File Network Properties Preferences page (accessed by going to Window | Preferences | PHP | File Network -or- by clicking the Configure Workspace Settings link on the properties page).

 

 

Related Links

Related Links:

File Network Preferences

Refactoring

Builders Properties

Code Analyzer Properties

Formatter Properties

Includes Mapping Properties

PHP Debug Properties

PHP Include Path Properties

PHP Interpreter Properties

PHP Java Bridge Properties