Skip to content

Tags: SublimeText/TrailingSpaces

Tags

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix modifications of settings & saving (#157)

st3-1.3.7

Toggle st3-1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix modifications of settings & saving (#157)

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash on active view being a HtmlSheet (#155)

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix UnicodeDecodeError on non-UTF-8 files (#151)

Co-authored-by: Rafal Chlodnicki <rchl2k@gmail.com>

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add settings schema for LSP-json (#149)

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash when "syntax_ignore" option is customized (#143)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up settings handling (#140)

- Use sublime_lib.NamedSettingsDict to handle settings
- apart from `trailing_spaces_highlight_color` which has special handling,
  get all options directly from settings so that they are always up-to-date
  with user preferences. Previously settings were only read on init.
- remove `trailing_spaces_` prefixes from settings. Settings with prefixes
   are still respected for backward-compatibility.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run async versions of all listeners (#139)

Matching trailing space was done synchronously on file modification,
activation, and cursor movements but asynchronously after that from
an interval. Now we do matching asynchronously in all cases.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore widgets (#138)

Resolves #84

st2-1.2.1

Toggle st2-1.2.1's commit message
ST2 release