tags:

views:

136

answers:

1

First of all i love Eclipse but Eclipse in linux sucks coz java in linux (I'm using Ubuntu) is the a bad idea thus making Eclipse really slow and CPU intensive.

My question is there a IDE that is somehow like Eclipse (not like pure notepad alike or command like,vi or emacs alike) that is not build from Java in Ubuntu? Thanks

Update: I'm looking for an IDE that i could develop Java, PHP, and Python codes

A: 

There's KDevelop, a QT4 based IDE that works on all platforms for C++ development. MonoDevelop is a .NET IDE for Linux & other platforms. Komodo, a commercial option, is available for Linux and works well. It's not built with Java, so you will save several MB of RAM allocation. :) It's fast. wxStudio is an interesting option, if you choose to use the wxWindows libraries. There's also Code::Blocks for C++ work. Sun even provides NetBeans, which has plugs-ins like Eclipse for other languages, yet runs a tad faster than Eclipse.

It really depends on the language you're developing in. Honestly, the majority of IDE features you're likely seeking are already natively available in Vim & Emacs... code completion, jumping to definition, breakpoints, etc. are Vim specialties. If you really want a GUI, then the languages you're using are a really important factor.

Pestilence
I can't say that I find MonoDevelop smoother or lighter than Eclipse :)
Pascal Thivent
cool, will look into them. Thanks
monmonja