Hi there,
I'm posting here because I don't know if this has to be classified as a bug and/or if someone has a possible solution for me....
Whenever I'm pressing the "filetype" switchbar at the bottom of the screen, TM crashes. The weird part is, it worked allright before. I tried switching to another local user. Textmate didn't crash while at the other users account. I thought it had something todo with the usersettings, so I tried deleting the com.macromates.textmate.plist file from the ~/Preferences folder. To no avail.
Does anyone know what i could try next to get things running smoothly again ?
Thanks in advance,
Max -- http://DLmax.org
On 27/2/2006, at 10:58, Max Westen wrote:
Whenever I'm pressing the "filetype" switchbar at the bottom of the screen, TM crashes. The weird part is, it worked allright before. I tried switching to another local user. [...]
I’ve heard similar once before. It seems to be a font issue, because the PHP language grammar use some unicode symbols, and that apparently can cause a crash (likely when the systems font data is broken and/or a font is lacking).
You can try to remove your font cache (you will likely have to reboot afterwards):
sudo rm -rf /Library/Caches/com.apple.ATS
If this fails, you could go to the Bundle Editor (Window menu) and either disable the PHP bundle (via Filter List…) if you do not work with PHP, or rename the language grammar, if you do need it.