geanypy
geanypy copied to clipboard
Python bindings for the Geany plugin API.
On developing a plugin it would be quiet useful to complete unload and load a given plugin instead of restarting Geany complete.
When Geanypy is closed the Python console is not removed and when focussed crashes Geany. It appears that closing Geanypy does not close the running Python plugins.
sounds like a change in gtk api perhaps ? ``` geanypy-uiutils.c: In function 'UiUtils_combo_box_add_to_history': geanypy-uiutils.c:126:26: error: 'GTK_TYPE_COMBO_BOX_ENTRY' undeclared (first use in this function) GOB_TYPE_CHECK(widget, GTK_TYPE_COMBO_BOX_ENTRY, 1); ^ geanypy-uiutils.c:17:44: note: in...
- Enable the plugin - Close geany - Open geany - Plugin is disabled Which means it has to be re-enabled everytime :/ Geany 1.23.1 on Debian sid
http://www.geany.org/manual/reference/build_8h.html Would be nice if we could modify the build menu and the commands that get run, this would mean for example if you write a project plugin you could...
On Windows 7, geanypy only works if I 'hide' %windir%\ SysWOW64\intl.dll (so forcing the GTK version to be taken?) I have bracketed the following because its probably my own fault...
geanypy try to compile in debian squeeze and wheezy and it generates the same error: .... CC geanypy_la-geanypy-signalmanager.lo CC geanypy_la-geanypy-templates.lo CC geanypy_la-geanypy-uiutils.lo CCLD geanypy.la make[2]: se sale del directorio `/root/src/geanypy/src'...
Got this error on gdb and bt Program received signal SIGSEGV, Segmentation fault. 0x00007fffe8a1a565 in PyObject_GetAttrString () from /usr/lib/libpython2.7.so.1.0 (gdb) bt #0 0x00007fffe8a1a565 in PyObject_GetAttrString () from /usr/lib/libpython2.7.so.1.0 #1 0x00007fffe8a1a8b6...