The Live Template for "itit" (I haven't tried others) is not reformatting
according to my style. I have my casting spacing style set to:
        (class)var

If I execute the "itit" Live Template, I end up with:

        Iterator                iterator = list.iterator();
        while ( iterator.hasNext() )
        {
                String s = (String) iterator.next();
        }

Note the space between the cast and the iterator.next() call.
 
===========================
Jordan Zimmerman
Altura International
Catalog City

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to