Hi
I'm looking for a GUI Linux IDE.
Specs:
- simple and fool proof. normal look & feel
- full as-you-type indentation in most languages
- a compile+run button, a debugger, auto-refactoring for C++
- basic unintrusive support for common buildsystems - straight make, cmake, qmake, autotools
- smooth workflow. proper keyboard support, no jarring transitions between debugging/coding modes, etc
What i've tried:
- KDevelop is bloated and buggy, makes it difficult to even transfer projects between machines etc
- jEdit is ugly, feature poor and it's difficult to find things. but it does indentation well.
- Anjuta, Geany and a bunch of other micro-IDEs for GNOME fail at indentation and misc features
- Code::Blocks only does C++, it's pretty complex and it can be hard to get things working with libs etc
- vi and e-macs are nice but I'm not taking the time to learn them right now, and I want something coworkers can use as well
- NetBeans has a terrible Swing look, weird code editor. also it's pretty slow and seems complicated. great features though.
- Eclipse. pretty huge and complex, I don't like the UI. I feel like I can't do anything without a tutorial
Presently I use KDevelop for work and gedit+terminal for hobby dev, but wanted to see if I'm missing out.