Open benfry opened 4 years ago
Well, since Processing is already smart enough to know when I feel like there is an error somewhere and kindly turn off error detection, autofixing shouldn't be a problem.
Hello. I created a pull request for this. Is there a better option for me to link a pull request with an issue?
Thanks for the fix! Holding on this one pending how we decide to resolve https://github.com/processing/processing4/issues/53
In 4.0a2, removed the
frame
field inPApplet
. It's been showing warnings to usesurface
since 2015, but we should provide a warning or even a way to auto-fix code that still uses it.