Skip to content

Releases: HaxeFoundation/intellij-haxe

Release 1.4.14-223

25 Sep 20:58
Compare
Choose a tag to compare

Changelog

1.4.14-223

  • NOTE: Builds for idea 2022.3 are no longer actively maintained (consider upgrading)
  • Fixed: Allow module level keywords for module fields. (#1135)
  • Fixed: Allow trailing commas in anonymousTypeField list
  • Fixed: Incorrect resolve order (defined in function vs inherited class member)
  • Fixed: incorrect error highlighting on abstract classes with interfaces (#1136)
  • Fixed: incorrect error highlighting on bitwise xor (#1137)
  • Fixed: Regular expressions where incorrectly shown as dynamic in inlays
  • Change: Regex rules changed from Java to JS to better match Haxe rules.
  • Reworked resolving logic to better support modules and EnumValues.

Release 1.4.14

25 Sep 18:48
Compare
Choose a tag to compare

Changelog

1.4.14

  • Replacing deprecated APIs and using idea 2023.2 as baseline
  • Fixed: Allow module level keywords for module fields. (#1135)
  • Fixed: Allow trailing commas in anonymousTypeField list
  • Fixed: Incorrect resolve order (defined in function vs inherited class member)
  • Fixed: incorrect error highlighting on abstract classes with interfaces (#1136)
  • Fixed: incorrect error highlighting on bitwise xor (#1137)
  • Fixed: Regular expressions where incorrectly shown as dynamic in inlays
  • Change: Regex rules changed from Java to JS to better match Haxe rules.
  • Reworked resolving logic to better support modules and EnumValues.

Release 1.4.14 Beta build 3 (31c20d7d) [IDEA 2023.1.x]

24 Sep 11:13
Compare
Choose a tag to compare

Changelog

Release 1.4.14 (BETA)

  • Replacing deprecated APIs and using idea 2023.2 as baseline
  • Fixed: Allow module level keywords for module fields. (#1135)
  • Fixed: Allow trailing commas in anonymousTypeField list
  • Fixed: Incorrect resolve order (local vs member)
  • Fixed: incorrect error highlighting on abstract classes with interfaces (#1136)
  • Fixed: incorrect error highlighting on bitwise xor (#1137)

Release 1.4.14 Beta build 2 (4dd6dbf5) [IDEA 2023.1.x]

23 Sep 22:41
Compare
Choose a tag to compare

Changelog

1.4.14 Beta 2

  • Replacing deprecated APIs and using idea 2023.2 as baseline
  • Fixed: Allow module level keywords for module fields. (#1135)
  • Fixed: Allow trailing commas in anonymousTypeField list
  • Fixed: Incorrect resolve order (local vs member)
  • Fixed: incorrect error highlighting on abstract classes with interfaces (#1136)

Release 1.4.14 Beta build 1 (b04ea304) [IDEA 2023.1.x]

22 Sep 16:13
Compare
Choose a tag to compare

Changelog

1.4.14 Beta 1

  • Replacing deprecated APIs and using idea 2023.2 as baseline
  • Fixed: Allow module level keywords for module fields.
  • Fixed: Allow trailing commas in anonymousTypeField list
  • Fixed: incorrect resolve order (local vs member)

Release 1.4.13 (IDEA 2023.1.x)

19 Aug 20:43
Compare
Choose a tag to compare

Changelog

1.4.13-231

  • NOTE: Builds for idea 2023.1 are no longer actively maintained
  • Added: Quick fix for incorrect extends and implements (#940)
  • Fixed: Resolving type from inline method calls (#868)
  • Fixed: Automatic import was placed after class Doc comment (#842)

Release 1.4.13 (IDEA 2022.3.x)

19 Aug 20:21
Compare
Choose a tag to compare

Changelog

1.4.13-223

  • NOTE: Builds for idea 2022.3 are no longer actively maintained
  • Added: Quick fix for incorrect extends and implements (#940)
  • Fixed: Resolving type from inline method calls (#868)
  • Fixed: Automatic import was placed after class Doc comment (#842)

Release 1.4.13

19 Aug 22:25
Compare
Choose a tag to compare

Changelog

1.4.13

  • Added: Quick fix for incorrect extends and implements (#940)
  • Fixed: Resolving type from inline method calls (#868)
  • Fixed: Automatic import was placed after class Doc comment (#842)

Release 1.4.12

08 Aug 16:46
Compare
Choose a tag to compare

Changelog

1.4.12

  • Bugfix: "import class quickfix" missing in some cases (#1132)
  • Bugfix: "Find Usages" was not checking catch blocks correctly(#929)
  • Bugfix: "Introduce Constant" placed outside of class
  • Bugfix: "Pull member up" placed code outside of class
  • Change: hiding haxe context menus in non-haxe projects

1.4.12 - Beta build 1 (7f486fd3)

07 Aug 18:52
Compare
Choose a tag to compare
Pre-release

1.4.12 - Beta build 1

  • Bugfix: missing import class quickfix (#1132)
  • Bugfix: "Find Usages" was not checking catch blocks correctly(#929)
  • Change: hiding haxe context menus in non-haxe projects