Skip to content

Releases: BlueBoxWare/LibGDXPlugin

1.24.1

09 Oct 12:35
Compare
Choose a tag to compare
  • Use documentation popup for image previews instead of Shift + hover.
  • Compatibility with recent versions of IntelliJ.

1.24

30 Jan 14:58
Compare
Choose a tag to compare

1.23.6

15 Jan 14:32
Compare
Choose a tag to compare
  • Improvements in Find Usages and type checking for Skin files.
  • Fix "Slow operations are prohibited on EDT" error in "Find Usages".

1.23.5

05 Jan 14:40
Compare
Choose a tag to compare
  • Significant performance improvements in Skin handling and related functionality (#33 continued).

1.23.4

18 Dec 14:34
Compare
Choose a tag to compare
  • #33: Fix perfomance issue with Skin files

1.23.3

07 Aug 12:52
Compare
Choose a tag to compare
  • Fix "Slow operations are prohibited on EDT" error with IntelliJ 2021.2.

1.23.2

03 Jul 12:38
Compare
Choose a tag to compare
  • Fix IllegalAccessError with IntelliJ 2021.1.*.

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.