[gwt-contrib] Re: Public: First pass at generating a GWT Validator. (issue845801)

2010-09-05 Thread nchalko
Please take a look now. Smoke test pass. checkstyle passes http://gwt-code-reviews.appspot.com/845801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Public: First pass at generating a GWT Validator. (issue845801)

2010-09-05 Thread nchalko
http://gwt-code-reviews.appspot.com/845801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Eclipse: GDT - Scala plugin cooperation problem

2010-09-05 Thread Martin Mauch
Installing the Scala plugin into a fresh copy of Eclipse works fine. I haven't tried installing and uninstalling the GPE. I could try that if it helps. Concerning the launch configuration: Eclipse didn't even start, so I think it should be unrelated to any launch configurations. If the problem doe

[gwt-contrib] Alternate PlaceHistoryHandler design/API (issue845802)

2010-09-05 Thread t . broyer
Reviewers: rjrjr, Description: Following up on https://jira.springsource.org/browse/ROO-1276, here's the proposed alternate design, separating the "keep history and places in sync" and "map places to/from history tokens" concerns into a concrete PlaceHistoryHandler class and a PlaceHistoryMapper

[gwt-contrib] UiBinder. What pattern to use for MenuItem handling?

2010-09-05 Thread Konstantin.Scheglov
In UiBinder @UiHandler greatly simplifies handling of events. In GWT Designer we will provide support for generating these handlers and managing them. However MenuItem has no events, no addXXXHandler() methods. Instead it uses Command. Command can be passed into constructor (right now