Releases: BlueBoxWare/LibGDXPlugin
Releases · BlueBoxWare/LibGDXPlugin
1.24.1
- Use documentation popup for image previews instead of Shift + hover.
- Compatibility with recent versions of IntelliJ.
1.24
- Support for the new Atlas file format.
1.23.6
- Improvements in Find Usages and type checking for Skin files.
- Fix "Slow operations are prohibited on EDT" error in "Find Usages".
1.23.5
1.23.4
1.23.3
- Fix "Slow operations are prohibited on EDT" error with IntelliJ 2021.2.
1.23.2
- Fix IllegalAccessError with IntelliJ 2021.1.*.
1.23
- Some Suppression ids have been changed for consistency. See Inspections.md for an up to date list.
- Reworking of JSON handling, fixing several bugs (like #26).
- #27: Display a warning when *.gwt.xml files are changed in a html module that a full rebuild is necessary.
- JSON: highlight usages of the same key in a file, find usages of a key in a file, rename all usages of a key.
1.23-pre
Warning popup when .gwt.xml files are edited that the project must be…
1.22.1
- Bundle
kotlin-reflect
dependency.