AckMate icon indicating copy to clipboard operation
AckMate copied to clipboard

Respect "Recursively Include Contents Matching" project information

Open oschrenk opened this issue 14 years ago • 2 comments

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.

oschrenk avatar Jun 16 '10 16:06 oschrenk

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

protocool avatar Jun 16 '10 16:06 protocool

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

oschrenk avatar Jun 16 '10 16:06 oschrenk