Dear LazyWeb,
I'm looking for a usable C++ IDE for Linux and I'm wondering if you've seen one. Before you start giving the normal suggestions (Ecliipse, NetBeans, just-use-vi) let start off by saying that I've tried Eclipse, Netbeans and Code::Blocks and KDevelop several times, and that I normally hack in some combination of vi and emacs. (yes yes, I know I'm supposed to religiously pick one and be rude to the other... consider me a postmodern hacker)
For it to be usable by me, it must be able to:
- Handle the fact that my build is run with autoconf/automake.
- Properly rename a method and have that show up throughout the codebase.
- Properly encapsulate a variable with getter/setting methods.
- Correctly answer the question "where is this method being used"
- Run without consuming all of my RAM and CPU resources.
- Quickly and easily open a new project/branch (I have …