The really useful code folding feature doesn't work in annonymous inner 
classes ...

private ActionListener al = new ActionListener() {
        public void actionPerformed( ActionEvent e ) {
                // no folding here
        }
};


And it doesn't work for initial comment blocks like ...

package de.test.folding;

/*
 * Folding doesn't work here!
 * This place is often used to show an initial copyright.
 * It will be great if this copyright could be folded.
 */

/**
 * Folding works great here!
 */
public class Test {
}


-- 
cu
o.pfeiffer

ICQ#  84320006
eMail [EMAIL PROTECTED]
--------------------------------------------
TECHNOLOGIE - ZENTRUM INFORMATIK / UNIVERSITAET BREMEN / GERMANY 
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to