views:

148

answers:

1

Hi,

Eclipse has built-in support for folding class/method definitions. But if/else, brackets and other blocks cannot be folded by default. I looked at the preference page, but there seems to be no rule to fold these elements. I'm wondering is it possible to define custom rules?

Thanks, Bryan

+1  A: 

Not to my knowledge and I do not see that feature in the upcoming Helios 3.6 either.

I only saw folding for if-else block in CDT (C/C++ editor) with bug 174597

VonC