We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... at least when running 2.7.0 directly from Processing under Ubuntu 22.04.
Editor suggests importing the classes directly which solves it.
import processing.data.JSONObject; import processing.core.PImage; import java.io.File;
Are they not explicitly imported because they are included from somewhere else under different circumstances?
The text was updated successfully, but these errors were encountered:
Hm… I don't have that problem in the latest IDE on macOS. Which version of Processing are you running?
In any case, I'd certainly welcome a pull-request. The imports certainly don't break anything :)
Sorry, something went wrong.
sebastian-jansson
No branches or pull requests
... at least when running 2.7.0 directly from Processing under Ubuntu 22.04.
Editor suggests importing the classes directly which solves it.
Are they not explicitly imported because they are included from somewhere else under different circumstances?
The text was updated successfully, but these errors were encountered: