Here is a new eclipse plugin I made for gwt's UiBinder. My goal was to implement the validation, autocompletion and quickassist for widgets fields.
Right now the only feature working is the validation. I couldn't find a way to hook the autocompletion and quickassist into google's "UiBinder template editor". Any help or tip for how to do this it will be appreciated. There are still some problems with custom parsers. i.e <DockLayoutPanel unit="PX" ...> I needed to add an exception for that because the method setUnit doesn't exists in DockLayoutPanel... I am sure there are exceptions like this one that I forgot, so please let me know if you find one. Download here: http://code.google.com/a/eclipselabs.org/p/uibindervalidator/downloads/list -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
