Releases: BlueBoxWare/LibGDXPlugin
Releases · BlueBoxWare/LibGDXPlugin
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
//noinspectioncomments. - 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.FreeTypeFontGeneratorfrom from skin-composer in Skin files (#18) - Misc.minor fixes
Version 1.17.2
- Fixes #17
1.17.1: Fix issues with IntelliJ 2018.3 EAP
- Fix issues with IntelliJ 2018.3 EAP
1.17
- Support for com.badlogic.gdx.graphics.Colors
- Find Usages for tags in @GDXTag annotation
- Unused tag inspection for @GDXTag annotation
- Show color previews in decompiled classes too
- Always show completion popup when there is something useful to show
- Miscellaneous small improvements
1.16.1
Fix non existing resource inspection: it should only look at annotated elements
1.16
- Inspection to highlight references in Java and Kotlin to resources which don't exist. @GDXAssets annotated fields and variables only.
- Warn about outdated libraries in Gradle Kotlin DSL too
- Performance improvements
- Skins: Inspection to inform about the ability to use short class names instead of qualified names when using LibGDX >= 1.9.9
- Skins: Inspection to highlight usage of deprecated classes and fields
- Skins: Quickfix to create resources which don't exist
- Skins: Use the @GDXTag annotation to inform the plugin about custom short names for classes
- Skins: Intentions to convert color resources to hex or to float components
- Skins: Create new color wizard (
Code->GenerateorAlt-Insert,Command-N)