I have always preferred to put the + on the second line because it makes it
more clear that the second line is not a stand-alone statement but a
continuation of the previous line.  Perhaps this can be upgraded to a Layout
option, in which case string splitting would follow that option.

cc

Gordon Tyler wrote:

> Hi,
>
> I'd like an option to make string spliting put the + on the second line.
>
> For example:
>
> String s = "foo bar dongle";
>
> Becomes:
>
> String s = "foo bar "
>         + "dongle";
>
> Thanks,
> Gordon
>
> --
> Sitraka -- the Java advantage
> http://www.sitraka.com/

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to