Jonathan Lermitage

Results 93 comments of Jonathan Lermitage

Just for info, with IJ 2024.2.2 Ult, Plugin DevKit 242.22855.74, Gradle 8.10.2 and org.jetbrains.intellij.platform 2.0.1, I had to download platform sources + reload Gradle project **twice**. So, even this workaround...

I can't provide the source code for my first build scan (commercial project, closed source), but I tried again, with a small open-source plugin project, which contains no tests: https://github.com/jonathanlermitage/ij-devkit-helper...

There is also a performance drop with the [intellij-platform-plugin-template](https://github.com/JetBrains/intellij-platform-plugin-template) project, after having **disabled** the Gradle caches (`org.gradle.configuration-cache` and `org.gradle.caching`): - with platfom plugin **2.1.0**: `./gradlew clean test` takes **20s** -...

Just for info, this issue is still a nightmare... 2.2.0 and 2.2.1 are not usable. I'm sticking to 2.1.0, but this version no longer lets you launch EAP ides in...

There is still a big performance impact for me, with platform plugin 2.3.0 and jupiter 5.12.0, at least during unit tests.

damned, I miss clicked, sry sry 😣 Can you please reopen it?

Tested on a private project with: - 2.3.1-SNAPSHOT: https://scans.gradle.com/s/skwlacf4l4454 - 2.1.0: https://scans.gradle.com/s/7n6cfebx57zw6 Can I share my project privately via https://uploads.jetbrains.com/?

You may want to use a `IconPathPatcher`. Instead of replacing icons of files by file name with an `IconProvider`, an `IconPathPatcher` replaces icons by their name. Per example, it can...

Good catch! I tested the intellij template plugin on Linux, not on Windows.

Hi @izhangzhihao No more error report with this build. Everything works fine. Thanks!