Matthew Brush
Matthew Brush
See https://github.com/geany/geany/commit/1ee35c68cdbef76d4a38bb7e52524c0cb175d1fe
Can you post the code of the plugin being loaded (if any)? Also can you try deleting (or emptying) the file `~/.config/geany/plugins/geanypy/plugins/.loaded_plugins` and see if it still crashes?
Hmm, any chance of trying again with `gdb` or even `valgrind` and using the `-v` argument to Geany? I can't tell what's going on from that backtrace since the calls...
It's probably a conflict with the Zen Coding plugin since both load the Python interpreter and I have doubts whether this would work OK. Eventually I want to port the...
It could be using wrong libpython. I think zencoding plugin only supports the 2.x series of Python. You mentioned in Issue #13 about using Python 3.4m, it should probably be...
Does the scrollbar go underneath the overlay view or does it stop at the place where it's cut off by it? The only things that come to mind are 1)...
On KDE, it looks like this:  @b4n I think it's just another Scintilla next to Geany's main one, except it has the internal Scintilla scrollbars turned off.
I don't use either of those themes very much so I never noticed. It's very easy to change the colours ([see here](https://github.com/codebrainz/geany-themes/blob/master/colorschemes/dark-fruit-salad.conf#L113) for example). If you pick some colours that...
That's all you found? :) I haven't even really touched this since last year, so not too bad :)
Sorry for the long delay. Are the themes auto-generated? If so (or even if not), is it possible to change the `[theme_info]` a bit? It would be nice if the...