1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
=====
Utils
=====
.. contents::
About
=====
This is not a plugin but a common shared lib providing utility function
for re-use by geany plugins.
Known issues
============
None.
License
=======
The utils lib is distributed under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version. A copy
of this license can be found in the file COPYING included with the source
code of this program.
Downloads
=========
The utils lib is part of the combined Geany Plugins release.
For more information and downloads, please visit
http://plugins.geany.org/geany-plugins/
Development Code
================
Get the code from::
git clone https://github.com/geany/geany-plugins.git
Ideas, questions, patches and bug reports
=========================================
Please post any ideas, feature requests, questions and bugs in the
github issue tracker.
|