Matthew Brush

Results 196 comments of Matthew Brush

Slightly related: #2602

Might be a bug where the preview updates before the document is loaded and doesn't update after it loaded. If you can reproduce, can you check what the filetype shown...

> Don't forget to document it in the manual. I wouldn't block this PR on docs, I don't think the other items in this menu are documented anyway, and all...

I'll test and merge this in a week or so, if nobody objects. @SavSanta don't hesitate to remind me if I forget.

> Thanks for the assistance. This was my a learning experience ...esp with C which Im still 'meh' at. Cheers np. You seem to grok the GTK part, and it...

@eht16 I was initially going to suggest making this a plugin - being unaware of the addons feature - but: * It's a very small, simple and common feature that...

@xomrk can you try something like: ``` bash $ gdb --args geany -v ``` And paste the output here. For more info [see here](http://www.geany.org/Support/Bugs). If your distro has a debug...

@xomrk does it give any more output if at GDB console when it sends SIGSEGV, if you type `bt`, like: ``` Program received signal SIGSEGV, Segmentation fault. 0xa9103a93 in ??...

@mckaygerhard are you asking about the bug this issue is about (Geany crashing with Webhelper plugin), or the status of the unrelated Markdown plugin changes to support newer webkit, to...

@mckaygerhard in #677 was a PR to update Webhelper and Markdown plugins' Webkit, I took the changes from it in #746 and it got merged. #677 was merged but then...