what file contains defaults info?
If I type "defaults read com.apple.TextEdit" into terminal I get some defaults e.g.
NSFixedPitchFont = "Arial-Black";
NSFixedPitchFontSize = 14;
NSFont = "Arial-Black";
NSFontPanelAttributes = "1, 2";
NSFontPanelPreviewHeight = 0;
NSFontSize = 14;
NSNavLastRootDirectory = "~/Desktop";
The only file I can find with com.apple.TextEdit in the name is com.apple.TextEdit.plist but when I open that file it does not contain the above defaults (it may have some but it doesn't have most of them, it's a long file with a lot of code in it). Where are they located?
Thanks