FabMo-Engine
FabMo-Engine copied to clipboard
Infinite sbp loop confuses previewer
This file for example: start: mx, 1 mx, 0 goto start
The previewer will just keep loading forever. Does not lock up fabmo or anything, but it is bad UX. Maybe if no END command is found in the file we present a dialog that says "No end found, potential infinite loop" or something like that.
Lets add a "This is taking a long time, quit?" notification.
Let's add a time out or an iteration counter and quit.