javascript-mode-processing
javascript-mode-processing copied to clipboard
Former ProcessingJS mode (Processing 1.5) that became JavaScript mode (Processing 2.0 beta) that has now been moved out of the Processing IDE.
Hi, the tool of JavaScript Mode is awesome. However, it's not compatible with processing 3.0. Any suggestion? ``` 0.3.3 not compatible ```
I've got a cross-mode sketch which needs a ".java" tab when in "Java Mode". But when trying to change to "JS Mode", it refuses to when non-".pde" files are present!...
keyPressed() and keyReleased() are not triggered unless the canvas is focused, which usually means that they won't work until you click on it. That's because processing.js attaches the listeners to...
See https://github.com/fjenett/javascript-mode-processing/issues/23#issuecomment-99842245
See issue #26 around [here](https://github.com/fjenett/javascript-mode-processing/issues/26#issuecomment-99861511)
Just like Java mode JS mode could import existing .js files from the "data" folder of a sketch. See: issue #8
Here: https://github.com/processing/processing/issues/1963 and here: https://forum.processing.org/topic/using-loadstring-on-txt-file-in-javascript-mode#25080000002282863