-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Rework changes in processing.mode.java to realign with previous features/clear up current behavior #10
Comments
Created by: benfry This was originally titled “untangle |
Created by: benfry With #70 I've started to move things around a bit inside Java Mode. So far:
The main package is now enormous, and needs to be cleaned up further. Thinking out loud, the general direction for additional changes I plan to make here:
|
Created by: benfry The reason for this shift was also based on an experiment with switching to |
Created by: benfry
The changes to break out
getCoreImports()
and others will likely have trashed Android Mode pretty badly; as these were public methods that are overridden by subclasses like Android Mode. That's why they weren'tstatic
in the first place, and they were given a single point where they could be overridden.The text was updated successfully, but these errors were encountered: