我现在正在寻找用于非 Qt 编程工作的Qt-Creater的替代品。不幸的是,我真的习惯了它强大的自动完成功能,这是迄今为止我在任何其他轻量级开源编辑器中都找不到的。(Qt-Creater 不仅启用关键字的自动完成,而且显示所有可能的函数,成员变量,定义,......在一个上键下键可选的菜单列表中)
So far I tried Editra, Redcar, gedit, scribes, codelite, geany, SciTE. Most of them just got a very simple version of code completion, which won't show me the arguments of a function, but just put the rest of the word into it (most of the time the first match of a list of possible items cvm::r* could be cvm::rmatrix but also cvm::rvector). I am neither the emacs nor vim "patriot". Eclipse would fit, except for it being a total overkill (for me, at least atm).
So my question: Is there a text editor which supports Code-highlighting and code-completion (in a smart manner)? (Preferably under GPLv2/GPLv3/LGPL/MIT/...)
Edit: target is Linux (exclusivly)
regards