Using an External Editor in Javascript Mode
in
Processing with Other Languages
•
6 months ago
I understand that the "edit in external editor" option was dropped due to the addition of command line support. I have the builds working properly in "Java" mode now from my external editor, so this is ok.
However, when I'm developing in Javascript mode, the changes in my external editor are not reflected in the Processing IDE window. So my current workflow options before running the Javascript version are to copy the text from my external editor and paste it into the IDE, or, to switch from Javascript mode to Java mode, then back to Javascript, which has the effect of re-loading the content of the IDE.
My question is, is there a way to force the Processing IDE to reload a document in the editor, or some other way to make using an external text editor easier for doing processing.js development.
Thanks,
Justin
1