EmmyLua / IntelliJ-EmmyLua

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

Incompatible with IntelliJ IDEA 2020.3 / Build #IU-203.5981.155 #381

Closed ghost closed 3 years ago

ghost commented 3 years ago

Environment(环境)

name version
IDEA version IntelliJ IDEA 2020.3 (Ultimate Edition)
EmmyLua version [v1.3.4.157-IDEA202]
OS [Windows 10]

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

  1. update the IDEA to IntelliJ IDEA 2020.3 / Build #IU-203.5981.155

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

Incompatible

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

can use this plugin.

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

none.

Any other comments?(其它说明)

hope EmmyLua can update.

staudenmayerc commented 3 years ago

Having the same problem, we just introduced EmmyLua into our workflow and now we can't update WebStorm. We would appreciate a timely fix, if feasible.

Engine-AI commented 3 years ago

I'm having the same problem too,望,组织尽快更新一下。

DorkmasterFlek commented 3 years ago

Same issue. Please update this! We had the same issue with the 2020.2 update, and the only thing that needed to change was the "untilBuild". Does this need to be set? Can we just assume that it will work with future IDE versions unless proven otherwise to avoid this issue on every new major version?

rafaskb commented 3 years ago

Same issue. Please update this! We had the same issue with the 2020.2 update, and the only thing that needed to change was the "untilBuild". Does this need to be set? Can we just assume that it will work with future IDE versions unless proven otherwise to avoid this issue on every new major version?

That would be perfect, EmmyLua is the only reason I hold back from updating IntelliJ, and sometimes this process takes weeks. I understand the official maintainer is probably busy and doesn't have the time to constantly update the library, so assuming the plugin will work unless proven otherwise would be a great solution in the long run.

Yum1x commented 3 years ago

I'm waiting for an update, i've downgraded until this not happens.

tangzx commented 3 years ago

Done! Update of EmmyLua 1.3.5.185-IDEA203 is pending JetBrains' approval

https://plugins.jetbrains.com/plugin/9768-emmylua/versions https://ci.appveyor.com/project/EmmyLua/intellij-emmylua/build/artifacts

rulatir commented 3 years ago

I tried installing the zip, and now the IDE fails to start:

obraz

tangzx commented 3 years ago

@rulatir did you install another lua plugin(Luanalysis)?

ghost commented 3 years ago

Done! Update of EmmyLua 1.3.5.185-IDEA203 is pending JetBrains' approval

https://plugins.jetbrains.com/plugin/9768-emmylua/versions https://ci.appveyor.com/project/EmmyLua/intellij-emmylua/build/artifacts

Good Job. Thanks for your hard work!

rulatir commented 3 years ago

@rulatir did you install another lua plugin(Luanalysis)?

Apparently yes, but I think it was PHPStorm, not me. I vaguely remember it suggesting Luanalysis as an alternative when it couldn't load EmmyLua, and I may have okayed that suggestion too quickly.

I managed to recover the IDE by manually adding com.tang to disabled_plugins.txt, after which I could use the settings dialog to uninstall the conflicting plugin and re-enable EmmyLua.