I have hunted through the interface, and I can't find a setting that would allow hidden files to appear in the list in the file browser. I can find those files by using File / Open, which shows me a standard file dialog, and the options in that allow me to see hidden files (that option is checked on, and stays on). But the list never shows them. How is this preference meant to be governed?
Thanks in advance,
Walter
Hi,
In a MAC you’ll make the hidden files visible as follows: In the terminal, execute these two commands:
defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
Best regards, Staf __________________________________ Staf Campforts Hemeldonk 9 B-2275 Gierle Belgium mob; +32 (0)497 47 07 82 email: sc@anitafleerackers.be www.anitafleerackers.be
Please consider your environmental responsibility before printing this email.
Op 5 mrt. 2021, om 14:58 heeft Walter Lee Davis via TextMate textmate@lists.macromates.com het volgende geschreven:
I have hunted through the interface, and I can't find a setting that would allow hidden files to appear in the list in the file browser. I can find those files by using File / Open, which shows me a standard file dialog, and the options in that allow me to see hidden files (that option is checked on, and stays on). But the list never shows them. How is this preference meant to be governed?
Thanks in advance,
Walter _______________________________________________ TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
Ah, but then that makes them visible everywhere in Finder. I was hoping for something more surgical, which would show them in the TM sidebar browser only. Does anyone have any TM-specific suggestions?
Thanks,
Walter
On Mar 5, 2021, at 11:02 AM, Staf Campforts sc@anitafleerackers.be wrote:
Hi,
In a MAC you’ll make the hidden files visible as follows: In the terminal, execute these two commands:
defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
Best regards, Staf __________________________________ Staf Campforts Hemeldonk 9 B-2275 Gierle Belgium mob; +32 (0)497 47 07 82 email: sc@anitafleerackers.be www.anitafleerackers.be
Please consider your environmental responsibility before printing this email.
Op 5 mrt. 2021, om 14:58 heeft Walter Lee Davis via TextMate textmate@lists.macromates.com het volgende geschreven:
I have hunted through the interface, and I can't find a setting that would allow hidden files to appear in the list in the file browser. I can find those files by using File / Open, which shows me a standard file dialog, and the options in that allow me to see hidden files (that option is checked on, and stays on). But the list never shows them. How is this preference meant to be governed?
Thanks in advance,
Walter _______________________________________________ TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
On 5 Mar 2021, at 17:05, Walter Lee Davis via TextMate wrote:
Ah, but then that makes them visible everywhere in Finder. I was hoping for something more surgical, which would show them in the TM sidebar browser only. Does anyone have any TM-specific suggestions?
If you move focus to file browser then you can select View → Show Invisible Files (⌥⌘I).
I do realize that this is basically impossible to discover on your own…
Thanks! That works great. Is there any way to make that preference stick across projects?
Walter
On Mar 5, 2021, at 11:12 AM, Allan Odgaard via TextMate textmate@lists.macromates.com wrote:
On 5 Mar 2021, at 17:05, Walter Lee Davis via TextMate wrote:
Ah, but then that makes them visible everywhere in Finder. I was hoping for something more surgical, which would show them in the TM sidebar browser only. Does anyone have any TM-specific suggestions?
If you move focus to file browser then you can select View → Show Invisible Files (⌥⌘I).
I do realize that this is basically impossible to discover on your own… _______________________________________________ TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
On 5 Mar 2021, at 17:18, Walter Lee Davis wrote:
Thanks! That works great. Is there any way to make that preference stick across projects?
I actually thought this was a sticky (global) setting, but I see it is not.
I will add a todo about this.
Although if you are interested in only selected dot-files, or maybe all but `.DS_Store`, then the other method proposed is recommended.
For changing that globally, one can edit the _Exclude/Include files matching_ in Preferences → Projects.
One can also add it to `.tm_properties` files, which can be tied to specific directory etc.
On 5 Mar 2021, at 14:58, Walter Lee Davis via TextMate textmate@lists.macromates.com wrote:
I have hunted through the interface, and I can't find a setting that would allow hidden files to appear in the list in the file browser. I can find those files by using File / Open, which shows me a standard file dialog, and the options in that allow me to see hidden files (that option is checked on, and stays on). But the list never shows them. How is this preference meant to be governed?
In addition to what others have already mentioned. It’s also possible to configure this via Preferences -> Projects -> Include files matching. This will apply to all projects.