Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn users or provide auto-fix when `frame` is used in a sketch #59
Comments
|
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. |
|
Thanks for the fix! Holding on this one pending how we decide to resolve #53 |
In 4.0a2, removed the
framefield inPApplet. It's been showing warnings to usesurfacesince 2015, but we should provide a warning or even a way to auto-fix code that still uses it.