Open-STEM / XRPCode

This is the repository for the full Python/Blockly IDE
GNU General Public License v3.0
0 stars 3 forks source link

Should "Execute Code" button save all files? #32

Closed fgrossman closed 1 year ago

fgrossman commented 1 year ago

Should the "Execute Code" button act like the "build" function of other IDEs and save all modified files? Or should it just save the current file that is being Executed?

The reason to save all would be if they are working on a multi file program.

bradamiller commented 1 year ago

I think it has to save all files since they may be doing a multi file program. If we don't save all, then the robot will be out of sync with the editor.