Releases: picimako/just-kitting
Releases · picimako/just-kitting
v1.2.0
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 extensionicon
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
v1.1.0
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
Added
- 30: Added a line marker that displays the referenced icons in the
actions.action@icon
andactions.group.action@icon
XML attributes in plugin descriptor files. - 28: Added a line marker that can signal mismatching gradle version in
gradle.properties
andgradle-wrapper.properties
and can update the wrapper based on the new version ingradle.properties
.
v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.0
Added
- #29: Added code folding for
extensions.intentAction
tags in plugin descriptor files.
Changed
- #29: Code folding of
extensions.localInspection
andextensions.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
Added
- #29: Added code folding for
extensions.globalInspection
tags in plugin descriptor files.
Changed
- The check for non-existent method for
CallMatcher
s 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.