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

Use a list dropdown rather than a new buffer for the list of TODOs #31

Open skarfacegc opened 11 years ago

skarfacegc commented 11 years ago

Would love to see the todo list as a dropdown (like package list does) rather than a new buffer/tab

robcowie commented 11 years ago

I'll see what I can do. It'll probably be a configurable option, something like

{
    "results_display_mode": "panel"
} 

I'm currently trying to reorg the plugin settings in a backwards-compatible way, then I need to fix the incompatibility with vintage mode. When I've done that, I'll get to this.

jcolebrand commented 11 years ago

I for one would prefer this to open into a new file