Skip to content

Releases: Mr0grog/editorconfig-textmate

v0.4.0 Beta 1

11 Nov 05:49
c6758df
Compare
Choose a tag to compare
v0.4.0 Beta 1 Pre-release
Pre-release

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

06 May 21:24
890dc31
Compare
Choose a tag to compare

Fixes a terrible bug where the max_line_length setting would affect indent size instead of the actual line wrapping.

Version 0.3.0

21 Jan 00:51
7719b4d
Compare
Choose a tag to compare

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

06 Jan 23:06
Compare
Choose a tag to compare
Version 0.3.0 ALPHA Pre-release
Pre-release

(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.

selection-mess

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

18 Nov 01:29
v0.2.6
ae67d57
Compare
Choose a tag to compare

Fixes an issue with TextMate2 RC1 (#24)

Version 0.2.6 BETA

18 Nov 00:11
e135347
Compare
Choose a tag to compare
Version 0.2.6 BETA Pre-release
Pre-release

Hotfix for an error in the latest release of TextMate 2. For details, see #24.

Version 0.2.5

26 May 14:52
v0.2.5
a31f019
Compare
Choose a tag to compare

Updates EditorConfig Core to v0.12.1 and PCRE to 8.38.

Version 0.2.4

24 Nov 18:14
Compare
Choose a tag to compare

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

13 Dec 07:08
Compare
Choose a tag to compare
Version 0.2.4 Alpha Pre-release
Pre-release

Updates the underlying EditorConfig-Core library to improve stability.

Version 0.2.3 - Compatibility updates for TM2 Alpha

12 Oct 03:35
Compare
Choose a tag to compare
Merge pull request #9 from Mr0grog/bug-8-tm2-broken-again

Fix TM2 Alpha again. Now works with build 9487.