The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
I prefer Eclipse over IDEA

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Curt Hibbs

Posts: 118
Nickname: curthibbs
Registered: Mar, 2005

Curt Hibbs is Senior Software Engineer for The Boeing Company
I prefer Eclipse over IDEA Posted: Apr 15, 2005 9:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Curt Hibbs.
Original Post: I prefer Eclipse over IDEA
Feed Title: Curt's Comments
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: Nothing fancy... just a place to say stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Curt Hibbs
Latest Posts From Curt's Comments

Advertisement

The last time I used IDEA heavily was version 2. I did upgrade to version 3, and used it briefly, but when version 4 came out I couldn’t justify paying for the upgrade because I wasn’t doing any Java Development.

I have been using Eclipse for my Java development at work for more than a year, and since Eclipse 3.0 was released I’ve been very happy with it. Recently, some new members of my team got management to acquire licenses for IntelliJ IDEA, and I supported this knowing that IDEA is the cadillac of Java IDEs.

Yesterday, I spent the day installing the latest version of IDEA and converting all of my projects. But it didn’t take very long to see that I was missing what I considered to be a very important feature of Eclipse. Eclipse eliminates the compile/build cycle by continuously recompiling your changes in the background. Errors are immediately reflected in package tree as little red “x” overlays on the package tree icons. And the red “x”s are propagated up the tree hierarchy so errors are not buried in closed branches of the tree.

And when you open a java file with an error in it, each lime in error is also flagged with a red “x” icon in the left margin. Clicking on the red x pops up a little context menu with a list of suggested fixes, and most of the time the needed fix is right there… a single click and the problem is fixed!

All this makes me productive enough that I don’t want up give up using Eclipse.

Now I’ll be the first to admit that I my in-depth knowledge of IDEA is out of date. That’s why I’m posting this. If IDEA can do this too, then please tell me (I’m also happy with Eclipses refactoring support). What am I missing by giving up in IDEA?

Read: I prefer Eclipse over IDEA

Topic: A historic confluence of talent Previous Topic   Next Topic Topic: The blend of mind, talent, and passion

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use