TextMate Beach Balls
TextMate rules!… until you hit Command+Shift+F and try to do a ‘Find in Project’
It beach balls because it’s searching huge log files. You can fix this by going to Preferences -> Advanced -> Folder References and entering this value for ‘Folder Pattern:
'!.*/(\.[^/]*|log|.svn|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
I just added log and .svn to it (.svn may not be necessary, but I suck at regular expressions and like to err on the safe side). After I did this, my searches became way faster, but the downside (or maybe not such a downside) is that you won’t see the log folder in the project drawer.
[...] Mike Mayo is working on an iPhone app for managing your Slices [...]