To ignore a folder and hide it entirely in netX Studio: - Right-click on the project root in 'Project Explorer' and select 'Properties'
- Select 'Resource > Resource Filters' from the left-hand side
- Click the 'Add...' button to add a resource filter:
- Select 'Filter type > Exclude all'
- Select 'Applies to > Folders'
- Check 'All children (recursive)
- Under 'Filter Details' select 'Project Relative Path'
- Enter the relative path to the folder in the text field after 'matches'
- Click 'OK' to add the resource filter and then 'OK' again to apply it
The filtered folder should disappear from Project Explorer and will not be indexed or searched.
Expand |
---|
title | Click here to see step by step screenshots... |
---|
|
|
After you have ignored the folder in netX Studio, you might also want to exclude it from the WAF build. This would speed up the build and the netX Studio wscript interpreter as they both traverse the directory tree searching for wscript files.
To exclude the folder from the WAF build: - Open the project main wscript which is in the project's root folder
Edit the wscript so that autorecurse() is called with an 'excl' parameter specifying the folder(s) to exclude: Image Added - Save the wscript and rebuild the project
The excluded folder will be skipped by the WAF build. |