SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Widget settings are also based on Preferences #206

Closed FichteFoll closed 5 years ago

FichteFoll commented 5 years ago

All the widget settings files I could find:

WIDGET_SETTINGS = {
    "Console Input Widget.sublime-settings",
    "Regex Widget.sublime-settings",
    "Regex Format Widget.sublime-settings",
    "Regex Replace Widget.sublime-settings",
    "Widget.sublime-settings",
}

All of these also allow a - <theme_name> suffix to only be active when the theme with that name is active.