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?
当我使用Eclipse编写Java程序时,我可以折叠一个代码块,例如:一个方法或一个注释。当我折叠块时,会在Eclipse编辑器的左侧出现一个“+(+)”标记。如果您将鼠标悬停在标记上,Eclipse将弹出一个显示这些折叠代码的框架。我觉得它很烦人,但我找不到禁用它的选项。是否有禁用它的选项?
thanks, mate!
谢谢,伴侣!
1 个解决方案
#1
1
I don't think this can be disabled right now (Eclipse 3.5)
我不认为现在可以禁用它(Eclipse 3.5)
You can disable popup on "javadoc hovering" (sort of), but not on folder marks.
您可以在“javadoc悬停”(某种程度上)上禁用弹出,但不能在文件夹标记上。
#1
1
I don't think this can be disabled right now (Eclipse 3.5)
我不认为现在可以禁用它(Eclipse 3.5)
You can disable popup on "javadoc hovering" (sort of), but not on folder marks.
您可以在“javadoc悬停”(某种程度上)上禁用弹出,但不能在文件夹标记上。