Most (all?) of the formatting problems were caused by an Eclipse 3.5 bug that is over-aggressive about wrapping when necessary: https://bugs.eclipse.org/bugs/show_bug.cgi?id=264112
Upgrading to Eclipse 3.6, which seems to fix the problem. However, there are now formats in the opposite direction, moving parameters up a line, because I've already committed a bunch of code using the Eclipse 3.5 formatting. http://gwt-code-reviews.appspot.com/859801/diff/1/21 File user/src/com/google/gwt/user/cellview/client/CellTreeBasic.css (right): http://gwt-code-reviews.appspot.com/859801/diff/1/21#newcode33 user/src/com/google/gwt/user/cellview/client/CellTreeBasic.css:33: .cellTreeKeyboardSelectedItem { /* background-color: #ffff00; */ We'll add them back once we finalize keyboard support. http://gwt-code-reviews.appspot.com/859801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
