I am working with Java. If I hit Ctrl+Shift+F in Eclipse Helios, it will auto format my code. At a certain point, it wraps lines. I would like to increase the maximum line length. How can I do …
The default Eclipse formatter formats my Java code in a really funny way.
For example: hello.show().x().y() would oddly be formatted as x() and .y(), and be placed on a separate line.
Are there any other basic formatters …