I'd like to have it format it like:
String str = "This is my string that "
"I am constructing on " +
"multiple lines";
or optionally like this:
String str = "some other" +
" string that" +
" is broken" +
" across lines";
(i.e. aligned at the first double quote...)
Thanks,
Tim _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
