processing / p5.js-editor

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

when does the editor update the p5.js library files? #162

Open shiffman opened 8 years ago

shiffman commented 8 years ago

Apologies if this is already implemented or discussed elsewhere, but a quick search did not reveal. When does the editor update the p5.js library? Does it do this only with new editor releases? Should we have an option to "check for new p5.js library" on a per project basis? Or just for the editor to use when making new projects? We certainly shouldn't override library files in existing projects unless the user asks to. A simple behavior might be to just check each time on launch and ask "do you want to update p5.js?" How can we make this clear to the user that this is different than updating the p5.js editor itself?

vinjn commented 8 years ago

+1

lymanzhang commented 8 years ago

expected change! it really not convenient for to update p5.js manually.

HagelBagel commented 8 years ago

+1

spiricom commented 8 years ago

+1 This caused much confusion while using p5.js to teach.