Processing-bot
Processing-bot
*Created by: benfry* As seen in #249, Export to Application was broken in alpha 5 and beta 1. This was after the native code for `JavaApplicationStub` was built on Catalina...
*Created by: matkeane* ## 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 and...
*Created by: benfry* The `warnMixedModes` section of the Processing.g4 grammar was breaking autocomplete. (See https://github.com/processing/processing4/issues/491 for that issue) The commit that caused the breakage is https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466 The temporary workaround is...
*Created by: SableRaf* Currently, it is possible to open and run a `.pdez` or `.pdex` file downloaded from the web without any extra steps. It could be wise to add...
*Created by: alsmithson* - I opened a sketch written by someone else and tried to use the debugger. It would not break on any line. - I reduced the code...
*Created by: Tiger-The-Cat* ## Description Horizontal scrolling (shift+scroll) in Python Mode causes both the horizontal scrollbar and the vertical scroll bar to scroll. ## Expected Behavior Upon horizontal scrolling (holding...
*Created by: PianoMastR64* Since `PMatrix2D` and `PMatrix3D` both have a `print()` method with matching signatures, it would make sense for their common interface `PMatrix` to have this method. Right now...
In GitLab by @Pomax on May 8, 2022, 18:30 ## Description It would be great if Processing didn't need to open a second window if you run it first, then...
*Created by: cacheflowe* This used to work in Processing 3.x, but no longer works in recent Processing 4 versions. Here's a complete sketch. In Processing 3.x and up to 4.0.b2,...
*Created by: @ColdMacaroni* ## Description When running a sketch that uses the P2D or P3D renderer. The WM_CLASS window variable is not set. This makes it difficult (impossible?) to set...