Re: Intellij for GWT app development. Is it worth it?

2013-01-26 Thread Ümit Seren
But other than the above IntelliJ is pretty nice with some very nice features. Have I mentioned that it feels a lot snappier? ;-) Yes I can confirm that. I recently switched from eclipse 4.2 to IntelliJ 12 and it feels much faster. Also make sure to check out

Re: Intellij for GWT app development. Is it worth it?

2013-01-26 Thread Paul Stockley
The auto make doesn't work anytime a debugger is running. I used to use a plugin that did a make anytime a change was made to a file. This actually worked better in my opinion. I haven't tried it on v12 yet. -- You received this message because you are subscribed to the Google Groups Google

Re: Intellij for GWT app development. Is it worth it?

2013-01-17 Thread MiNi
the best thing: it just works no more headaches with messy eclipse plugins (or maven plugins which have his own live and destroy repeatly the settings) all just work and the refactoring understand spring configuration files, inline scripts etc. ... its all great and if you use intelliJ on

Re: Intellij for GWT app development. Is it worth it?

2013-01-17 Thread Dennis Haupt
i have made a lot of good experiences with that combo (intellij + gwt) it understand the native js parts, the asnc/sync interface stuff, debugging/running works out of the bugs 2012/10/19 Jens jens.nehlme...@gmail.com I am thinking about moving away from Eclipse (IMHO 4.2 feels really

Re: Intellij for GWT app development. Is it worth it?

2013-01-17 Thread Alex opn
No offense, just made me smile: works out of the bugs! : ) Am Donnerstag, 17. Januar 2013 10:09:42 UTC+1 schrieb HamsterofDeath: i have made a lot of good experiences with that combo (intellij + gwt) it understand the native js parts, the asnc/sync interface stuff, debugging/running works

Re: Intellij for GWT app development. Is it worth it?

2013-01-17 Thread Jens
I have bought IntelliJ 12 on its release and I am pretty happy with the overall UI performance compared to Eclipse 4.2, feels a lot snappier. Obviously it will take a while to get used to some of IntelliJ's concepts but there are some .. lets call it annoyances... I couldn't solve so far: 1.)

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Thomas Broyer
On Sunday, October 21, 2012 1:14:18 PM UTC+2, HamsterofDeath wrote: native javascript in supported (for eclipse it's just a comment), Not with the Google Plugin for Eclipse. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Jens
Am Montag, 22. Oktober 2012 11:21:19 UTC+2 schrieb Thomas Broyer: Not with the Google Plugin for Eclipse. I think he means full JS auto complete. Doesn't GPE only provides auto complete for calls from JSNI back to Java? -- J. -- You received this message because you are subscribed to

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Dennis Haupt
i mean full js editor support for the code fragments, including interop between java and js code (like find usage, go to, rename) 2012/10/22 Jens jens.nehlme...@gmail.com Am Montag, 22. Oktober 2012 11:21:19 UTC+2 schrieb Thomas Broyer: Not with the Google Plugin for Eclipse. I think he

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Thomas Broyer
On Monday, October 22, 2012 1:33:10 PM UTC+2, Jens wrote: Am Montag, 22. Oktober 2012 11:21:19 UTC+2 schrieb Thomas Broyer: Not with the Google Plugin for Eclipse. I think he means full JS auto complete. Doesn't GPE only provides auto complete for calls from JSNI back to Java? Yes,

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Joseph Lust
I seem to recall Ray Cromwell preaching about his love for IntelliJ during Google IO this year (Future and History of GWT). If it works well for him, I'm convinced. However, I fear I'm also too invested in Eclipse and in many ways it does all that IntelliJ does. However IntelliJ is quicker and

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Paul Stockley
I have been an eclipse user for over 8 years and finally had enough of the sluggishness and general flakiness. Our development group switched to IntelliJ and all I can say is we aren't going back. Currently we are on 11.x although at home I use 12. 12 isn't stable enough for production yet but

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Jens
Am Montag, 22. Oktober 2012 17:31:02 UTC+2 schrieb Joseph Lust: However, I fear I'm also too invested in Eclipse and in many ways it does all that IntelliJ does. However IntelliJ is quicker and has support behind it. If I didn't have 3 years of memorizing every button/preference and

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Thomas Broyer
On Monday, October 22, 2012 5:31:02 PM UTC+2, Joseph Lust wrote: I seem to recall Ray Cromwell preaching about his love for IntelliJ during Google IO this year (Future and History of GWT). If it works well for him, I'm convinced. I actually hear many preaching about their love for

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Dennis Haupt
intellij costs a few hundred dollars per year, eclipse costs a few hours per week. make your choice. Am 22.10.2012 18:18, schrieb Thomas Broyer: On Monday, October 22, 2012 5:31:02 PM UTC+2, Joseph Lust wrote: I seem to recall Ray Cromwell preaching about his love for IntelliJ

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Dennis Haupt
Am 22.10.2012 18:01, schrieb Jens: Am Montag, 22. Oktober 2012 17:31:02 UTC+2 schrieb Joseph Lust: However, I fear I'm also too invested in Eclipse and in many ways it does all that IntelliJ does. However IntelliJ is quicker and has support behind it. If I didn't have 3 years

Re: Intellij for GWT app development. Is it worth it?

2012-10-22 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not an Eclipse fanboy by any stretch, but it's what I use. I work closely on the same codebase with a committed IntelliJ-user. Over the 1.5 years or so, I've noticed we've had about the same amount of crashes, gotchas, and annoyances with our

Re: Intellij for GWT app development. Is it worth it?

2012-10-21 Thread Dennis Haupt
except for the not existing gui builder, i prefer intellij. refactorings understand the async interfaces, native javascript in supported (for eclipse it's just a comment), there are gwt specific inspections so either intellij is a lot better or my collegues suck at using the gwt plugin for

Intellij for GWT app development. Is it worth it?

2012-10-19 Thread Jens
I am thinking about moving away from Eclipse (IMHO 4.2 feels really sluggish) and switching to Intellij IDEA 12 when its released. Is anybody here that has used both Eclipse + GPE and Intellij + GWT Plugin and can share his/her experience? Having Jetbrains joining the GWT steering group I