[gedit-list] Source Code Browser (class browser) for Gedit 3



Hey folks,

I just switched to Gedit 3 this week and I couldn't live without my source code browser plugin, so I re-wrote it in Python for Gedit 3. I just made the first commit to github:�https://github.com/Quixotix/gedit-source-code-browser

It uses ctags, as you would imagine, and builds a tree in the side panel of source code symbols (functions, classes, etc.). Clicking on one will jump to that symbol in the open document. I'm still new to the PyGI changes and GTK+ 3 so there could potentially be some issues in there but we won't know until we try it.

Cheers,

- Micah






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]