Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Releases: editorconfig/editorconfig-jetbrains

compatibility fix

05 Aug 14:56
Compare
Choose a tag to compare

Fixes compatibility with IntelliJ master branch which is used for IDEA 14, PhpStorm 8, RubyMine 7 and WebStorm 9 EAPs

v0.4.0: Brought back trim_trailing_whitespace and insert_final_newline support

08 May 01:53
Compare
Choose a tag to compare

This release brings back these two EditorConfig features thanks to JetBrains/intellij-community#139 being merged into the JetBrains platform.

Thanks again to @denofevil for contributing #37 to bring back this support.

Beginning with this release, the plugin requires an IDEA version of 134.543 or greater.

v0.3.1: Updated core and continuation indent support

08 May 01:19
Compare
Choose a tag to compare

This release addresses issues #31 and #40.

Pure java editorconfig parsing

05 May 01:11
Compare
Choose a tag to compare

Thanks again to @denofevil for providing a pure-java implementation of the editorconfig core. Thanks to that, the plugin is now faster and only 1% of its original size, which will help IDE load time.

This release should also fix #30 and #27.

Fixed project closing/switching errors

12 Apr 01:44
Compare
Choose a tag to compare

Thanks to @denofevil for contributing the fix in this release.

This release includes fix to prevent the EditorConfig plugin from trying to interact with projects that are already closed.

This should resolve #20, #22, #26, #29, and #32.

v0.2.0: Overhauled plugin using less invasive methods that should be less buggy

16 Dec 06:26
Compare
Choose a tag to compare

There are several significant changes in this release:

  1. There is no more overriding of important JetBrains classes (this was a hack to get newline type, trailing space, and final newline support to work--more on that below).
  2. Support for trim_trailing_whitespace and insert_final_newline is removed for now. It will be re-added in a robust way once this pull request (or something like it) is incorporated, which adds an extension point in IntelliJ itself. A version of the plugin that takes advantage of the change is on the "future" branch.
  3. Support for end_of_line is removed indefinitely, as the implementation of this setting caused a lot of problems, and IntelliJ handles newlines pretty intelligently anyway (e.g. it is impossible to mix newline types in a single file).

v0.1.3

04 Aug 03:28
Compare
Choose a tag to compare
Fixed several significant issues, including github issues 5, 8, 11, 12

v0.1.2

28 Jul 02:35
Compare
Choose a tag to compare
Fixed some major issues, including github issues 3,4,6,7

v0.1.1

28 Jul 02:37
Compare
Choose a tag to compare
First version stamp