halirutan / IntelliJ-Key-Promoter-X

Modern IntelliJ plugin to learn shortcuts for buttons
BSD 3-Clause "New" or "Revised" License
3.05k stars 74 forks source link

Support 2024.1 EAP #118

Closed rakleed closed 6 months ago

rakleed commented 7 months ago

Can you please add support for version 2024.1 EAP?

CrazyBoy49z commented 7 months ago

Upd: Support 2024.1 RC

CrazyBoy49z commented 7 months ago

Upd: Support 2024.1

halirutan commented 6 months ago

I updated everything to IntelliJ Gradle Plugin 2.x, but currently the Key Promoter X release is blocked by this issue

https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1255

If I can't work out a solution with Jakub within the next few days, I'll publish the new KPX version using the old Gradle version. But I really wanted to make this transition with the new release. Sorry for the delay.

Kroppeb commented 6 months ago

Oof, that sucks. I hope it gets fixed soon, because this is a very useful plugin.

halirutan commented 6 months ago

I published the new version 2024.1 and used the old Gradle plugin 1.x for now.

As for Gradle plugin 2.x, the instrumentation issue wasn't bad at all. Only the error message was highly confusing. So building Key Promoter X with Gradle plugin 2.x does work now. However, the GitHub actions for automatically building and publishing Key Promoter X need to be reworked since Gradle tasks changed. I try to get it working in the next Key Promoter X version.