There is no way to set the spaces used in field declaration in the code 
layout settings.

String[] field = new String[]{"elem1", "elem2"};

Many people like this layout:

String[] field = new String[] { "elem1", "elem2" };


Another setting is missing:

int i = 1<2?3:4;

I want to layout such a clause too ...

int i = 1 < 2 ? 3 : 4;

-- 
cu
o.pfeiffer

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

Reply via email to