Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Customized folding

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

like image 687
Shuo Avatar asked May 20 '26 08:05

Shuo


1 Answers

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

like image 173
VonC Avatar answered May 22 '26 03:05

VonC