Releases: BlueBoxWare/LibGDXPlugin
Releases · BlueBoxWare/LibGDXPlugin
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.
1.22
1.21
1.20.2
- Compatibility with IntelliJ 2020.1.
1.20.1
- Fix NPE when running IntelliJ 2019.2 EAP.
1.20
- Skin files now use the standard IntelliJ method of suppressing warnings, with
//noinspection
comments. - LibGDX JSON: allow suppression of warnings.
- Skin files & LibGDX JSON: spell checking.
- Skin files & LibGDX JSON: breadcrumbs.
- LibGDX JSON: move array element foward/backward intentions.
1.19
1.18
- Support for
com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator
from from skin-composer in Skin files (#18) - Misc.minor fixes