Hi, I have made the following blunder a couple of times. I go to open a file in textMate using File->Open and am in column view. I accidentally double click on the folder instead of single clicking. In list view or icon view this would just open the folder and go to the next level. In column view this actually opens the folder in textMate. If you are unfortunate enough to do this at low enough a level, textMate will then start scanning the entire folder hierarchy.
I seem to remember seeing a command that would stop this process. I searched the archives of the list, but apparently I didn't on the right word choices.
BTW. Part of the beauty of textMate is that it doesn't protect you from such blunders. My chain saw expects me to know not to run it while the chain is directed at my own leg. If I put a guard on the chain, it would make the tool REALLY hard to use.
Currently I just force quit textMate and start over. I just wonder if there is a better way.
Have a great day.
On Thu, Aug 20, 2009 at 5:26 PM, brad tittlebrad.tittle@trainnow.net wrote:
I have made the following blunder a couple of times. I go to open a file in textMate using File->Open and am in column view. I accidentally double click on the folder instead of single clicking. In list view or icon view this would just open the folder and go to the next level. In column view this actually opens the folder in textMate. If you are unfortunate enough to do this at low enough a level, textMate will then start scanning the entire folder hierarchy. I seem to remember seeing a command that would stop this process. I searched the archives of the list, but apparently I didn't on the right word choices.
[snip]
Currently I just force quit textMate and start over. I just wonder if there is a better way.
You've probably seen someone suggest `killall TextMate` or something like the following
kill `ps aux | grep TextMate | grep -v grep | awk '{ print $2 }'`
Which are just the cli way of issuing a force-quit basically.
C --- Caius Durling caius@caius.name +44 (0) 7960 268 100 http://caius.name/
On 20 Aug 2009, at 18:26, brad tittle wrote:
[…] I seem to remember seeing a command that would stop this process. I searched the archives of the list, but apparently I didn't on the right word choices.
Sorry, no way to abort this.
BTW. Part of the beauty of textMate is that it doesn't protect you from such blunders. My chain saw expects me to know not to run it while the chain is directed at my own leg. If I put a guard on the chain, it would make the tool REALLY hard to use.
Well, I am trying to handle the various “don’t do that” noticable better in the future :)