PDA

View Full Version : IDEs


kreso
November 24th, 2005, 06:38 PM
Are there any other good IDEs for Linux except Anjuta, KDevelop and Eclipse?

bignate
November 25th, 2005, 10:07 PM
For?

kreso
November 26th, 2005, 05:10 PM
C/c++

fct
November 27th, 2005, 08:39 AM
This seems like a nice IDE for C/C++, but unfortunately it's not in the repositories. You'll probably have to compile it yourself.

http://www.codeblocks.org/

kreso
November 28th, 2005, 04:52 PM
tried it, not developed enough :(

gord
November 28th, 2005, 07:01 PM
whats so wrong with Anjuta, Kdevelop and eclipse that you need a new ide?

kreso
November 28th, 2005, 10:26 PM
I don't really. I'm just seeking a possibile alternative.

The problems are following:

KDevelop: Horrible debugger, bad code completion

Anjuta: Great, but buggy

Eclipse: Too darn slow

armchair.skeptic
November 29th, 2005, 05:10 PM
You could try gnat-gps. It's for c, c++, and ada. I was introduced to it on the recomendation from a college prof's web page in the internet, but have as of yet done nothing more than fire it up. The college prof liked the debugger that is now integrated into the IDE.

David Marrs
November 30th, 2005, 08:16 AM
Bluefish can do C/C++ and has built-in access to make, but I don't think it's as fully featured as Anjuta as it's primarily for web development. There's always emacs, of course; the GUI version's quite easy to use.