Stop eclipse from line wrapping?
The formatting of arguments is an old subject, but the one new formatting feature introduced in 3.5 is: eclipse3.5M4 “Formatter option to preserve user line breaks” The Java code formatter can now optionally preserve user line breaks by not joining lines in code or comments. For example, the wrapped lines of the return statement in … Read more