如何防止已删除的文件出现在 TextMate 2 文件浏览器侧边栏中?
How can I keep deleted files from showing up in TextMate 2 file-browser sidebar?
在 Textmate 2 中,当您重命名文件时,新文件名会显示在文件浏览器侧边栏中,但旧文件名也会显示,并带有红色 X。旧文件名不会消失,直到您提交您的姓名更改。多年来,这一直激怒我。我经常重构和重命名,在重构过程中我不断地点击 wrong/deleted 文件名。
有没有办法禁用此行为?
我试过禁用所有与 SCM 相关的捆绑包,但这并不能解决问题。
这是新的last week:
It is possible to set excludeSCMDeleted = true
in a .tm_properties
file to hide the “ghost” items that appear after deleting a file on disk which is still tracked by your version control system.
在 Textmate 2 中,当您重命名文件时,新文件名会显示在文件浏览器侧边栏中,但旧文件名也会显示,并带有红色 X。旧文件名不会消失,直到您提交您的姓名更改。多年来,这一直激怒我。我经常重构和重命名,在重构过程中我不断地点击 wrong/deleted 文件名。
有没有办法禁用此行为?
我试过禁用所有与 SCM 相关的捆绑包,但这并不能解决问题。
这是新的last week:
It is possible to set
excludeSCMDeleted = true
in a.tm_properties
file to hide the “ghost” items that appear after deleting a file on disk which is still tracked by your version control system.