mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
- when continuous error checking is disabled, the sketch is preprocessed on demand - disable whole infrastructure when there are java tabs - error checker now accepts callbacks which run after error check finishes - preprocessed sketch can be no longer obtained directly via public field; ASTGenerator was refactored to allow passing the preprocessed sketch down through the hierarchy (should be refactored later) - rename, go to declaration and show usage now run in background thread