Releases: HaxeFoundation/intellij-haxe
Releases · HaxeFoundation/intellij-haxe
Release 1.4.0
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)
pre-release/202306191841 Release candidate 1 build
1.4.0 Beta build 18 (e7adc338)
- 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)
- 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)
- 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)
Added support for opening project.xml (openfl/lime/nme) and *.hxml as haxe projects
1.4.0 Beta build 10 (d45a68d9)
pre-release/202305151847 using java langs SoftReference
1.4.0 Beta build 7 (dbad9766)
Adding support for parsing of the latest Haxe 4.3 features
- Null coalescing
- Static local variables
- Generic defaults
1.4.0 Beta build (5ed6a93c)
- Fixed more deprecated code
- improved OpenFL/Lime configuration file support.
1.4.0 Beta build (19fd2869)
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