Re: What is best IDE for developing GWT applications?

2016-02-29 Thread Peter Donald
Hi, On Tue, Mar 1, 2016 at 12:26 PM, Slava Pankov wrote: > I don't know why many people are suggesting IntelliJ for GWT. For example > code completion in ui.xml files is not working in IntelliJ, and I don't > understand how to develop UI efficiently without it. It works fine

Re: What is best IDE for developing GWT applications?

2016-02-29 Thread Slava Pankov
I don't know why many people are suggesting IntelliJ for GWT. For example code completion in ui.xml files is not working in IntelliJ, and I don't understand how to develop UI efficiently without it. On Monday, February 29, 2016 at 2:56:06 PM UTC-8, Stefan Falk wrote: > > To be hones I never

Re: What is best IDE for developing GWT applications?

2016-02-29 Thread Stefan Falk
To be hones I never tried IntelliJ with GWT but maybe I'll give it a try sometime :) Is there actually some development going on? Either for Eclipse of IntelliJ or are projects like these frozen? On Monday, 29 February 2016 17:46:54 UTC+1, Rogelio Flores wrote: > > @Stefan > You have run

GWT 2.8-SNAPSHOT has broken JSP support in SDM & DM

2016-02-29 Thread Pablo Nussembaum
Hi Guys, After updating to Jetty 9.2 in GWT 2.8 the JSP support is not working any more during debug (it doesn't matter if you use SDM o DM). It seems that since Jetty 9.2[1] jsp support is not enabled by default and need to enabled when embedding. As a workaround

Project structure in IntelliJ

2016-02-29 Thread Benjamin Tillman
Maybe I'm just missing something, but I can't find a way to stray from IntelliJ's suggested package structure for GWT apps (see this link ). For example, if I have an application organised using a standard Maven directory

Several GWT modules on one page and RootPanel.get().addDomHandler()

2016-02-29 Thread Rocco De Angelis
Hi All, I have a problem with several GWT modules on one page which all try to register a keydown handler on the page body element. The problem seems to be that only one GWT module can call RootPanel.get() which will be perform a DOM.setListener() on the body. The second call of RootPanel.get()

Re: What is best IDE for developing GWT applications?

2016-02-29 Thread Rogelio Flores
@Stefan You have run configurations for GWT similar to eclipse (with the google plugin) but better IMO, with SDM as default and you can still run classic DevMode if you want. You can rename @UiField variables and it will rename all instances in your Java file and also on your ui.xml file (or

Re: GoogleBot is using the wrong permutation?

2016-02-29 Thread Ed Bras
Thanks, but I already have that. If I wouldn't have that, it would result in another exception like I had in the past. Thanks. On 29 February 2016 at 16:24, Michael Joyner wrote: > You need to have a "default" permutation for Google Bot: > > We use the following here: > > >

Re: GoogleBot is using the wrong permutation?

2016-02-29 Thread Michael Joyner
You need to have a "default" permutation for Google Bot: We use the following here: On 02/27/2016 10:10 AM, Rogelio Flores wrote: If you compile your app with the "PRETTY" compiler flag and then deploy it and run the