有没有办法在 PyDev 中将鼠标悬停在 (+) 上时关闭折叠项目的预览?

发布于 2025-01-01 10:04:47 字数 251 浏览 0 评论 0原文

我指的是这种行为:

在此处输入图像描述

(Windows 在屏幕截图中不包括鼠标光标,我我在这里徘徊在最上面的 (+) 上。)

我发现这在某些情况下非常烦人,尤其是对于较大的方法。

在 Window->Preferences->PyDev->Editor->Hover 中,我将两个复选框都留空。

I am referring to this behaviour:

enter image description here

(Windows doesn't include the mouse cursor in the screen shot, I'm hovered on the uppermost (+) here.)

I find this incredibly annoying in some cases, especially with larger methods.

In Window->Preferences->PyDev->Editor->Hover, I have both checkboxes blank.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风无影 2025-01-08 10:04:47

目前这是不可能的......

现在,如果有人决定提供补丁,下面是执行此操作所需的内容(在获取 PyDev 后:http://pydev.org/developers.html

在 org.python.pydev.editor.hover.PyHoverPreferencesPage 中创建一个首选项,并为投影自定义悬停控件创建器... IE: org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(Composite) 处的 fProjectionSupport.setHoverControlCreator()

That's not currently possible...

Now, in case someone decides to provide a patch, below is what would be involved in doing it ( after getting PyDev: http://pydev.org/developers.html )

Create a preference for that in org.python.pydev.editor.hover.PyHoverPreferencesPage and customize the hover control creator for the projection... i.e.: fProjectionSupport.setHoverControlCreator() at org.python.pydev.editor.codefolding.PyEditProjection.createPartControl(Composite)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文