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 404 forks source link

同一个按钮实现打开和关闭content #615

Open allworldg opened 1 year ago

allworldg commented 1 year ago

请问是否有可能将Editor Only 的功能添加到open content 上,实现open content未选中时,单击是打开content,再次点击则关闭content,类似于IDEA其他windows按钮那样。

感谢大佬的插件。

shuzijun commented 1 year ago

类似于IDEA其他windows按钮那样

这个有截图或者更详细的交互逻辑么?没太懂

allworldg commented 1 year ago

像左右两侧的toolbar ,例如再次点击structure,界面就会关闭。 image

allworldg commented 1 year ago

image 例如插件的这个按钮”Editor and Preview" ,点击第一下是显示,而且是垂直显示,点击第二下是水平显示。我在想如果让“open content"也具有相同功能,只不过点击第二下是关闭content,是否更方便一些?

shuzijun commented 1 year ago

像左右两侧的toolbar ,例如再次点击structure,界面就会关闭。 image

open content 打开的是一个编辑器,与structure窗口不一致,操作方式遵循编辑器的关闭方式

shuzijun commented 1 year ago

image 例如插件的这个按钮”Editor and Preview" ,点击第一下是显示,而且是垂直显示,点击第二下是水平显示。我在想如果让“open content"也具有相同功能,只不过点击第二下是关闭content,是否更方便一些?

核心诉求是不是要方便的关闭content?

allworldg commented 1 year ago

对的

shuzijun commented 1 year ago

为什么不直接使用关闭编辑的功能哪?新增的按钮和编辑器上的x没啥区别吧

allworldg commented 1 year ago

我不是说新增一个按钮,我只是觉得把打开content和关闭content放在一个按钮上比较方便而已。就像你将垂直和水平放在一起。 image

shuzijun commented 1 year ago

直接关闭不更快么?open content还需要右键才会出现操作按钮

allworldg commented 1 year ago

image 我是默认打开在右侧,所以大部分按钮的布局都固定在左上角。可能我觉得频繁移动到一侧比较方便(因为提交,open content,运行都在左侧)。不过这个也不算什么刚需。😀

shuzijun commented 1 year ago

感觉使用的IDE版本有点老了,现在大部分都是悬浮在右侧的

image
allworldg commented 1 year ago

那是因为插件设置默认打开在左侧,我的是默认右侧,所以不是悬浮。 image

IDEA Version: 2022.2.

shuzijun commented 1 year ago

:sweat_smile: 还这真没注意这种情况