Processing-bot

Results 42 issues of 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...

help wanted
macos

*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...

help wanted

*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...

help wanted
preprocessor

*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...

has attachment

*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...

help wanted
wontfix
lower priority
pde

*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...

bug
pde

*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...

enhancement
core

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...

bug
help wanted
pde

*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,...

help wanted
opengl

*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...

help wanted
linux