TBD!
This upgrades editorconfig-core-c again (to v0.12.9) to fix bug in the previous release.
These release notes are now also available inside the plugin bundle (in Contents/Resources/CHANGELOG.md
) and in the Git repo root for this project.
This release includes updated versions of the pcre2 (v10.44) and editorconfig-core-c (v0.12.8) tools that do the actual parsing of .editorconfig
files. It fixes a memory leak and improves support for newer versions of Unicode.
This updates the underlying editorconfig-core-c library that does the actual parsing of .editorconfig
files, which fixes some memory and possible security issues. For details, see: https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.7
This release updates the core EditorConfig parser (EditorConfig Core C) to v0.12.6, which addresses security vulnerability CVE-2023-0341. It also supports longer property names and values in your .editorconfig
files.
Version 0.5.0 adds support for Apple processors in addition to Intel (see #41), and requires MacOS 11.0 (Big Sur) or later.
There shouldn't be much different from a user perspective between Alpha 1 and this (the only real feature is Apple Silicon support), but the internals are cleaned up a fair bit and is more-or-less ready to ship.
This release adds support for Apple silicon! You should be able to use this bundle equally well on Intel and Apple processors. This is still a work in progress (see #44), so please comment via that PR or file new issues if you encounter problems.
This release fixes a crash when using some .net-specific properties for Visual Studio projects. (#42)
This release updates editorconfig-core to v0.12.5, and fixes some crashes.
Version 0.4.0 fixes compatibility with TextMate 2.0.3+ (Note that TextMate 2.0 final through TextMate 2.0.2 do not work with any plugins at all.)
It also updates the core EditorConfig parsing library to support more complex file matching expressions.
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.
Fixes a terrible bug where the max_line_length
setting would affect indent size instead of the actual line wrapping.
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.
(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.
Fixes an issue with TextMate2 RC1 (#24)
Hotfix for an error in the latest release of TextMate 2. For details, see #24.
Updates EditorConfig Core to v0.12.1 and PCRE to 8.38.
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
Updates the underlying EditorConfig-Core library to improve stability.
Compatibility updates for TM2 Alpha. Fix TM2 Alpha again. Now works with build 9487.
This fixes broken-ness in TextMate2 alpha again.