Hello,
I experience the following problem with latest Textmate build: When I open a large js file (400KB minified, so extremely dense syntax), Textmate starts using lots of CPU. I assume this is the syntax highlighting at work. Understandable. Problem is, when I close the tab with cmd-w, the processing doesn't stop. In fact, while I'm able to interact with textmate (say - cmd-w to close a tab), Textmate won't quit normally when I choose quit. I need to force quit.
Meryn
On 23 Mar 2013, at 19:10, Meryn Stol wrote:
[…] Textmate won't quit normally when I choose quit. I need to force quit.
Presently TextMate will wait for most threads to finish before it (fully) terminates, and it sounds like you have a thread still running doing syntax highlight.
This can be verified by looking at the spin report, see http://kb.textmate.org/writing_bug_reports#crashes-or-hangs
This behavior may change as part of some unscheduled refactoring, but for now this is just how things work.