getgauge / Intellij-Plugin

Gauge IntelliJ IDEA plugin
Apache License 2.0
44 stars 28 forks source link

IntelliJ 2018.3 not supported #359

Closed j-morsum closed 6 years ago

j-morsum commented 6 years ago

The most recent versions of the plugin are not compatible with IntelliJ 2018.3. The most recent version of the plugin supported is "v0.3.5.nightly-2017-07-24".

In addition the "v0.3.5.nightly-2017-07-24" version crashes at start with the error "com.intellij.openapi.module.impl.ModuleManagerComponent@10a3451a java.lang.RuntimeException: Gauge API not started"

Version information

thjenny commented 6 years ago

As a workaround (at your own risk!) until there is an official plugin release: I just patched META-INF/plugin.xml (replace the until-build version old "182." with new "183.") within the jar file Intellij-0.3.13.jar within the latest plugin zip and installed the updated plugin zip from local disc.

So far, it seems to work fine (spec file formatting/editing, navigation, test run execution/debug).

zabil commented 6 years ago

@thjenny @j-morsum Can you try the new release?!

Refer https://github.com/getgauge/Intellij-Plugin/issues/358

zabil commented 6 years ago

Correction. I see that 2018.3.* support is not in yet.

j-morsum commented 6 years ago

As a workaround (at your own risk!) until there is an official plugin release: I just patched META-INF/plugin.xml (replace the until-build version old "182." with new "183.") within the jar file Intellij-0.3.13.jar within the latest plugin zip and installed the updated plugin zip from local disc.

So far, it seems to work fine (spec file formatting/editing, navigation, test run execution/debug).

Thank you for the idea. I've done it and so far so good, no problems at all.

gaugebot[bot] commented 6 years ago

The fix should be available in nightly >= 26-11-2018

BugDiver commented 6 years ago

All Features are working as expected with the given nightly version.