On 14. Mar 2007, at 23:54, David Eriksson wrote:
Anyone else having trouble when using "Find in project", the app locks-up (beach ball)!?
Yes -- there is a troubleshooting page http://macromates.com/wiki/ Troubleshooting/FindInProject (and things will be improved in the future, but no ETA)
This is obviously due to the projects include binary files. As Borat would have said, But why?
I usually have a bin dir with compiled files without extension.
Without extension, TextMate can’t know if the file is binary or not -- it uses a heuristic, but apparently that fails in your case. Best would be to exclude the folder with the binary files from the project.
One more thing, maybe not related, but "find again" (cmd-G) is sometimes really slow, but that feels like it is an OS X thing that appears after cmd-tabbing between apps quickly and instantly firing a shortcut in the destination-app.. I've found for instance that cmd-tabbing from Safari to Terminal then immediately pressing arrow up a couple of times (for readline history) makes the Terminal crash. After that impossible to force quit. Is it the os x window server / event model that isn't build for 100% speedy keyboard- commando!??
I’ve not heard of this problem. If things are slow after switching app, it could be because you are low on memory, and it has to swap in the switched-to application. But it shouldn’t crash. Is it Terminal or the shell (bash) which crashes?