Then, I got a compiler warning which might or might not be new but still worth to look at:

[…]

It's actually not an issue (the buffer is taken the line before), but probably worth silencing.

When trying to paste some file, Geany crashes for me when it is executed natively. I don't know yet why this happens and I didn't manage it yet to debug it with gdb. This might be related to my system where I use some firewall rules to block unwanted internet access from Windows and also have proxy connections configured and after all, it is Windows 7.

That's pretty bad :) I'd be nice to have more info, and possibly whether it's new or not.

When I start Geany from within the MSYS2 environment, pasting some file works to some extend, at least no crash :). But the response look weird: […] The link below "\1" is actually also "\1".

The response_str in pastebin_parse_response is "https://www.geany.org/p/6vzVo" which is correct. So there seems to be a problem with parsing the URL. I don't know if this related to these changes or not.

This is weird, don't you have old leftover configuration for the plugin? This should only happen if your configuration has a [parse] section with an incorrect replace (if there are none, it would then use the default \1), e.g. one referencing a missing group in the search pattern.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1342/c2113534651@github.com>