Warn users or provide auto-fix when `frame` is used in a sketch
benfry opened this issue · 3 comments
benfry commented
In 4.0a2, removed the frame field in PApplet. It's been showing warnings to use surface since 2015, but we should provide a warning or even a way to auto-fix code that still uses it.
PoolloverNathan commented
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.
urbanskimichal commented
Hello.
I created a pull request for this.
Is there a better option for me to link a pull request with an issue?