Skip to content

Commit

Permalink
Release 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Aug 19, 2024
1 parent 3c531b8 commit fb2adee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## 1.5.9
* Bugfix: Completion did not work properly with haxe 3.1 extensions annotation in typedefs.(#1184)
* Bugfix: Fixed issue where assign check from class to anonymous type would fail because inherited members where not included.
* Improvement: Macro expressions with topLevelDeclarations and map initializers should no longer be marked as errors(#1185)
* Improvement: `@:structInit` assign checks now also check class constructor
Expand Down
20 changes: 12 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe

# SemVer format -> https://semver.org
pluginVersion = 1.5.8
pluginVersion = 1.5.9

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand All @@ -16,8 +16,8 @@ platformType = IU

#run print product releases to see what's the LATEST-EAP-SNAPSHOT
#platformVersion = 242.20224.91
platformVersion = 2024.2
#platformVersion = 2023.3
platformVersion = 2024.2.0.1
#platformVersion = 2023.3.7
platformDownloadSources = true

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Expand All @@ -29,13 +29,13 @@ pluginUntilBuild = 242.*
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
# see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411

# IC 242.20224.91
# IC 2024.2.1
#platformBundledPlugins = com.intellij.java
#platformPlugins = com.intellij.flex:242.20224.23, OpenGL-Plugin:1.1.2, com.intellij.classic.ui:242.20224.22
#platformPlugins = com.intellij.flex:242.20224.159, OpenGL-Plugin:1.1.3, com.intellij.classic.ui:242.20224.159

# IU 242.20224.91
# IU 2024.2.1
platformBundledPlugins = com.intellij.java, JavaScript
platformPlugins = com.intellij.flex:242.20224.23, OpenGL-Plugin:1.1.2, com.intellij.classic.ui:242.20224.22
platformPlugins = com.intellij.flex:242.20224.159, OpenGL-Plugin:1.1.3, com.intellij.classic.ui:242.20224.159

# IC 2024.1.4
#platformBundledPlugins = com.intellij.java
Expand All @@ -47,7 +47,11 @@ platformPlugins = com.intellij.flex:242.20224.23, OpenGL-Plugin:1.1.2, com.intel

# IU 2023.3
#platformBundledPlugins = com.intellij.java, JavaScript
#platformPlugins = com.intellij.flex:233.11799.196
#platformPlugins = com.intellij.flex:233.11799.196, OpenGL-Plugin:1.1.2,

# IC 2023.3
#platformBundledPlugins = com.intellij.java
#platformPlugins = com.intellij.flex:233.11799.196, OpenGL-Plugin:1.1.2,


# Java language level used to compile sources and to generate the files for - Java 17 is required since 2022.2
Expand Down

0 comments on commit fb2adee

Please sign in to comment.