IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

Can't use in Jetbrains IntelliJ IDEA

Open newmaster694 opened this issue 1 year ago • 3 comments

Plugin 'EmmyLua' (version '1.4.17-IDEA243') is not compatible with the current version of the IDE, because it requires build 243.* or older but the current build is IU-251.23774.435

newmaster694 avatar Apr 17 '25 08:04 newmaster694

Same with clion 2025.1. Hope that there will be a fix ...

arduhe avatar Apr 18 '25 06:04 arduhe

For those here and in #601 who can't wait: rebuilding the plugin with the new 2025.1 SDK version installs and seems to work. This is a quick hack of course so your mileage may very.

diff --git a/build.gradle.kts b/build.gradle.kts
index 871fd8ef..6ce6ebda 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -43,8 +43,8 @@ val buildDataList = listOf(
     BuildData(
         ideaSDKShortVersion = "243",
         ideaSDKVersion = "243.21565.193",
-        sinceBuild = "243",
-        untilBuild = "243.*",
+        sinceBuild = "251",
+        untilBuild = "251.*",
         bunch = "212",
         targetCompatibilityLevel = JavaVersion.VERSION_17,
         jvmTarget = "17"

Lethja avatar Apr 18 '25 20:04 Lethja

On Friday, I notified the author, but it might have been forgotten as it hasn't been done yet.

CppCXY avatar Apr 21 '25 07:04 CppCXY