[gedit-list] Class Browser Plugin
- From: Frederic Back <fredericback gmail com>
- To: gedit-list gnome org
- Subject: [gedit-list] Class Browser Plugin
- Date: Fri, 17 Nov 2006 11:16:10 +0100
Hello,
I just released a fresh development version of the class browser plugin.
It displays the hierarchy of code elements (tags) in a tree in the side
pane.
Get it here:
http://www.stambouliote.de/projects/gedit_plugins.html
The parsing is done by separate document parsers that specialise on a
mime type. The parsers provide the following:
* A treemodel containing whatever they like
* A cellrenderer to render a row in the treemodel
* A menu extension to extend the context menu
Currently two code parsers are included:
* A parser based on ctags exuberant
* A parser for python code
I think I'll add an html parser next, since ctags doesn't parse html.
Also, if someone knows a good library to parse c/c++ code, please let me
know, since I'm personally fed up with the way ctags reorders the code.
Questions and suggestions are absolutely welcome, as usual!
Cheers!
Fred
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]