Releases: Mr0grog/editorconfig-textmate
v0.4.0 Beta 1
This is a test release for v0.4.0, which makes the plugin compatible with TextMate 2.0.3+ and updates the underlying EditorConfig parsing library.
Version 0.3.1
Fixes a terrible bug where the max_line_length
setting would affect indent size instead of the actual line wrapping.
Version 0.3.0
Finally adds support for all standard EditorConfig options:
- root
- indent_style ("tab" or "space")
- indent_size
- tab_width
- insert_final_newline (newline is added when saving a document)
- trim_trailing_whitespace (whitespace is trimmed when saving a document)
- end_of_line
- charset (the charset
utf-8-bom
is not supported; if you need it, please file an issue.)
Starting with this release, EditorConfig-TextMate only supports TextMate 2 and later.
Version 0.3.0 ALPHA
(Finally) adds support for trim_trailing_whitespace
and insert_final_newline
.
NOTE: when trimming trailing whitespace, column selections (as opposed to normal, ranged selections that start at one character and end at another) may be transformed into ranged selections. I can’t find a reasonable way to get around this right now, though I am hoping for feedback from the TextMate developers.
If this causes problems for you please post an issue about it. I’m assuming it’s an OK caveat, but am happy to make changes if other people disagree.
Version 0.2.6
Fixes an issue with TextMate2 RC1 (#24)
Version 0.2.6 BETA
Hotfix for an error in the latest release of TextMate 2. For details, see #24.
Version 0.2.5
Updates EditorConfig Core to v0.12.1 and PCRE to 8.38.
Version 0.2.4
Upgrading the EditorConfig Core library to v0.12.0, which adds support some new kinds of file matching patterns. See more at the EditorConfig-Core project page: https://github.com/editorconfig/editorconfig-core-c
Version 0.2.4 Alpha
Updates the underlying EditorConfig-Core library to improve stability.
Version 0.2.3 - Compatibility updates for TM2 Alpha
Merge pull request #9 from Mr0grog/bug-8-tm2-broken-again Fix TM2 Alpha again. Now works with build 9487.