p5.js-editor
p5.js-editor copied to clipboard
Deprecated desktop editor for p5.js
Here's an example: ``` javascript var weather; function preload() { var url = 'http://api.openweathermap.org/data/2.5/weather?q=London,UK&APPID=XXXXXXX'; weather = loadJSON(url); } function setup() { } ``` No error in the IDE, but I...
Happy to PR this, but I'm not entirely sure how to add in webgl-mode functions in syntax highlighting. Thanks!
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...
- if you try to add or delete a file and index.html has been modified (has *), it will prompt to save before adding or deleting and updating index.html
but size is reset to size of canvas
Some of these might duplicate existing issues and ultimately they should be broken out into separate individual issues, but I'm opening this issue just to track a list of things...
can't scroll the cursor all the way to the right when the console is on the side. when you flip the console to the bottom and then back to the...
The default editor window size extends below the screen of a 12" macbook air or 11" windows laptop. This makes it hard to get to the console pane when it's...
When you auto-format, any whitespace in your line is eliminated, This is annoying if you write comments like this, and like them to be lined up nicely: ``` serial =...
We had a workshop today with heavy use of the p5.js editor and the new serial server. I'm making some notes here as I recall. Some of these issues may...