robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders
295 stars 54 forks source link

Rather not use: folder_exclude_patterns / file_exclude_patterns #11

Open sumtraveller opened 12 years ago

sumtraveller commented 12 years ago

Overloading the use of folder_exclude_patterns / file_exclude_patterns to indicate what should be searched for todo's would be better as separate fields..

I may want to see 3rd party libraries like underscorejs, jquery, node_modules but not want to see the todo's in them.

Would prefere a completely separate eclusion pattern.

-A

robcowie commented 12 years ago

I pulled some changes from @lennart recently that allow you to define exclude patterns specifically for the TODO plugin. I'd appreciate some feedback. Does it solve your problem?