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.75k stars 402 forks source link

我要隐藏题目,但是每次重新打开IDEA,都要重新配置才能隐藏题目 #538

Closed Liuxin-hub closed 2 years ago

Liuxin-hub commented 2 years ago

1

yangtzech commented 2 years ago

设置题目在右边,重新打开IDE后,题目会在左边打开,需重新更改设置后点击应用。

shuzijun commented 2 years ago

可以尝试在配置文件leetcode-config.xml中删除QuestionEditor的配置项,重启IDE后再次配置。

Liuxin-hub commented 2 years ago

大佬不太理解,可以出一个小白教程吗

yangtzech commented 2 years ago

可以尝试在配置文件leetcode-config.xml中删除QuestionEditor的配置项,重启IDE后再次配置。

不行

mffseal commented 2 years ago

我也有同样的问题,这个配置项在重启idea后会恢复到默认值。

Liuxin-hub commented 2 years ago

可以尝试在配置文件leetcode-config.xml中删除QuestionEditor的配置项,重启IDE后再次配置。

leetcode-config.xml中,没有questionEditor配置项,即便在xml中添加该配置项,重启IDEA登录后questionEditor设置项并不会从文件中读取,在保存图形化的设置时,该配置也不会被写入到配置文件中。 P~607YAEU@~2CNE~LM5M5}S 该配置项没有写到文件中: ML_Y%)3BM{JFN4F5$K3F5Y5

shuzijun commented 2 years ago

可以尝试在配置文件leetcode-config.xml中删除QuestionEditor的配置项,重启IDE后再次配置。

leetcode-config.xml中,没有questionEditor配置项,即便在xml中添加该配置项,重启IDEA登录后questionEditor设置项并不会从文件中读取,在保存图形化的设置时,该配置也不会被写入到配置文件中。

新版本已修复