Brom Bresenham

Results 5 comments of Brom Bresenham

Thanks @whiteshampoo ! It wasn't quite working for the current version of Godot (4.2-dev2) so I modified it further and published it here: https://github.com/brombres/Godot-MaxSizeContainer

> New default: > > * `MMShareFindPboard` should be NO. - I downvoted. - I don't feel too strongly about it either way. - Agreed that the regex searches we...

Here's a fix. I changed line 679 as follows. OLD: let bufName = bufname(bufFilename) NEW: let bufName = bufname("\\(^\\|\\/\\)".bufFilename) Description of the fix for anyone interested: `bufname()` is a built-in...

RE: maintainer - yeah, I found your repo via a comment on the original repo. I've been using Vi(m) for 34 years and yet `a.vim` is one of only two...

It seems you're hoping for a language that can generate Windows executables without needing Visual Studio. Rogue cross-compiles to C (or C++ or ObjC), so the question becomes: are there...