Am 15.06.2009 00:02, schrieb Enrico Tröger:
Alternatively, maybe some kind of proxy plugin could do the trick: this plugin is loaded by Geany as any other plugin, it provides the necessary symbols Geany expects, and then this plugin provides some interface to various real Python plugins by exporting the Geany API in Python and so this plugin acts as some kind of proxy between Geany and the Python plugins.
But using this (which would be the easiest way to implement the interface) geany wouldn't know about Python plugins (Python plugins registered at that "proxy" plugin).