如何在 Eclipse 中将鼠标悬停在代码折叠上时禁用代码预览弹出窗口?
当我使用 Eclipse 编写 Java 程序时, 我可以折叠一段代码,例如:一个方法或一条注释。 当我折叠该块时,Eclipse 中编辑器的左侧会出现一个“加号(+)”标记。 如果将鼠标悬停在该标记上,Eclipse 将弹出一个框架,显示那些折叠的代码。 我觉得这很烦人,但我找不到禁用它的选项。 有一个选项可以禁用它吗?
谢谢,伙计!
When I use Eclipse to code Java programs,
I can fold a block of codes, for example: a method or a comment.
And When I fold the block, there will be a "plus(+)" mark appearing on the left side of the editor in Eclipse.
If you hover your mouse over the mark, Eclipse will pop-up a frame showing those folded codes.
I feel it's annoying, but I can not find an option to disable it.
Is there an option to disable it?
thanks, mate!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为现在不能禁用此功能(Eclipse 3.5)
您可以 禁用“javadoc悬停”上的弹出窗口(有点),但不在文件夹标记上。
I don't think this can be disabled right now (Eclipse 3.5)
You can disable popup on "javadoc hovering" (sort of), but not on folder marks.