2015-11-08 30 views
2

有沒有辦法禁止噹噹前文件的內容由於一些修改(修改+從另一個文本編輯器保存)更改時彈出的崇高文本文件重新加載對話框。禁用崇高的文本文件重新加載對話框

崇高的文本文件,重裝對話是這樣的:

enter image description here

謝謝您的建議。

回答

6

據我所知,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