On 15-03-12 05:58 AM, Justin Rittenhouse wrote:
Looks great! Found a couple of bugs already, though (preferences dialog crashes with error, enabling plugin breaks go-to-line function with error). I filed issues on Git with the errors. I can do more debugging if it would help, just let me know what would be useful.
Cool, I'll investigate in a while. At least two are not really crashes but from an assert() (ie. can be disabled by building with -NDEBUG=1 in CPPFLAGS) that I left in there to try and detect Geany version that doesn't like having its editor Scintilla usurped, although it's not supposed to fire unless you have somehow managed to change the overview bar to go on the left with a non-patched Geany.
Cheers, Matthew Brush