We are happy to announce a new release of Geany!
This is a bug fix release following the recent release of Geany 1.37.
On Windows, Geany crashed on startup without an existing configuration file. This release fixes this bug and Geany will startup normally again.
Other operating systems were not affected.
As usual, all downloads can be found on https://www.geany.org/download/releases/.
- Colomban
Is there a mechanism for requesting changes to the plugin API? Other than this list?
I would like to be able to call the function keybindings_check_event which is in keybindings.c
On Sat, 20 Mar 2021 at 13:39, Austin Green austin.green@orcon.net.nz wrote:
Is there a mechanism for requesting changes to the plugin API? Other than this list?
I would like to be able to call the function keybindings_check_event which is in keybindings.c
The way to do it is to make a pull request, but you will have to explain why this is needed. In general adding is tested (ok resisted) because the more thats exported to plugins either the less Geany internals can change, or the more often the plugin API will break.
Cheers Lex
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel