Jurriaan Pruis

Results 34 comments of Jurriaan Pruis

I used the fix mentioned in http://groups.google.com/group/colorbox/browse_thread/thread/5f892ed688b2af5 Works perfectly :)

Sorry for the late response, but `PWM_REV7` didn't work here?

Thanks @raniejade. Just tested I do unfortunately get this error using the dev channel plugin: ``` Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics at org.spekframework.ide.ConsoleKt.main(console.kt) Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)...

All kotlin dependencies of this project are currently on 1.6.10 (except for https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-bom, but that's probably unrelated, 1.6.0 is the latest version).

@raniejade That's indeed how I checked it: ``` $ ./gradlew dependencies|grep kotlin|grep -v 1.6.10| grep -v coroutines | | | | +--- com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1 (c) +--- com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1 +--- com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1 (n) |...

@raniejade Sorry for the late response, I've tried a lot of things (clearing caches, rebuilding the project etc.) which didn't work. But after removing my `.idea` and `.gradle` folders it...

@raniejade Thanks! It works great with 2022.1 :)

Since https://plugins.jetbrains.com/plugin/10915-spek-framework/versions/dev/176742 works fine with 2022.2, is it possible to officially release the latest version of the plugin?

You can just use word wrap or you can count the number of lines and multiply that by the +/- the font size

I've just released a pre-release version. (v2.1.0.pre) Please test it and report if you have any problems