Jonathan Feinberg

Results 54 comments of Jonathan Feinberg

Yep, as I said in my comment 3 days ago, above, Processing's sketch runner exits without calling dispose handlers.

Oh, it's definitely a bug, and one that must be addressed by Processing's developers. I believe @codeanticode is looking into it now.

You might try a ShutdownHook.

Yes, ultimately, the processing developers have to fix the lifecycle bug.

Hi. I'm the author of Python Mode. I don't want any library author to have to worry about the design of Python Mode, _except_ when the library design makes it...

Feel free to add me to this project and assign the bug to me. If you'd prefer not to, I'll create a new bug on my project, and refer to...

Just to make sure I understand, do I simply need to add a platform to this code https://github.com/jdf/processing.py/blob/master/runtime/src/jycessing/mode/export/Exporter.java#L49 ? And then your code will do the rest? Or is there...

Gotcha. When I do get it working, you'll have to call the function on the Editor, and not the Mode. https://github.com/gohai/processing-uploadtopi/blob/master/src/gohai/uploadtopi/UploadToPiTool.java#L311 because https://github.com/jdf/processing.py/blob/master/runtime/src/jycessing/mode/PyEditor.java#L263