Skip to content

Releases: BlueBoxWare/LibGDXPlugin

1.16.1

04 Aug 13:32
Compare
Choose a tag to compare

Fix non existing resource inspection: it should only look at annotated elements

1.16

04 Aug 12:13
Compare
Choose a tag to compare
  • 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 or Alt-Insert, Command-N)

1.15.2

22 Jun 14:53
Compare
Choose a tag to compare
  • Fix Settings pane (#14, #15)
  • Add setting to enable/disable color previews in Skins

1.15.1

21 Jun 03:08
Compare
Choose a tag to compare
  • Don't crash on 'invalid' color values (#13)
  • Skins: don't treat parent property as special when using a LibGDX version below 1.9.9

1.15

18 Jun 22:24
Compare
Choose a tag to compare
  • Skins: support tagged classes and cascading styles (LibGDX 1.9.9: #12)
  • Minor fixes and improvements

version 1.14

08 Jan 13:23
Compare
Choose a tag to compare
  • 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

19 Oct 14:09
Compare
Choose a tag to compare
  • 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

18 Oct 18:15
Compare
Choose a tag to compare
  • New inspection: missing WRITE_EXTERNAL_STORAGE permission
  • Skin files: improved autocompletion, refactoring support and string handling
  • Bugfixes