EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.74k stars 293 forks source link

Not Compatible with 2020.1 EAP #340

Closed Mheetu closed 4 years ago

Mheetu commented 4 years ago

Environment(环境)

name version
IDEA version 2020.1 EAP
EmmyLua version v1.2.6
OS Windows 10

What are the steps to reproduce this issue?(重现步骤?)

  1. Attempt to install

What happens?(出现什么问题?)

An error occurs:

Plugin 'EmmyLua' is incompatible with this installation

What were you expecting to happen?(期望?)

For the plugin to be installed

Any logs, error output, etc?(有没有什么log, error输出?)

None.

Any other comments?(其它说明)

Plugin is not built to be compatible with 2020.1 (201.6487.11-EAP-SNAPSHOT).

I attempted to update the package myself but there were compile errors. Unfortunately, I have no experience with developing in Kotlin or on the IntelliJ platform.

dannybloe commented 4 years ago

Can you please make a release that works with WebStorm 2020.1?

Mheetu commented 4 years ago

Here's a build... until the maintainer gets around to creating a release...

IntelliJ-EmmyLua-1.3.2-IDEA201.zip

Edit: Version 1.3.3, which is compatible with IDEA201, is now available on the JetBrains plugin repository.

dannybloe commented 4 years ago

Thank you!!

On 7 Apr 2020, at 15:19, Mheetu notifications@github.com wrote:

Here's a build... until the maintainer gets around to creating a release...

IntelliJ-EmmyLua-1.3.2-IDEA201.zip https://github.com/EmmyLua/IntelliJ-EmmyLua/files/4444537/IntelliJ-EmmyLua-1.3.2-IDEA201.zip — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EmmyLua/IntelliJ-EmmyLua/issues/340#issuecomment-610381678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASCTSUSMZ44RELX4B4ETHLRLMR5JANCNFSM4LRABNHA.

DorkmasterFlek commented 4 years ago

This is no longer an early access build. 2020.1 has been released and this plugin no longer works!

Mheetu commented 4 years ago

@DorkmasterFlek, it should work with all 201.* releases... I just updated IntelliJ to 2020.1 and was able to install it without any issues.

DorkmasterFlek commented 4 years ago

@Mheetu I'm using WebStorm 2020.1 and it says the plugin is incompatible with the current version after updating. I uninstalled it to try a fresh install, and now I cannot even find it in the marketplace presumably because it's not compatible.

EDIT: Sorry, I thought you were referring to the marketplace repository version! Yes the ZIP file you provided does work. I was talking about the officially maintained build, which needs to be updated still.

Mheetu commented 4 years ago

Yea, they've not made a release for anything 2020 yet... the zip I uploaded should work until then though.

Glad you got it working. 👍🏼

tangzx commented 4 years ago

v1.3.3 is pending JetBrains approval https://plugins.jetbrains.com/plugin/9768-emmylua

The request will be processed within two business days.

DorkmasterFlek commented 4 years ago

Excellent, thank you!

Mheetu commented 4 years ago

It appears JetBrains has approved version 1.3.3 which is compatible with IDEA201.

Closing the issue.