Community
Participate
Working Groups
Build Identifier: Version: Helios Service Release 2; Build id: 20110218-0911 to split long string into two the eaisest way is to press key Enter in requered position. String s = "qqqqqqqqqqqqqqqqqqqqqwwwwwwwwwwwwwwwwweeeeeeeeeeeeeeeee"; Detected: String s = "qqqqqqqqqqqqqqqqqqqqq" + "wwwwwwwwwwwwwwwwweeeeeeeeeeeeeeeee"; It will be very nice to specify position of "+" sign for split operation. Default value could be existing behavior. Expected: String s = "qqqqqqqqqqqqqqqqqqqqq" + "wwwwwwwwwwwwwwwwweeeeeeeeeeeeeeeee"; Reproducible: Always
Small discussion was here: http://stackoverflow.com/questions/257251/eclipse-shortcut-to-split-long-strings
*** This bug has been marked as a duplicate of bug 48433 ***