Re: New open source eclipse plugin for UiBinder validation

2010-06-28 Thread Jason Parekh
Hey Gal, Very cool! GPE doesn't expose any extension points, but you should be able to add your autocompletion proposals by hooking into WST's autocompletion framework (we subclass org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor). Hope that helps, jason On Sat, Jun 26,

New open source eclipse plugin for UiBinder validation

2010-06-26 Thread Gal Dolber
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