Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gml_string

GML syntax highlighting for games, websites, and more · By YellowAfterlife

String with new line error.

A topic by tinkerer.red created Dec 23, 2023 Views: 43 Replies: 2
Viewing posts 1 to 2

There is an error when a string reaches the end of a line:
https://gyazo.com/4c63912484d91366b91398be1b751478.mp4

Developer

Fixed this in the new version

I will also warn that this isn’t the best extension to use for a code editor as it cannot update only a part of a string, or do so over multiple course of multiple frames - you’d have to tweak the source code for that.

I was considering it, as the hint takes an exceeding amount of time. I imagine after I finish my text boxes, I will likely start working on improving gml_string and reach out for PR for your private git. Though to be fair, once the text box is working well, i'll likely start over with a full intent of making a code editor which supports collapsing nested functions. Fun side project though.