+1 for Layout option. (I like it the way it is now, I wouldn't like not to be able to keep it like this).
Andrei "Christopher Cobb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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
