Hi.. I've been finding a lot of these temp files lying around here and there.. Is there anyway to have the editor remove them afterwards a file is closed? Currently (at least as of version 1.1b17 (513)) this isn't the case and I find that I've got just tons of these files lying around.. I'll assume this is a bug, but it would be nice to get fixed if it's still outstanding..
Thanks!
-- Rick
On 23/10/2005, at 20.23, Rick Flower wrote:
Hi.. I've been finding a lot of these temp files lying around here and there..
Could you be more specific?
Are you speaking of the ._«filename» meta data files (on non HFS+ filesystems) as mentioned e.g. here: http://lists.macromates.com/ pipermail/textmate/2005-October/006212.html ?
You can disable meta data by running: defaults write OakDocumentDisableFSMetaData 1
Of course then it no longer remember caret position, folding states, and bookmarks…
Allan Odgaard wrote:
Are you speaking of the ._«filename» meta data files (on non HFS+ filesystems) as mentioned e.g. here: http://lists.macromates.com/pipermail/textmate/2005-October/006212.html ?
Correct.. I guess I forgot to mention their names.. Sorry.. I was referring to the ._filename files.. My development machine is via an SMB mount to a Linux box so I guess that doesn't qualify for being HFS+..
You can disable meta data by running: defaults write OakDocumentDisableFSMetaData 1
I tried and got the following :
defaults write OakDocumentDisableFSMetaData 1
2005-10-23 16:09:32.595 defaults[263] Rep argument is not a dictionary Defaults have not been changed.
Of course then it no longer remember caret position, folding states, and bookmarks…
Not a problem as I'm not current using any of those features..
-- Rick
On Oct 23, 2005, at 6:11 PM, Rick Flower wrote:
defaults write OakDocumentDisableFSMetaData 1
I think that should have been:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1
That's what your error message is saying, that you did not specify the dictionary (com.macromates.textmate in this case).
Haris