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

multiple lines with TODOs #38

Closed kontrafiktion closed 11 years ago

kontrafiktion commented 11 years ago

I only ever get one result line per file. I expected to get a line for each and every TODO.

instead of

## TODO (3)
1. foo.txt:69  first TODO in foo
2. bar.txt:209  first TODO in bar

I expect

## TODO (3)
1. foo.txt:69  first TODO in foo
2. foo.txt:75 second TODO in foo
3. bar.txt:209  first TODO in bar
kontrafiktion commented 11 years ago

ah, my bad. the placing of the colon

 TODO vivo: 

vs.

TODO: vivo
robcowie commented 11 years ago

No worries