Skip to content

Releases: BlueBoxWare/LibGDXPlugin

1.20.1

13 Jul 13:32

Choose a tag to compare

  • Fix NPE when running IntelliJ 2019.2 EAP.

1.20

05 May 13:10

Choose a tag to compare

  • 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

11 Apr 13:30

Choose a tag to compare

  • Support for LibGDX style JSON (#19). In the project panel context menu use Mark as LibGDX style JSON to have a file treated as LibGDX JSON.

1.18

18 Mar 12:40

Choose a tag to compare

  • Support for com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator from from skin-composer in Skin files (#18)
  • Misc.minor fixes

Version 1.17.2

27 Nov 16:17

Choose a tag to compare

1.17.1: Fix issues with IntelliJ 2018.3 EAP

14 Oct 22:31

Choose a tag to compare

  • Fix issues with IntelliJ 2018.3 EAP

1.17

09 Sep 12:49

Choose a tag to compare

  • 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

04 Aug 13:32

Choose a tag to compare

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

1.16

04 Aug 12:13

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

Choose a tag to compare

  • Fix Settings pane (#14, #15)
  • Add setting to enable/disable color previews in Skins