> I use code folding in other editors when editing HTML. For example, I'll fold > up a complex table so I can copy the whole thing easily. > > I imagine it would be useful for XML too. As for Java, I might find it useful, > or maybe if the code is too complex it means I should refactor the code, not > hide it :)
Yes, code folding would be REALLY useful in HTML, XML and JSP code. In Java, it would be useful when refactoring complex code to hide parts of the implementation while trying to understand the structure. It would also be useful for hiding whole functions that you don't plan on working on so that they don't clutter the screen. Donald _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
