views:

4109

answers:

4

The one that ships with IDEA is nothing more than a GWT project creation tool. Is there a better plugin? Is there a standalone GUI editor for GWT?

+1  A: 

I've never used these personally but a few things I've found include:

digiarnie
The HTML editor is a widget that is used to edit HTML in GWT. It is not a GWT Editor
Thierry-Dimitri Roy
+1  A: 
VonC
Thanks, but I'm specifically looking for an IDEA plugin, not Eclipse.
Limbic System
+3  A: 

To answer your question directly, there is no such thing as a Intellij IDEA GUI WYSIWYG editor for GWT for the moment.

The most popular/feature complete WYSIWYG editor for GWT is Instantiations GWT Designer. It is available only for Eclipse though.

The GWT team also provide a list of tools and libraries.. It seem rather incomplete though as it does not list Ext-GWT and GWT-Ext libraries (the most popular widget libraries).

Be warned however that most WYSIWYG editor only support the basic widgets of GWT. If you have custom widget, you may not be able to use them in the editor.


[Edit] As of August 2010, Instanciation has been acquired Google

Thierry-Dimitri Roy
A: 

Unfortunately, there really isn't one yet. We're going to have to wait until 2016 when Google takes over the world; everything will be so much easier then! ;)

OTisler