禁用sublime文本文件重新加载对话框

时间:2015-11-08 13:58:45

标签: file sublimetext3 sublimetext reload

当由于某些修改(修改+从另一个文本编辑器保存)更改当前文件的内容时,是否有一种方法可以禁用弹出的文本文件重新加载对话框。

sublime文本文件重新加载对话框是这样的:

enter image description here

感谢您的建议。

1 个答案:

答案 0 :(得分:7)

据我所知,Sublime仅在默认情况下文件有未保存的更改时才会提示。

如果即使文件未被修改也会收到提示,您可以在用户设置中将always_prompt_for_file_reload设置为false

// Always prompt before reloading a file, even if the file hasn't been
// modified. The default behavior is to automatically reload a file if it
// hasn't been edited. If a file has unsaved changes, a prompt will always
// be shown.
"always_prompt_for_file_reload": false