Created by: mythicaleinhorn
Description
When the name of a sketch folder contains a hyphen, Processing doesn't recognize the methods of PApplet like draw(), background(), etc.
The sketch will compile and run without any problems anyway.
Steps to Reproduce
- Create a sketch in a folder with a name containing a hyphen
- A
sketch.properties file is created pointing to the main file (which can't have a hyphen in it, Processing will refuse to start in that case)
- Processing won't recognize the methods of
PApplet anymore (draw(), background(), etc.)
Your Environment
- Processing version: 4.1.1
- Operating System and OS version: TUXEDO OS 1 (KDE Plasma) / Windows 11
- Other information: This problem exists since 4.1.0
Created by: mythicaleinhorn
Description
When the name of a sketch folder contains a hyphen, Processing doesn't recognize the methods of
PAppletlikedraw(),background(), etc.The sketch will compile and run without any problems anyway.
Steps to Reproduce
sketch.propertiesfile is created pointing to the main file (which can't have a hyphen in it, Processing will refuse to start in that case)PAppletanymore (draw(),background(), etc.)Your Environment