Does any Textmate user know how to tell the jump to file command to not
look in some folders? Currently my doc/ and spec/ folders are polluting
the search facility, and it has become very hard for me to get to the
desired file.
On Fri, Mar 27, 2009 at 3:28 AM, Fernando P. [email protected] wrote:
Does any Textmate user know how to tell the jump to file command to not
look in some folders? Currently my doc/ and spec/ folders are polluting
the search facility, and it has become very hard for me to get to the
desired file.
Someone on a Textmate list would probably know.
And since it’s proprietary software you should at least be able to
pose the question to the author.
Look in Preferences > Advanced > Folder References.
There is a sexy regular expression for “Folder Pattern”… which you
can modify to include the directories you want to ignore. I don’t
ignore ‘spec’, because I tend to jump to those files a lot. However, I
do block ‘vendor’. This also impacts your Find|Grep|Ack in project
settings, so keep that in mind.
Good luck.
Cheers,
Robby
On Fri, Mar 27, 2009 at 1:28 AM, Fernando P. [email protected] wrote: