nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

Stop saving the program when it is launched #216

Closed drasko closed 8 years ago

drasko commented 9 years ago

I have noticed that programs opened in the IDE are regularealy saved, even when we are in the program execution mode.

This transfers unnecessary amount of data when we are already in the middle of sending various data via websocket. It also polutes debugging log.

Please disable saving of files when program is in the execution mode (i.e. PLAY is pressed).