garyhodgson / openscad.net

OpenSCAD.net is a partial port of OpenSCAD for the web. Powered by OpenJsCad, it uses the familiar OpenSCAD syntax to allow many OpenSCAD models to be rendered, and saved as STL, via the browser.
https://garyhodgson.github.io/openscad.net/
51 stars 8 forks source link

Clarify/make consistent auto-save functionality #5

Open garyhodgson opened 11 years ago

garyhodgson commented 11 years ago

Currently the editor contents are saved in localstorage after every change, and if the content is saved into dropbox the associated path and filename is also remembered. Both are restored on page reload. However, if the content is then changed in another session/browser the original cache is potentially out of date, leading to confusion or unintended overwrites.