One annoying issue I have with the projects panel is every time I click on a binary, textmate tries to display a text version of it...if it happens to be a large zip, textmate sometimes crashes.
Is there some way to avoid this, outside of removing all binaries from your project panel?
[f] www.flickr.com/photos/bitstream [c] 416.668.0034 [w] www.bitstream.ca -------------------------------------------- "...all improvisation is life in search of a style." - Bruce Mau,'LifeStyle'
On 21.03.2009, at 18:25, ruserius@mac.com wrote:
One annoying issue I have with the projects panel is every time I click on a binary, textmate tries to display a text version of it...if it happens to be a large zip, textmate sometimes crashes.
Is there some way to avoid this, outside of removing all binaries from your project panel?
Maybe these things could help:
- to treat an extension as binary do a right-click on e.g. a foo.zip and select 'Treat Files with "*.zip" Extension as Binary'
or
- select the root of your project, press ⌘+I, and insert in the text field 'File Patterns' under 'Recursively Include Contents Matching': !.zip (do not show files with the extension 'zip') [to do it globally you also can change the regexp under TextMates' preferences > Advanced > Folder References > File Pattern]
--Hans