mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

openOnStartup option? #17

Closed zaggino closed 11 years ago

zaggino commented 11 years ago

I use todo's a lot in one of my projects and I need always to open a todo panel when I open brackets. (brackets have an issue with very large files and crash on me from time to time...)

Can you add an openOnStartup boolean switch, which I can put into .todo file, so the panel opens on brackets startup?

mikaeljorhult commented 11 years ago

I was thinking of having the extension toggleable and remember it's state (much like the JSLint pane). So it will open automatically if it was active last time Brackets was run.

Would this work for you?

zaggino commented 11 years ago

Yeah, that's also a good option.

mikaeljorhult commented 11 years ago

Great. Thanks for the feedback! I'll get working on it shortly.