File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.7.6
3+ * bugfix: Intellij 2025.2 plugin code changes broke debugging, it should now work again.
4+ * Bugfix: Find usage would not show write access (#1226 - Fix by LviatYi)
5+
26## 1.7.5
37* Added: Initial support for intellij 2025.2.
48* Added: Detecting code references in console output and making them navigatable.
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.5
10+ pluginVersion = 1.7.6
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