Hi,
On Sat, 8 Aug 2009 11:06:15 +0200 Cédric Tabin tabin.cedric@gmail.com wrote:
As you can see in the PrettyPrinting.c file, there is some constants for the pretty-printing that I want to externalize. Ideally if the user can set his choices into the Preferences Panel, that would be great :-)
Adding this to Geany's configuration menu will be tricky and is not the way it should be done. But you can add a dialog to plugin-manager, called by the preferences button. For doing this you need tio implement a plugin_configure() function. You can find a lot examples inside geany-plugins svn at described on http://plugins.geany.org/geany-plugins/
Regards, Frank