Re: What is best IDE for developing GWT applications?

2016-03-08 Thread Claudio Nazzari
Thats not true. Code completion works with GWT Plugin, on java classes, native javascripts methods and uibinder tags... (https://www.jetbrains.com/idea/help/gwt.html) Last year I started using Intellij after 9 years using Eclipse and I can say that IntelliJ rocks in many aspects(specially

Re: What is best IDE for developing GWT applications?

2016-03-03 Thread Stefan Falk
Yes that's true but you can't e.g. shut down the Code Server from Eclipse. I have to use the task manager to kill the process ^^ On Wednesday, 2 March 2016 11:08:22 UTC+1, Thomas Broyer wrote: > > > > On Tuesday, March 1, 2016 at 6:17:48 PM UTC+1, Stefan Falk wrote: >> >> Is working with your

Re: What is best IDE for developing GWT applications?

2016-03-02 Thread Thomas Broyer
On Tuesday, March 1, 2016 at 6:17:48 PM UTC+1, Stefan Falk wrote: > > Is working with your gwt-maven-archetype? I am using this for my project > but it seems that this does not work with the plugin. > No idea. I know he's been working on it but don't know the current state. That said, AFAIK,

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Stefan Falk
Ah, good to know. I really should try this plugin .. Have you ever tried GWT Material Design? On Tuesday, 1 March 2016 19:48:42 UTC+1, Rogelio Flores wrote: > > Works fine for me too. The only issue I've noticed is that for some > external modules such as mgwt, I don't get code-completion on

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Rogelio Flores
Works fine for me too. The only issue I've noticed is that for some external modules such as mgwt, I don't get code-completion on the widget names when including them from a common package path (e.g. mgwt:panel.flex.FlexPanel and mgwt:panel.scroll.ScrollPanel). MGWT has almost every widget in

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Stefan Falk
Is working with your gwt-maven-archetype? I am using this for my project but it seems that this does not work with the plugin. On Tuesday, 1 March 2016 11:41:30 UTC+1, Thomas Broyer wrote: > > > > On Monday, February 29, 2016 at 11:56:06 PM UTC+1, Stefan Falk wrote: >> >> To be hones I never

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Thomas Broyer
On Monday, February 29, 2016 at 11:56:06 PM UTC+1, Stefan Falk wrote: > > 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? > Can't tell

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

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: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Somebody has to do it! :P #gwtisback On Monday, 29 February 2016 01:19:36 UTC+1, Alain wrote: > > "And GWT is such an awesome technology I am simply no getting why it's so > underused.." > > Advertissement :) > > On 29 February 2016 at 01:02, Stefan Falk > wrote: > >>

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Alain Ekambi
"And GWT is such an awesome technology I am simply no getting why it's so underused.." Advertissement :) On 29 February 2016 at 01:02, Stefan Falk wrote: > Well, as for me I am willing to do almost *anything* just for the sake of > not having to write too many

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Well, as for me I am willing to do almost *anything* just for the sake of not having to write too many JavaScript lines :D And GWT is such an awesome technology I am simply no getting why it's so underused.. On Sunday, 28 February 2016 23:15:17 UTC+1, Ed wrote: > > @Stefan > Totally Agree

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Ed
@Stefan Totally Agree there are some points of concern. I am so used to doing things the "hard" way that I am immune to the pitfalls. At the end of the day Eclipse give me what I need for my particular use case. I usually do not use the build in server and deploy to jetty/tomcat instances for

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
@Ed: Don't get me wrong. I like Eclipse and I am basically an Eclipse-only developer. I would use it to brew coffee if there was a plug in. :D What I'm just missing are some basic support e.g. if I use GWTP I want to see some generated code. Java/GWT has some boilerplate code that could be

Re: What is best IDE for developing GWT applications?

2016-02-27 Thread Rogelio Flores
I find IntelliJ to be superior to eclipse, not only in its out of the box (for the Ultimate edition--not free) support for GWT, but for almost everything else. I was too an eclipse user for many years so I know the difference. On Saturday, February 27, 2016 at 8:13:56 AM UTC-7, Gilberto

Re: What is best IDE for developing GWT applications?

2016-02-27 Thread Gilberto
Let's get real for a moment: Eclipse is a plug-in hell. Have you ever try to run a multi-module App Engine project with multi module GWT app, configured with Maven? Don't even try, go to the command line and run the server from there. Sometimes you lose days of work just setting up the

Re: What is best IDE for developing GWT applications?

2016-02-27 Thread Ed
; On Tuesday, 21 October 2008 17:44:02 UTC+2, Sarah kho wrote: >> >> Hi >> Thank you for reading my post >> Can someone please let me know what is best IDE for developing GWT >> applications? >> >> Thanks > > -- > You received this message because

Re: What is best IDE for developing GWT applications?

2016-02-27 Thread Stefan Falk
? Or are there any plugins for Eclipse that I missed ..? BR; Stefan On Tuesday, 21 October 2008 17:44:02 UTC+2, Sarah kho wrote: > > Hi > Thank you for reading my post > Can someone please let me know what is best IDE for developing GWT > applications? > > Tha

What is best IDE for developing GWT applications?

2008-10-21 Thread Sarah kho
Hi Thank you for reading my post Can someone please let me know what is best IDE for developing GWT applications? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: What is best IDE for developing GWT applications?

2008-10-21 Thread Amit Dhingra
Your choice... I use Eclipse... :)) Amit www.amitdhingra.in On Tue, Oct 21, 2008 at 9:14 PM, Sarah kho [EMAIL PROTECTED] wrote: Hi Thank you for reading my post Can someone please let me know what is best IDE for developing GWT applications? Thanks -- Warm Regards, Amit Dhingra

Re: What is best IDE for developing GWT applications?

2008-10-21 Thread Alex Rice
my vote: Eclipse! Alex PS this question is asked frequently in the group ;-) On Oct 21, 9:44 am, Sarah kho [EMAIL PROTECTED] wrote: Hi Thank you for reading my post Can someone please let me know what is best IDE for developing GWT applications? Thanks

Re: What is best IDE for developing GWT applications?

2008-10-21 Thread Sarah kho
] wrote: Hi Thank you for reading my post Can someone please let me know what is best IDE for developing GWT applications? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group