inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.36k stars 289 forks source link

Switch off syntax- and error checking for performance reasons #505

Open diovudau opened 3 months ago

diovudau commented 3 months ago

I am using Inky in school as a teacher. Our computers are not super slow, but they are underperforming when it comes to inky. The problem is that there is apparently an error check after every change and keystroke. Error checking is good and useful, but it would be nice to turn the automatic checks off in a menu to save some CPU cycles.

Thank you for your consideration!