New Plugins: Snout and SnoutKick
Submitted by Thursday, 3 January, 2008 - 09:56
on
Hi all, this is my first contribution to the JEdit community and comes in the form of 2 plugins that I created to make my everyday coding experience and work much easier.
The first plugin is called Snout and provides a GUI for ctags that can index your source files and creates a hashtable of the results for quick and efficient searching (usually less than a second for a 16mb ctags index file).
The second plugin is called SnoutKick and is a sidebar GUI for ctags that provides a sorted symbol list for the current buffer. The symbol nearest to the caret is highlighted so that you can easily work out which function you are editing etc..
Both these plugins style their colours based on the global JEdit style and blend in nicely with the environment. You can find them on my website at http://www.finalfury.co.uk/jedit.html
I hope that they prove useful to someone. Remember that you'll need to install ctags for these plugins to work.
Chris.
The first plugin is called Snout and provides a GUI for ctags that can index your source files and creates a hashtable of the results for quick and efficient searching (usually less than a second for a 16mb ctags index file).
The second plugin is called SnoutKick and is a sidebar GUI for ctags that provides a sorted symbol list for the current buffer. The symbol nearest to the caret is highlighted so that you can easily work out which function you are editing etc..
Both these plugins style their colours based on the global JEdit style and blend in nicely with the environment. You can find them on my website at http://www.finalfury.co.uk/jedit.html
I hope that they prove useful to someone. Remember that you'll need to install ctags for these plugins to work.
Chris.