Hi Rob,
The file browser visibility is a separate setting. You can set it in Preferences » Projects » Include files matching. I’ve set it to {*,.*}
so it shows all the files in the file browser.
As far as I know, the Include files matching setting is saved in the include
property in ~/Library/Application Support/TextMate/Global.tmProperties
.
Regards
Claudia
Am 27. Oktober 2018 um 23:49:40, Rob J. Goedman (goedman@icloud.com) schrieb:
No luck here. After executing below command, a line is indeed added to com.macromates.TextMate.plist:```ExpandedURLs = ( "file:///Users/rob/.julia/dev/CmdStan/docs/", "file:///Users/rob/.julia/dev/CmdStan/docs/src/" );"Find in Folder Globs" = { default = ( "{*,.travis.yml, .git}" ); };LRUDocumentPaths = ( "/Users/rob/Library/Preferences/com.macromates.TextMate.plist", "/Users/rob/.julia/dev/CmdStan/docs/make.jl",```But neither .travis.yml nor .git show up in the File Browser. Would be really nice though!Rob J Goedman
goedman@icloud.com
On Oct 27, 2018, at 07:47, Jacob Carlborg <doob@me.com> wrote:
I’ll give it a try, thanks.
--
/Jacob Carlborg
On 27 Oct 2018, at 15:46, Allan Odgaard <mailinglist@textmate.org> wrote:
On 27 Oct 2018, at 20:28, Jacob Carlborg wrote:
Are you referring to the “matching” field in the search dialog? Is this possible to configure globally? Ideally I would like to .travis.yml to always be included, regardless of what I have in the “matching” field.
Try run this in a terminal:
defaults write com.macromates.TextMate "Find in Folder Globs" '{ default = ( "{*,.travis.yml}" ); }'
Then the default pattern should be
{*,.travis.yml}
but if you make changes to the pattern via the Find dialog, it’ll only be for the current project folder.
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
https://lists.macromates.com/listinfo/textmate
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
https://lists.macromates.com/listinfo/textmate
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
https://lists.macromates.com/listinfo/textmate