shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.74k stars 402 forks source link

IDEA 2020.3 无法打开题目 #608

Closed EruDev closed 1 year ago

EruDev commented 1 year ago

Describe the bug

右下角报错日志 (stacktrace.txt)

java.lang.IllegalArgumentException: Argument for @NotNull parameter 'project' of com/intellij/openapi/fileEditor/FileEditorManager.getInstance must not be null
    at com.intellij.openapi.fileEditor.FileEditorManager.$$$reportNull$$$0(FileEditorManager.java)
    at com.intellij.openapi.fileEditor.FileEditorManager.getInstance(FileEditorManager.java)
    at com.a.a.a.a.a.r.getChildren(CodeActionGroup.java:25)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$3(ActionUpdater.java:98)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:134)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$4(ActionUpdater.java:98)
shuzijun commented 1 year ago

是否已经打开了一个项目?

EruDev commented 1 year ago

是否已经打开了一个项目?

是打开了一个项目

shuzijun commented 1 year ago

方便截下窗口的图片么?

EruDev commented 1 year ago

方便截下窗口的图片么?

image

shuzijun commented 1 year ago

可能版本有点低,我找个2020.3的试试

EruDev commented 1 year ago

可能版本有点低,我找个2020.3的试试

感谢,版本是 2020.3,那我更新下 IDEA 版本

shuzijun commented 1 year ago

感谢,版本是 2020.3,那我更新下 IDEA 版本

测试了一下,2020.3确实有兼容性问题,先升级版本吧