eclipse / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
79 stars 54 forks source link

fix: BadLocationExceptions in Colorizer event processing. #726

Closed andrewL-avlq closed 4 months ago

andrewL-avlq commented 4 months ago

The Colorizer should only process events for the document currently present in the viewer. This prevents BadLocationExceptions occurring when the content of the viewer changes rapidly.

What does this PR do?

sebthom commented 4 months ago

Nice, thanks!!