Is there a way to customize which file types are hidden in the project drawer? I notice that .pyc files are hidden automatically and I'd like to do the same for java .class files.
If I get an answer on this (or figure it out myself) I promise to document it on the wiki :)
Thanks!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Peter Burns,
Yes, there is. Left-click on project folder (the first entry in the project drawer), then click on the "i" button in the bottom right of the drawer. You'll need to alter the regular expressions "File Pattern" and "Folder Pattern" to suit your needs.
Regards,
Michael Melanson
Michael Melanson wrote:
Yes, there is. Left-click on project folder (the first entry in the project drawer), then click on the "i" button in the bottom right of the drawer. You'll need to alter the regular expressions "File Pattern" and "Folder Pattern" to suit your needs.
You can do this globally instead of project-by-project by opening the Preferences window and going to "Advanced", "Folder References".
--Steve