vote up 2 vote down star

Is there any way to manually create fold points in code in Eclipse? I know how to enable folding and how to set the auto preferences, but i like being able to set my own fold points so I can ignore certain parts of my code. Think regions in VS.
I know there is in VS and NetBeans, but I cannot find a way to set manual fold points in Eclipse.

flag

4 Answers

vote up 4 vote down check

I don't think Eclipse has built in manual folding. I've used Coffee-bytes folding before to do this.

Edit: Yes, the previous link seems useless. I believe this is the code and it can be checked out anonymously using

svn checkout http://coffee-bytes.googlecode.com/svn/trunk/ coffee-bytes-read-only
link|flag
No longer available for down-load. Thanks for the info though. – WolfmanDragon Oct 15 '08 at 20:32
Thanks, don't have svn and don't have time to set it up. I'll survive without the code folding – WolfmanDragon Oct 15 '08 at 21:16
vote up 0 vote down

No, eclipse does not have any option to provide manual folding plugins.

link|flag
vote up 1 vote down

I'm new to Eclipse, but since the IDE lets you fold preprocessor directives, you can just do "#if 1 .... #endif" to effectively set up manual folding.

link|flag
vote up 0 vote down

The coffee bytes folding plug-in for eclipse is still alive. But the pages have moved.

An Overview and how to get it can be found here.

I've installed it in eclipse using the update page.

In Eclipse go to Help -> Install new Software
Enter: eclipse.realjenius.com/update-site
Select the plugin and follow on-screen instruction.

I'm still pretty new to eclipse development and had to install mylyn before installing the code folding plugin.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.