Sublime Text 2 - 防止创建 ._ 文件
Sublime Text 2 - 在网络驱动器上工作时,它会创建 ._ 文件,而且我似乎找不到关闭此功能的设置。
我之前在 TextMate 中遇到过类似的问题,解决方案是更改 OakDocumentDisableFSMetaData 属性,但我在 Sublime TextMate 解决方案中找不到任何类似的内容
:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1
http://blog.zachwaugh.com/post/309913111/preventing-textmate-from-creating-files-on-network-drive
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将 ._* 添加到 Sublime 首选项中的 file_exclude_patterns 中即可。
或者,如果您不希望它被进一步的更新覆盖,请将此行添加到您的用户首选项中
Just add ._* to the file_exclude_patterns in your Sublime Preferences.
Or if you don't want it to be overwritten by further updates add this line to your User Prefs