On Sat, Jan 24, 2009 at 10:42 AM, Simon Eugster <simon.eu at gmail.com> wrote: > Hi programmers, > > As you know, I'd like to help in improving kdenlive. I've been programming > in Java with Eclipse. Now I certainly could take eclipse too for kdenlive, > but it feels a little too ?heavy? (slow start etc.). > > Which IDE do you prefer for writing C++? > > I read the code with Geany until now, but it is very hard to find out where > some included functions come from.
kdevelop supports ctags, which you must tell it to generate after importing the source as a project. After it is generated, you can right-click a symbol and jump to its declaration or definition. -- +-DRD-+
