Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: GitHub noreply@github.com Date: Mon, 02 Jan 2023 09:22:41 UTC Commit: e721ef9ff7f277be78de5aab6acbc8456fc00bf5 https://github.com/geany/www.geany.org/commit/e721ef9ff7f277be78de5aab6acbc8...
Log Message: ----------- Merge pull request #46 from eht16/issue45_plugins_doc_improvements
Document in which languages plugins can be written
Modified Paths: -------------- page_content/support/plugins.md
Modified: page_content/support/plugins.md 13 lines changed, 12 insertions(+), 1 deletions(-) =================================================================== @@ -28,7 +28,18 @@ If you wrote a plugin and it should be listed here, please email the project adm
### Developer Information
-The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information. The generated API documentation can also be viewed online at https://www.geany.org/manual/reference/. In case of any questions, feel free to ask us on the mailing list. +The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information. + +Currently, Geany Plugins can be written in: +- C +- in Lua using the [GeanyLua plugin][2] +- in Python and Lua when using the [Peasy plugin][3] + +The generated API documentation can also be viewed online at https://www.geany.org/manual/reference/. + +In case of any questions, feel free to ask us on the mailing list.
[1]: https://raw.github.com/geany/geany/master/HACKING + [2]: https://plugins.geany.org/geanylua/geanylua-index.html + [3]: https://github.com/kugel-/peasy
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).