PencilCode / pencilcode

An online IDE for kids: pencilcode.net.
http://dev.pencilcode.net/
MIT License
167 stars 100 forks source link

When p5.js is active, the block palette should reflect it. #189

Open davidbau opened 9 years ago

davidbau commented 9 years ago

p5.js is awesome, and it runs fine in pencil code. However, our block palette does not currently respond to the various different library selections in the gear menu.

In particular, when you select p5.js, it should change the palette to show the most commonly-used p5 commands, and it should change the droplet known-function settings to reflect the entire p5 API.

This would be a good start at making the palette generic for arbitrary libraries.