Top "Eclipse-formatter" questions

The Eclipse Code Formatter is a tool for performing automatic styling of code in Eclipse.

How to turn off the Eclipse code formatter for certain sections of Java code?

I've got some Java code with SQL statements written as Java strings (please no OR/M flamewars, the embedded SQL …

java eclipse code-formatting pretty-print eclipse-formatter
Best Eclipse Code Formatters?

The default Eclipse formatter formats my Java code in a really funny way. For example: hello.show().x().y() would …

java eclipse formatting eclipse-formatter
Stop eclipse from line wrapping?

Is there a way to get eclipse to stop erasing existing line breaks? If I have a method signature like …

eclipse eclipse-formatter
Importing code style formatting settings into eclipse from intellij-idea

I've recently implemented the maven Check style plugging into my project and have changed all of the formater Settings in …

java eclipse intellij-idea checkstyle eclipse-formatter