File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.7.1
3+ * Bugfix: incorrect ` Incompatible type: missing member ` annotation for StructInit (#1214 )
4+ * Bugfix: Correctly checking field references in @: access meta
5+ * Bugfix: Allow private access for sub-packages when @: allow referees to a package
6+ * Fixed: resolver would not find getters/setters when macro identifieres where used
7+ * Added: check for parameter defaults (should be const expressions).
8+ * Added: Folding for multiple single line comments.
9+ * improvement: Avoid unnecessary reparsing of functionLiterals.
10+ * Changed: Lime is added as a default external library when project is configured as lime/openFl project.
11+ * Changed: hxcpp debugger no longer require intellij ultimate
12+
13+
214## 1.7.0
315* Added: Access control annotation checking keywords(static private, public) and annotations (` @:access ` ` @:privateAccess ` , ` @:allow ` )
416* Added: unused definition annotations (local functions, fields and methods).
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88
99# SemVer format -> https://semver.org
10- pluginVersion = 1.7.0
10+ pluginVersion = 1.7.1
1111
1212# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313platformType = IU
You can’t perform that action at this time.
0 commit comments