martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
0 stars 0 forks source link

"Start Program" executes wrong script when current script has a compile error #6

Closed fjf2002 closed 1 week ago

fjf2002 commented 1 week ago

Usual behaviour: "Start Program" (F4) executes the currently open script file.

But when that has a compile time error, some other existing script will get executed erroneously.

martin-pabst commented 1 week ago

I changed the behaviour: If the file you are currently working on has errors then program is not startable any more.