mikaeljorhult / brackets-todo

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

Add settings dialog #43

Closed anzhihun closed 10 years ago

anzhihun commented 10 years ago
  1. add settings dialog for configure global settings.
  2. move all code about preference to SettingsManager.js
  3. add comment to clear jkhint warning.
  4. refactor some code.
mikaeljorhult commented 10 years ago

Nice job! I would just like to finish up the current version (0.5.0) and ship it before including this so we can get the new features out.

I've merged your changes into a new branch (0.6.0) so we can keep working on the versions simultaneously. Will merge it into master as soon as current version goes up in the extension registry.

anzhihun commented 10 years ago

OK, Thank you!