Files
textmate/Frameworks/buffer/src
Allan Odgaard 11bbd59efb Fix potential deadlock when using ⇧⌘T just after loading new document
Using the NSSpellChecker API while main thread is blocked can result in this exception:

    Dispatch Thread Soft Limit Reached: 64
    (too many dispatch threads blocked in synchronous operations)

Therefor we disable spell checking when we are waiting (on main thread) for buffer refresh.

First noticed with macOS 10.12.
2018-06-11 15:29:43 +02:00
..
2013-08-12 19:32:23 +02:00
2016-10-18 23:06:48 +02:00
2016-08-28 09:17:59 +02:00