Jules/whoever:
I need to have a comfortable working environment on Linux, similar to my Visual Studio experience. A good editor which works with the mouse, able to browse the files in my project, great debugger with setting breakpoints with the mouse and stepping with the keyboard, inspecting variables without using a command line. A convenient build process where I can go to the error or warning line with a mouse click, etc…
How the heck do you guys do this on Linux? I don’t like modal editors like emacs, vim, joe, blow, whatever. I have tried Qt Creator but there are problems with qmake, it wants to rebuild everything all the time and it just seems like a hack. Eclipse doesn’t really seem like a viable option it is so slow and bloated.
Whats a good solution?