Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

Undo can undo file load #35

Open rlalance opened 11 years ago

rlalance commented 11 years ago

It is currently possible to do undo right after loading a file. This will cause the code to disappear from the editor. This could potentially be a problem if the use hit SAVE right away since closing the file will see the file as been modified.