Skip to content

Conversation

@pykong
Copy link

@pykong pykong commented Jul 30, 2017

No description provided.

bfelder and others added 11 commits July 25, 2017 23:03
- Fixed unhandled exception when None was passed to is_theme_file function
- Color schemes now get automatically updated upon saving of a tmTheme file. Great!
Was passing all scopes, making `print` debugs somewhat confusing
 * Use Raw String Literals for regex construction
 * Include '+' as a valid character in scope names

This change is to allow scopes ending in '.c++' (and scope sets that
contain those scopes) to be correctly parsed. e.g.

    <key>scope</key>
    <string>meta.preprocessor.c, meta.preprocessor.c++,
    keyword.control.c, keyword.control.c++</string>
Only trigger a skip on mouse-down, rather than skipping every other
`on_selection_modified`. This improves keyboard-driven detection
accuracy.
Previously, the selected scope would only change when 1) the new scope
was on a different line than the current scope or 2) the schemeEditor
View was given focus manually. This change adds a momentary
`focus_view(Vars.schemeEditor)` to force the redraw.
bfelder added 4 commits August 2, 2017 23:01
A better place to put your variables.
removed '-ST2' tag as plugin works for ST3 as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants