Skip to content

Releases: BlueBoxWare/LibGDXPlugin

1.23

03 Feb 20:57
Compare
Choose a tag to compare
  • 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

22 Jan 14:05
Compare
Choose a tag to compare
Warning popup when .gwt.xml files are edited that the project must be…

1.22.1

20 Oct 12:29
Compare
Choose a tag to compare
  • Bundle kotlin-reflect dependency.

1.22

17 Oct 17:30
Compare
Choose a tag to compare
  • Compatibility with Kotlin plugin 1.4.20+ (#23)
  • Build with Java target 1.8 (fixes compatibility with Android Studio)

1.21

23 Sep 12:09
Compare
Choose a tag to compare
  • Changed plugin name to libGDX (#22).
  • Improvements and additions to the outdated library versions inspections.

1.20.2

04 Jan 13:16
Compare
Choose a tag to compare
  • Compatibility with IntelliJ 2020.1.

1.20.1

13 Jul 13:32
Compare
Choose a tag to compare
  • Fix NPE when running IntelliJ 2019.2 EAP.

1.20

05 May 13:10
Compare
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
Compare
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
Compare
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