Colomban Wendling
Colomban Wendling
> select and write out a particular chunk of code outside to be used elsewhere. You could use the [context action](https://geany.org/manual/#context-actions) with a custom script, but note that this can...
> Looks good _but_ I didn't check if the actual lexer names are correct - but see the related comment in the review. Yeah that's the tricky/boring part. What I...
…and you could check this patch using this: ```bash #!/bin/bash diff -u \
FWIW I have this on Debian GNU/Linux. Normally this is plain GTK (we don't do anything about this on our end), so either there's something missing in our GTK bundle,...
I'm afraid there isn't information to help, as for example I don't know anything about freebasic. Post a complete reproduction scenario, including sources (or links to them), steps to reproduce...
I think the gray strings are a bit hard to read on that brown, but I have no opinion apart that the mentioned bug is indeed bad, and if this...
> At least, Geany should show some warning telling it found a NUL character and it stopped reading. It definitely should. Actually, it's supposed to *not* open the file, and...
@elextr not supporting NULs is one thing, but we should not truncate silently (and we think we don't do that, so if we do there's a problem somewhere).
I had a quick look at what we have for loading, and indeed it's a mess at least in handling NULs. I'll try and have a stab at cleaning it...
A quick look didn't make me understand how we'd use this, but if it is able to catch calls with improper types, that'd be awesome indeed :) There are probably...