Skip to content

Releases: picimako/just-kitting

v1.2.0

11 Nov 10:35
05cac52
Compare
Choose a tag to compare

Added

  • 55: Added CheckLicense.java to the list of diffable resources.
  • 56: Added a 'reference icon' line marker for the extensions.toolWindow@icon XML attribute.
  • Added resolution of icons in the icons package for action and tool window extension icon attributes.

Fixed

  • Now the value of the gradleVersion property is queried right when clicking the Update Gradle version line marker, and not saved in the line marker at creation.

v1.1.1

01 Oct 05:41
bca2d7b
Compare
Choose a tag to compare

Fixed

  • Fixed the K2 compiler compatibility configuration.

v1.1.0

20 Sep 04:13
Compare
Choose a tag to compare

Added

  • Added .gitignore to the list of files that can be compared with their intellij-platform-plugin-template versions.

Changed

  • New supported IDE version range: 2024.2.1 - 2024.3.*.
  • Updated the project to use the IntelliJ Platform Gradle Plugin 2.0.
  • Updated the project to use JDK 21.
  • Updated project configuration to make sure the plugin works when the K2 Kotlin compiler is enabled.

Fixed

  • Fixed the Compare with Platform Plugin Template Version action to work properly when the opened project
    is actually a workspace by the Multi-Project Workspace plugin.
  • Fixed the Update Gradle Version line marker to work with workspaces.

v1.0.0

13 Sep 06:07
dccc170
Compare
Choose a tag to compare

Added

  • 30: Added a line marker that displays the referenced icons in the actions.action@icon and actions.group.action@icon XML attributes in plugin descriptor files.
  • 28: Added a line marker that can signal mismatching gradle version in gradle.properties and gradle-wrapper.properties and can update the wrapper based on the new version in gradle.properties.

v0.9.0

05 Jun 15:12
7c1f5c5
Compare
Choose a tag to compare

Changed

  • Supported IDE version range: 2023.3-2024.2-EAP.
  • Plugin configuration and dependency updates.
  • Deleted the inspection options panel generation action because there is a newer API for that that provides an easier way to create the panel.

v0.8.1

13 Feb 07:46
Compare
Choose a tag to compare

Fixed

  • Added a missing getActionUpdateThread() method override to avoid throwing exception.

v0.8.0

01 Feb 06:30
b75bc8a
Compare
Choose a tag to compare

Changed

  • Supported IDE version range: 2023.1.5-2024.1-EAP.
  • Intention action sub-category names are now displayed in <intentionAction> tag code folding placeholder texts.
  • Plugin configuration updates.

v0.7.0

17 Oct 06:33
0139956
Compare
Choose a tag to compare

Changed

  • Supported IDE version range: 2022.3-2023.3
  • Plugin configuration updates.

v0.6.0

20 Sep 14:12
904ef1d
Compare
Choose a tag to compare

Added

  • #29: Added code folding for extensions.intentAction tags in plugin descriptor files.

Changed

  • #29: Code folding of extensions.localInspection and extensions.globalInspection tags is extended with resource bundle message resolution with fallback logic based on where bundle names are specified in the EP or in the plugin descriptor file.
  • The light service class names are now sorted alphabetically in the View all light services inlay hint list popup.

Fixed

  • Fixed the issue that the View all light services inlay hint list popup didn't appear because it didn't handle rendering of KtClasses.

v0.5.0

19 Jul 05:46
7044a86
Compare
Choose a tag to compare

Added

  • #29: Added code folding for extensions.globalInspection tags in plugin descriptor files.

Changed

  • The check for non-existent method for CallMatchers now works also when the class name is specified as a constant.

Fixed

  • Fixed an NPE that occurred when looking up the com.intellij.openapi.components.Service class for showing the light services inlay hint.