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.
|
|
|
To configure File Network Properties for the project:
|
|
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: Refactoring |
|
|