I sent my similar feature request yesterday to the eap-list instead of here, so I'll repeat it here on the features list. Please include spacing control for the '?' and ':' of the tertiary expression.
��� ( booleanExpression ? expression1 : expression2 )
Thanks,
Jon
Scott Sirovy wrote:
I'd like to be able to specify that a space go between an array declaration
and the definition.
Consider the following:
expandToLargestSize(new JButton[] {ok, cancel, help});
I want a space between the "[]" and the "{" so I put it there. However,
when I reformat the code, the space disappears to become:
expandToLargestSize(new DHButton[]{ok, cancel, help});
-sms
