processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

behavior of save and individual files #181

Open shiffman opened 8 years ago

shiffman commented 8 years ago

The current behavior for save (once a project has been named) is to save only the current file (tab) that is in view. I'm finding that now that I am teaching with the html file open as well as one or two js files, the "single file" saving behavior feels odd and when I hit "save" I expect the entire project to be saved (i.e. all files.)

Am curious if others agree.