I like the String-split and String-join the way they are now. Adding an option to put plus on current or next would be OK, but if can only have it one way, leave as is.
Ted Hill "Gordon Tyler" <[EMAIL PROTECTED]> wrote in message ajrau7$ppf$[EMAIL PROTECTED]">news:ajrau7$ppf$[EMAIL PROTECTED]... > 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
