The File Network Preferences 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.
The File Network Preferences page is accessed from Window | Preferences | PHP | File Network.
|
|
|
To enable/disable the File Network for all projects:
|
|
Note:
If you disable the File Network, you will not be able to perform Refactor/Organize Includes operations. To re-enable these options, re-enable the File Network.
|
|
|
To enable/disable the File Network for a specific project only:
|
|
|
|
|
Related Links: Refactoring Organizing Includes |
|
|