Users - User Defined Code Folding in Java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Users - User Defined Code Folding in Java

Vinay Agarwal

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

 

 


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users