Matthew Brush

Results 196 comments of Matthew Brush

I guess that says something like "no rule to make target `all`" or something? Can you try to do this: ``` $ make clean $ make distclean $ ./autogen.sh $...

Do you mind trying to re-checkout from Git again into a new directory and then build from scratch?

`Scintilla_send_message` should probably use Scintilla's typedefs `uptr_t` and `sptr_t` or GLib's `guintptr` and `gintptr` (or std C's `uintptr_t`/`intptr_t`) rather than `glong`/`long`, in order to portably fit a pointer in it.

For the `z` format, I'm not sure if Scintilla handles `NULL` arguments. I've had sometimes feeding bad args to Scintilla and it just crashes. I guess if you tested some...

Are you referring to the GeanyPy plugin itself or plugins written for GeanyPy (in Python)? Is there any weird messages on the terminal when using `geany -v` or in `Help->Debug...

I'll investigate the issue more once I have some time, it's probably a bug in the build system. In the meantime, GeanyPy was recently added to [Geany-Plugins](https://github.com/geany/geany-plugins), you could try...

Hi Larry, It looks the functionality is exposed in [Geany's C plugin API](http://www.geany.org/manual/reference/build_8h.html#a5ec9c4862ea49fd4beee93698a444d44), so it should be do able. If you can ping/remind me towards the end of March, I'll...

@olymk2 BTW, a way to expose the keybindings has finally been devised (copying how GeanyLua does it), it's just "a mere matter of programming" now :) I'll update this Issue...

What version of the themes are you using and what version of Geany? It's not the first time I've heard this issue but I cannot reproduce and the only thing...