Face
Face
It would be entirely possible, but I don't think it's worth the time investment to create it. If you wish, you can download the source code, download Godot, and modify...
You can do it by downloading the source code, Godot, and modifying the `CodeEdit` node's properties in the inspector to use `spaces` instead of `tabs`. There's no other way
Indentation is blurry because of the way Godot handles the icons (they're built-in non-SVGs, I believe) The icons are invalid because... reasons. We've had many people report this yet we...
There's a pre-built executable in the Release tab of the repository. If you wish to install it from source, you'll also need Godot and hit the "Import" button when starting...
I can confirm I've also experienced that issue. I believe it comes from the fact that the font is rendering at X4 quality.
I'll go through all the pull requests when I'll have time and create a release, for now this pull request will remain here
> +1 please. i want to use it for work when a share screen to coworkers. Issue #1 provides some insight on how to get the project up and running...
Unfortunately GriddyCode uses the **Latest** *(v4.2)* Godot version, and wayland support is added in *Godot v4.3 dev 3*. We may eventually support Wayland when Godot v4.3 rolls out
I don't see how that would be possible without modifying the GoDot engine's source code, as `highlight_region` is the only method remotely close to RegEx. I would love to be...
Yes, the RegEx resource exists in Godot, however the CodeEdit node can only highlight using keywords and regions - no "from index 3 to index 7, color red" Which, again,...