Skip to content

Releases: HaxeFoundation/intellij-haxe

Release 1.4.0

26 Jun 22:38
Compare
Choose a tag to compare

Changelog

1.4.0

  • Updated to work with intellij 2023 and Android Studio Giraffe
  • Added "open as project" support for nme, lime/openfl and hxml files
  • Reworked haxelib dependency management
  • Added support for more haxe language features to the parser.
  • Improved type resolving/detection

1.4.0 RC1 (3a5bdf13)

19 Jun 18:50
Compare
Choose a tag to compare
1.4.0 RC1 (3a5bdf13) Pre-release
Pre-release
pre-release/202306191841

Release candidate 1 build

1.4.0 Beta build 18 (e7adc338)

11 Jun 17:56
Compare
Choose a tag to compare
  • Support local haxelib repos (.haxelib directory)
  • Better caching for global scoped members (StdTypes.hx , Expr.hx)
  • Updating Haxe Types icons
  • bugfixes in color annotator (syntax highlighting)

1.4.0 Beta build 16 (7d56c005)

07 Jun 19:54
Compare
Choose a tag to compare
  • added common macro types as "global" so that they can be resolved without imports
  • attempting to reduce the amount of errors when haxe SDK is missing

1.4.0 Beta build 14 (02a66c3a)

05 Jun 21:45
Compare
Choose a tag to compare
  • Added support for versions in Haxelib auto-completion
  • Fixed incorrect type-missmatch annotation for method references
  • Added support for opening as haxe project after opening as default (java project)

1.4.0 Beta build 13 (d3d685f5)

28 May 00:57
Compare
Choose a tag to compare

Added support for opening project.xml (openfl/lime/nme) and *.hxml as haxe projects

1.4.0 Beta build 10 (d45a68d9)

15 May 18:57
Compare
Choose a tag to compare
pre-release/202305151847

using java langs SoftReference

1.4.0 Beta build 7 (dbad9766)

07 May 21:14
Compare
Choose a tag to compare

Adding support for parsing of the latest Haxe 4.3 features

  • Null coalescing
  • Static local variables
  • Generic defaults

1.4.0 Beta build (5ed6a93c)

01 May 20:59
Compare
Choose a tag to compare
  • Fixed more deprecated code
  • improved OpenFL/Lime configuration file support.

1.4.0 Beta build (19fd2869)

23 Apr 17:10
Compare
Choose a tag to compare
Pre-release

First 2023.1 beta release.
Known issues:

  • missing support for some Haxe 4.2 and 4.3 features
  • incorrect warnings/errors on generic types
  • incorrect warnings/errors for macros