Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: IllegalArgumentException in Colorizer event processing.
The Colorizer should not process stale tokens if they go over the end of the line in the current document. This prevents IllegalArgumentException occurring when the Tokenizer thread runs slow or is delayed relative to the textChanged notification in the reconciler.
- Loading branch information