facelessuser / TabsExtra

Sublime Plugin with sticky tabs, more tab closing options, and additional menu items.
https://facelessuser.github.io/TabsExtra/
MIT License
107 stars 10 forks source link

Add preferences entry to command pallet #53

Closed deathaxe closed 6 years ago

deathaxe commented 7 years ago

Most packages provide an entry to plugin settings in the command pallet. It's the easiest way to realize and/or find them.

    {
        "caption": "Preferences: TabsExtra Settings",
        "command": "edit_settings",
        "args": {
            "base_file": "${packages}/TabsExtra/tabs_extra.sublime-settings",
            "default": "{\n$0\n}\n"
        }
    }
facelessuser commented 7 years ago

I wouldn't say most, but there may be some. Though this has been requested before, and is on my list, I just haven't gotten around to it.