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