Releases: SublimeText/TrailingSpaces
Releases · SublimeText/TrailingSpaces
v1.3.7
What's Changed
- Fix modifications of settings & saving by @FichteFoll in #157
New Contributors
- @FichteFoll made their first contribution in #157
Full Changelog: v1.3.6...v1.3.7
st3-1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
Maintenance / Improvements
- Remove
trailing_spaces_
prefixes from settings. Settings with prefixes are still respected for backward-compatibility. - 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.
v1.3.1
v1.3.0
Features
- New config option:
trailing_spaces_scope_ignore
(thx @smanolloff) (6bf6b88)
Defaults to ignoring find-in-files, diff and build output views.
Fixes
- Don't leave file handle open after opening file for reading (with
trim_modified_lines_only
enabled) (0c58ab2) - Ignore trailing spaces on all lines when making edits with multiple cursors and
trailing_spaces_include_empty_lines: false
(#137) (299333d)