mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
JavaMode visits all tabs on sketch load to extract breakpoints, so doc is always set (except when running Tweak mode; it sets docs to null to force reload). Other modes have null docs until the tabs are visited manually. Fixes #4555