Hi all,
It appears that the 'Show TODO list' command doesn't honour a project's Folder Pattern. For example, amongst other directories, I've excluded the 'log' directory from my Rails project to speed up 'Find in Project', etc. As a test, I manually added a TODO to the development log. If I 'Show TODO list', I see this:

Is it possible/easy for the TODO bundle to support this?
P.S. I'd investigate this further myself, however at this point I'm relatively new to Ruby.
Carpe viam, Mike
Michael Larocque Chief Cook and Bottle Washer Prolumina Communications Inc. http://prolumina.com/~mlarocque/
On 15. Nov 2006, at 13:47, Michael Larocque wrote:
It appears that the 'Show TODO list' command doesn't honour a project's Folder Pattern [...]
It does not, no -- it only uses the globally configured folder patterns.
[...] Is it possible/easy for the TODO bundle to support this?
It would need to read the project file, which thus needs to be saved, then it is possible to iterate the structure of that project file.
In the future though I plan to get rid of project files, and will allow for an easy way for commands to work on files in the project (but this is 2.0 stuff).
On 15 November 2006, at 06:59 , Allan Odgaard wrote:
On 15. Nov 2006, at 13:47, Michael Larocque wrote:
It appears that the 'Show TODO list' command doesn't honour a project's Folder Pattern [...]
It does not, no -- it only uses the globally configured folder patterns.
Thanks Allan. I hadn't tried modifying the global folder patterns. Works for me.
Carpe viam, Mike
Michael Larocque Chief Cook and Bottle Washer Prolumina Communications Inc. http://prolumina.com/~mlarocque/