Default Settings for Textmate

In an attempt to get Textmate 2.0-alpha.9495 for showing hidden files, I managed to screw it so that only folders and files were displayed in the project view.

  • How can I reset the default settings? or
  • What should be the default setting for Exclude file association?

thanks

+4
source share
1 answer

Default reset

According to the Github wiki project ( https://github.com/textmate/textmate/wiki/Reverting-To-Defaults ), the following files / folders must be deleted:

~/Library/Application Support/Avian
~/Library/Application Support/TextMate
~/Library/Caches/com.macromates.TextMate/BundlesIndex.binary
~/Library/Caches/com.macromates.TextMate/BundlesIndex.plist (v2.0-alpha.9465 and earlier)
~/Library/Preferences/com.macromates.textmate.plist
~/.tm_properties

, . .tm_properties - , , , .

" "

:

exclude  = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"

:

TextMate.app/Contents/Resources/Default.tmProperties
+2

All Articles