The Artima Developer Community
Sponsored Link

Java Buzz Forum
More on Eclipse code folding…

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vasanth Dharmaraj

Posts: 594
Nickname: vazz
Registered: Oct, 2003

Vasanth Dharmaraj is J2EE developer learning Dot Net
More on Eclipse code folding… Posted: May 22, 2004 3:16 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vasanth Dharmaraj.
Original Post: More on Eclipse code folding…
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Latest Java Buzz Posts
Latest Java Buzz Posts by Vasanth Dharmaraj
Latest Posts From Vasanth Dharmaraj's Blogs

Advertisement

R.J. over at Coffee Bytes has developed a code folding plugin which overcomes some of the folding shortcomings in Eclipse. Here are the features the plugin adds:

  Collapsable Source file headers (how they missed this feature I do not know - it's the longest comment in the file!) 
  Control comment block and javadoc collapsing independently. 
  ALL Control structures are now collapsable. Yes, this means if, else, try, catch, while, for, named blocks, switches, and even static initializers. 
  Filter folding structures by # of lines. One of the things I noticed in building this plug-in was that when you add if/else/while/for etc as foldable regions, you get a WHOLE LOT of arrows. To counter that, you can specify the minimum # of lines a structure should have before it should become foldable.

One feature I really would like to see is folding regions in code like Visual Studio.Net. I would like to fold all getters and setters as a single block... Get the plugin here and have fun folding your code. ;-)

Read: More on Eclipse code folding…

Topic: Choosing sides Previous Topic   Next Topic Topic: What Does It Print

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use