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

+1

>int i = 1<2?3:4;

+1


On Sat, 13 Jul 2002 20:32:34 +0000 (UTC), Oliver Pfeiffer
<[EMAIL PROTECTED]> wrote:

>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 ...
>
>-- 
>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