Roland Marchand
Roland Marchand
Hello Brad, I was working on hiding game messages during screenshots, but another issue is annoying me even more. When taking screenshots in quick succession (as one would in a...
This PR builds upon and finalizes the work done in [godotengine/godot/pull/55835](https://github.com/godotengine/godot/pull/55835). This PR introduces a GDScript formatter in Godot's script editor. Users can access it through Edit/Format Code, Alt+Shift+F, or...
Some GNU Bash/Readline shortcuts are not implemented in LibLine as of the latest commit c136280891. Missing shortcuts (in order of personal usage): - Alt+b: Back (left) one word - Alt+f:...
I am unable to run doom after compiling it following the instructions in the readme. The program crashed on startup. This was the output: ``` [INFO engine::context] Creating system "tick"......
This pull requests add two licenses I often use in my addons: - [BSD-0](https://opensource.org/license/0bsd) - [BSD-1](https://opensource.org/license/bsd-1-clause)
This PR adds the [Medicated Emacs](https://github.com/RolandMarchand/medicated-emacs) starter kit, a ready-to-use vanilla enhancement meant to keep the true Emacs spirit. Includes the LSP (Eglot, base Emacs), modern completion, QOL, common programming...
This PR adds support for more C++ file extensions: - .C - .CPP - .H - .hxx - .ii They may not be commonly used, but they are widely supported...