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

Menu item to edit preferences #40

Open AlekSi opened 11 years ago

AlekSi commented 11 years ago

Looks like plugin is missing menu items to edit preferences. Example: https://github.com/apophys/SublimeManpage/blob/master/Main.sublime-menu

robcowie commented 11 years ago

Yeah. I need to move the preferences from User prefs to a separate plugin preferences file (which is the usual pattern now, though wasn't clear when I first wrote this plugin). I'm struggling to find a way to do that in a backward-compatible way. I need to conditionally migrate settings from User.Preferences.sublime-settings.

When I've done that, I can add a menu item