Follow on to svn r8671, which made the GWT code style allow whitespace
in front of dots, to allow builder-style formatting and nicer wrapping
in general. Tweaks the
auto-formatter to allow wrapping on invocation boundaries,
so that foo.bar().baz().bang().imagineManyOfThese("hi mom"); can wrap as:

foo.bar().baz().bang()
.imagineManyOfThese("hi mom");

instead of what happens now:

foo.bar().baz().bang().imagineManyOfThese(
"hi mom");

Also adds a bunch of new entries, presumably things that have appeared
in more recent versions of eclipse.

Review at http://gwt-code-reviews.appspot.com/1346803

Review by: zundel@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9719 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed