On Sat, Jan 24, 2009 at 10:42 AM, Simon Eugster <[email protected]> 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-+ ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
