Slashdot Mirror


First Thoughts on the Eclipse IDE?

OpenSourcerer asks: "Has anyone used the opensource IDE Eclipse. Initial impression is that of a slightly slow but very modular and configurable IDE. Anyone else has any experience using this?" I must say that the idea is novel enough, instead of building an environment around a specific language/compiler, you build a framework and have plugins support the specific features that you want. Java development tools have already been released and it looks like the C/C++ project is just getting under way. For those of you who have given the Eclipse project a quick look, what do you think?

2 of 266 comments (clear)

  1. it's great by dyregod · · Score: 5, Informative

    i've been using eclipse for 4 months or so and think it's the best IDE i've ever used. I don't think it's slow.. well it's still not a native app. and the motif stuff on *nix is still a bit slow but on windows and with the swt gtk bindings it rocks.

    during the past months i haven't experienced any crashes or loss of data even though i'm on the integration builds.

    to sum it up. a great platform which improves with every release.

  2. First Impressions by peterdaly · · Score: 4, Informative

    I used for a few days to see if I liked it. I ran it on Linux. The thing I hate the most was the user interface speed, and look. IBM didn't use standard AWT and Swing to create the user interface, but some IBM propriatary package. Not only does this seem to make it slow, but it is also God aweful on Linux.

    Frankly the features may be better than anything else (free) on the market, but they can't make up for the UI. Currently I am using a demo of IDEA, and am quickly falling in love with it. Fastest Java IDE I have used to date, which isn't saying a lot.

    IBM has to come up to speed a bit with the UI in order to compete on linux. Until they do, I will be staying well away from it.

    -Pete