Hey folks,
here is a new plugin: Addons 0.1.
It's more or less just a container plugin which contains various small additions which are not worth creating a new plugin for but also too good to not have them :).
Currently it consists of the following components:
- DocList: This addon places a new item in the toolbar and when clicked offers a menu listing all open files plus the 'Close All' and 'Close Other Documents' menu items. This can be useful to quickly access open files and switch to them.
- OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when the word under the cursor looks like a URI. 'Open URI' uses the browser command configured in Geany to open it.
- Tasks: The tasks plugin goes through a file being edited and picks out lines with "TODO" or "FIXME" in them. It collects the text after those words and puts them in a new "Tasks" tab in the message window. Clicking on a task in that tab takes you to the line in the file where the task was defined.
Thanks to Bert Vermuelen who wrote the Tasks component, great job.
Other developers are welcome to contribute little additions to this plugin in case they don't want to create a separate plugin for. Just drop me a mail.
Requirements: Geany 0.16 :).
All details and downloads can be found on http://plugins.geany.org/addons/
Direct download link: http://plugins.geany.org/addons/addons-0.1.tar.bz2
Regards, Enrico