Asked about this in the gm kitchen discord, But for completeness submitting official FR.
This is an improved fork of ImGuiColorTextEdit which fixes many bugs from the original repo.
Apparently madX branch is the most up to date which also adds supports for window's on screen keyboard? unsure what all has been effected.
Would be ideal to have access to this in the extension for use with projects like GMLive, Catspeak, GMLspeak, and GMLC. Syntax highlighting could be handled by either GMLC (work in progress) or gml_tring. Or conversely a lighter weight use of the highlight js by Orca or support for GML syntax highlighter by YellowAfterLife
Hopefully this provides enough references. But as long as we have a reasonable code editor with some entry point for highlighting, at least we will have some entry point to further develop something better.
Asked about this in the gm kitchen discord, But for completeness submitting official FR.
ImTextEdit
This is an improved fork of ImGuiColorTextEdit which fixes many bugs from the original repo.
Apparently
madXbranch is the most up to date which also adds supports for window's on screen keyboard? unsure what all has been effected.Would be ideal to have access to this in the extension for use with projects like GMLive, Catspeak, GMLspeak, and GMLC. Syntax highlighting could be handled by either GMLC (work in progress) or gml_tring. Or conversely a lighter weight use of the highlight js by Orca or support for GML syntax highlighter by YellowAfterLife
Hopefully this provides enough references. But as long as we have a reasonable code editor with some entry point for highlighting, at least we will have some entry point to further develop something better.