Latest plugin incompatble with IntelliJ IDEA 2024.3.2
The plugin declares build after 242.* as incompatible - after recent update, I'm now on:
Build #IU-243.23654.117, built on January 16, 2025
In effect, I can't install the plugin. Are there any actual incompatible changes in the newer IDEA versions?
https://github.com/Enerccio/SLT/blob/177139b3f9d81aa108641340679b65af78073d93/build.gradle.kts#L91-L94
Clone the plugin and change untilBuild.set("242.*") to untilBuild.set("243.*"). Then, in the project directory, execute ./gradlew buildPlugin and wait for the build to complete. The plugin will be in the build output directory. Now, in the IDE, go to Settings/Plugins, click the cogwheel icon, and choose Install Plugin from Disk.... Select slt-0.5.3.zip, which should be in the %PLUGIN-PROJECT-DIR%/build/distributions/ directory and install it.
Update: I played with the updated plugin a bit, and it works fine.
I created a PR for this - the working version sits in my fork
Merged and did more changes necessary for it to be approved. It should be available in the distribution as an update.
Honestly didn't know people use this plugin