Comment 3 for bug 828711

Revision history for this message
proycon (proycon) wrote :

I've been working in scribes ever since my previous post, and I like it a lot! I could however no longer live without a C++ symbol browser, as it's too much of a hassle to find my functions and classes without one. I didn't want to sacrifice my minimalism and switch back to geany either, so I took it upon myself to implement a simple C++ symbol browser for scribes, using exuberant-ctags to do the actual C++ source parsing. It was hacked together rather quickly so you may want to adjust it a bit (remove hard-coded /tmp paths etc). I've send the patch to you using bzr, as it may perhaps be useful for others interested in such a feature. Expanding it to other languages (providing ctags supports it), should be fairly trivial. It does introduce a third-party dependency though (exuberant-ctags).