protocool / AckMate

TextMate plugin (Cocoa) shell for running 'ack'
MIT License
723 stars 34 forks source link

Respect "Recursively Include Contents Matching" project information #11

Open oschrenk opened 14 years ago

oschrenk commented 14 years ago

I'm ignoring the build directory using the following contents matching pattern in my project settings

!.*/(\.[^/]*|CVS|build|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$

It would be nice if AckMate could _ack_knowledge that. Right now "Using TextMate folder references" only respects the application settings for folder references.

protocool commented 14 years ago

I wish I could... TextMate's author has stated that there's no way for me to access the per-project folder references setting from a plugin.

Sorry, Trev

oschrenk commented 14 years ago

Too bad. The pattern is stored in the project file tough. My guess is that you can't get access to the project file. No API for that?

I guess in that case I just add build to my global ignore. It's good enough.

Thanks