On 2 Aug 2017, at 12:12, Ronald Wampler wrote:
No, the default values cannot be changed. But since `OakHistoryList` stores the values (per project) in the plist, so it makes sense to me to have it store "defaults" values there too such that you can set them via:
defaults write com.macromates.TextMate "Find in Folder Globs" -dict-add default '("*", "*.py", "*.html")'
I believe you can already do that.
https://github.com/textmate/textmate/blob/master/Frameworks/Find/src/FindWin...
I initially asked if I just needed to add the data to the prefs manually. It sounds like the answer is “yes”.
Thanks!