It's no IDE but I'm very happy with using gedit (the default texteditor on Ubuntu) and plain Makefiles or directly g++ from the commandline.
- Gives me full control
Good IDEs allow you to type/edit command line and use makefiles
The commandline allows me to do that as well. you regain the time you pay on startup on project management
No, I don't.
@JoR: This isn't a conversation about you using an IDE vs other tools. This was a question asked by the OP about what IDE we'd suggest for him.
The link provided at the top, or an article I wrote a few years ago is definitely still valid.
You can do most things an IDE offers manually by using a command line and a text editor, but this is often times slower and more prone to human error. This is fine if the projects you are working on consist of only a few small files, but larger more complex projects benefit greatly from using an IDE.
IDE's offer: quick compilation, code-assist, source-control integration, multiple-projects into a single solution/workspace, quick and easy configuration of the build environment, code generation.
Zaita, do we discuss the question if IDE's are suprerior to other tools now or not?
If we don't, what does you post add to the topic then?
Otherwise, I can just say that still disagree with your and Bazzys statements and encourage everyone to make his or her own experiences with AND without using an IDE.
I have just posted a Linux Vim programmers aid at Vim Online called Vimake which acts like an IDE in that you can compile most popular programming languages such as C/C++ Objective-C Nasm Gas(as) ect at the touch of a button. You could give it a try.