| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…hread tokenizer thread runs asynchronously to modifications to the document, so it is expected that the colorizer may throw BadLocationExceptions, and there is no need to log these
|
Thanks! |
Sorry, something went wrong.
…tegy A document may be modified concurrently by multiple threads. This can cause `BadLocationException`s, which should not be logged unless the log trace is enabled for the LanguageServerPlugin. Follows a similar pattern to: eclipse-tm4e/tm4e#888
…tegy A document may be modified concurrently by multiple threads. This can cause `BadLocationException`s, which should not be logged unless the log trace is enabled for the LanguageServerPlugin. Follows a similar pattern to: eclipse-tm4e/tm4e#888
…tegy A document may be modified concurrently by multiple threads. This can cause `BadLocationException`s, which should not be logged unless the log trace is enabled for the LanguageServerPlugin. Follows a similar pattern to: eclipse-tm4e/tm4e#888
…tegy A document may be modified concurrently by multiple threads. This can cause `BadLocationException`s, which should not be logged unless the log trace is enabled for the LanguageServerPlugin. Follows a similar pattern to: eclipse-tm4e/tm4e#888
| Back | FazBrowse Home | New Git URL |
tokenizer thread runs asynchronously to modifications to the document, so it is expected that the colorizer may throw BadLocationExceptions, and there is no need to log these