Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.

Results 106 Processing.py-Bugs issues
Sort by recently updated
recently updated
newest added
trafficstars

It can't display runtime errors, so if my code stops, I can't know what error happens when it runs.

Win 11 home. Processing 4.3. I just tried a very simple code: ``` def setup(): size(640, 360, P3D) fill(204) def draw(): lights() background(0) ``` But I got the following output:...

make a variable x and then in the draw function x = x + 1 and the program does not run

If you input something like this in the IDE, the script will halt with a misleading error message about a missing parenthesis: ``` metsäkanat = 2000 print(metsäkanat) ``` Additionally, if...

When you enter the correct code, there's no error, but there's no popover,