Releases: BlueBoxWare/LibGDXPlugin
Releases · BlueBoxWare/LibGDXPlugin
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
->Generate
orAlt
-Insert
,Command
-N
)
1.15.2
1.15.1
1.15
version 1.14
- Warn when using @GDXAsset annotation on an invalid target, or using wrong parameters
- @GDXAsset related functionality now works correctly with array literals in the annotation (available since Kotlin 1.2)
- Minor fixes
version 1.13
- Completion for I18NBundle.get() and I18NBundle.format() arguments
- Improved Go to definition, Find Usages and renaming support for .properties keys
- Invalid property key inspection for I18NBundle.get() and I18NBundle.format()
version 1.12
- New inspection: missing WRITE_EXTERNAL_STORAGE permission
- Skin files: improved autocompletion, refactoring support and string handling
- Bugfixes