mikaeljorhult / brackets-todo

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

New Feature: implement settings dialog #64

Closed anzhihun closed 10 years ago

anzhihun commented 10 years ago

Setting dialog can be opened from config button on right top of todo panel. It's initial values come from .todo file settings or default settings when opening at first time.

The settings priority is .todo file settings > settings from settings dialog > default settings.

anzhihun commented 10 years ago

Hi Mikael Jorhult(@mikaeljorhult), do you have time to review the code? Thank you!

mikaeljorhult commented 10 years ago

Thank you @anzhihun! I'll try to get to this during the weekend.

mikaeljorhult commented 10 years ago

Sorry for the long delay, I've had lots of work the last couple of weeks. I've looked through most of it now and it looks really nice.

Some minor code style issues but I'll fix that after merging.

You can always run grunt (after npm install) in the terminal to see any hinting issues. This will keep the style of the code base consistent and easier to read.

anzhihun commented 10 years ago

I'm very sorry for the code style issues! I'll always run grunt next time.

mikaeljorhult commented 10 years ago

Thank you for all your contributions, @anzhihun!