cardillan / mindcode

A high level language for Mindustry Logic (mlog) and Mindustry Schematics.
http://mindcode.herokuapp.com/
MIT License
87 stars 13 forks source link

Asynchronous compilation in the web application #162

Open cardillan opened 1 month ago

cardillan commented 1 month ago

Update the web app to execute all compilation actions asynchronously (using AJAX or similar technology). Display some indicator while the compilation is running.

The most important benefit would be that compiling the source code would reset neither the position, nor the undo buffer in the source code text area.