AnthonyCalandra / todo-list

(THIS PACKAGE IS NO LONGER MAINTAINED.) A package for the Atom editor which keeps track of TODO, FIXME, etc. messages in code.
MIT License
10 stars 2 forks source link

Functionality request Read all files Todo folder #2

Open obelich opened 9 years ago

obelich commented 9 years ago

Hiyas is cool the Todo how it work and i want to petition to functionality to get all TODO or FIXME in all folders are in the list files for example in the folder i put open folder :)

Sorry me english bad :(

AnthonyCalandra commented 9 years ago

Hello @obelich. If I understand you correctly, you want to include all the TODO and FIXMEs for every file in each subdirectory? This is totally doable but I would have to figure out how to do this properly with Atom's API. When I have the time (hopefully in a week or two) I will get around to this.

Thanks for the great idea!

benhinchley commented 9 years ago

:+1:

cyprusglobe commented 9 years ago

:+1:

brettswift commented 9 years ago

:+1:

AnthonyCalandra commented 9 years ago

Just letting everyone know I'm still alive and working on this and other feature requests in my spare time! :) In the middle of midterm examinations so I have been kept busy. Trying my best to do this efficiently (since this can involve a lot of files) which is probably taking up most of my time when I am working on this.