views:

96

answers:

1

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!

+1  A: 

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.

VonC