-
In the following sketch, the dispose handler is called when the escape key is pressed, but not when the stop button is pressed.
dispose_bug
``` java
SampleLibrary s;
void setup() {
size(200, 200, …
-
The changes to break out `getCoreImports()` and others will likely have trashed Android Mode pretty badly; as these were public methods that are overridden by subclasses like Android Mode. That's why …
-
Right now we have `include_progress` flag in [get_workflows](https://github.com/reanahub/reana-workflow-controller/blob/536e8d6040020f3efc940ff50dc8bbd745abd574/reana_workflow_controller/rest/workflow…
-
I downloaded Komodo-IDE-12.0.1-91869-macosx-x86_64.dmg and installed Komodo from scratch.
When I launch it under MacOS X Ventura 13.1 all Komodo windows are transparent. Am I the only one having th…
-
I'm a teacher and would love to use Processing in my classes. However, Processing does not support any kind of textual user input on the console right now and therefore I cannot use it :(
It would …
-
In many of the most basic Processing tutorials that I've worked through, drawing is done without setup/draw. This is an example:
https://processing.org/examples/shapeprimitives.html
I've been usin…
-
## Description
Using right-click 'Jump to declaration' menu item causes Processing to lock-up in some sketches.
When selecting a variable or function name in the UI an…
-
Hi @EGjoni,
While updating contributions for the Processing website, I noticed that the links for downloading the library are currently returning 404 errors:
- Download Link: http://giftedappren…
-
# Processing Friendly Errors
We are building out friendly error message rewriting by extending the [PreprocessIssueMessageSimplifier](https://github.com/processing/processing4/blob/main/java/src/proc…
-
When I run the Processing template targeting Java SE-1.8, the
> [javadoc] Constructing Javadoc information...
> [javadoc] Standard Doclet version 10.0.1
> [javadoc] Building tree for all the…