Hello,
I found solution to what I believed to be a Java deficiency compared to C# (I am sure I will get comments on this J). I am talking about user defined code folding similar to #region/#endregion in C#. It goes like this
//<editor-fold defaultstate="collapsed" desc="Your code block description">
…. …. // </editor-fold>
You can read more at
http://blogs.sun.com/roller/page/johnc?entry=java_origami_user_defined_code
Regards,
Vinay Agarwal
| Free forum by Nabble | Edit this page |