Hi,
Geany 0.12 has been released.
There have been many changes since Geany 0.11. An almost complete list can be found on http://geany.uvena.de/Documentation/ReleaseNotes.
Beside many improvements, new features and bug fixes we added a plugin interface so users can use plugins to get more features into Geany and other developers can easily add new features and/or improve existing ones. Unfortunately, there is no plugin documentation yet but interested developers can use the included demoplugin to get started. If there are any questions, remarks or the need for any function to be added to the API, just mail on the mailing list. Geany 0.12 comes with three internal plugins: classbuilder, htmlchars and export.
There is already an external plugin, too. Jeff Pohlmeyer wrote a Lua plugin with that you can use simple Lua scripts in Geany and has already a nice list of sample scripts. The plugin can be found on http://yetanothergeek.justfree.com/geanylua/ (unfortunately currently you need GTK 2.10 to get it to compile but I guess Jeff will fix it soon).
We want to thank all the translators who updated and added their translations as well as the many contributors for this release. Thank you!
All downloads can be found as usual on http://geany.uvena.de/ http://files.uvena.de/geany/ or https://sourceforge.net/project/showfiles.php?group_id=153444
Please note the full installer for Windows (geany-0.12_setup.exe) can only be used on Windows 2000 or newer. Windows 98 users should use the small installer or the zip file together with a GTK 2.6 runtime environment (available on http://gimp-win.sourceforge.net/stable.html).
Happy coding, Enrico
On Wed, 10 Oct 2007 18:13:06 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
Hi,
Geany 0.12 has been released.
Gratz for next release on route to global domination! Thanks again for your work, both developers and contributors.
Happy coding, Enrico
On 10/10/07 17:13:06, Enrico Tröger wrote:
Unfortunately, there is no plugin documentation yet but interested developers can use the included demoplugin to get started.
Developers should also check the HACKING file. There is some information about plugin symbols used by Geany in src/plugindata.h, which also contains the API data types and function pointers.
Regards, Nick