code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Reloading modified imports

Open tom-hoffman opened this issue 3 years ago • 0 comments

When I am developing a program that's divided into multiple modules, after I've made and published changes to a module imported into another, I (think I) have to reload the page on the importing module to refresh to the new version. Or at least I seem to have to sometimes? Maybe caching rules apply.

Regardless, since every time you reload the page you have to consider a warning about unsaved changes, it would be nice to add a Reload modules option under the Pyret or File menus that automatically saves and reloads the modules.

tom-hoffman avatar Oct 10 '22 15:10 tom-hoffman