简体   繁体   中英

Disable sublime text file-reload dialog

Is there a way to disable sublime text file reload dialog from popping up when the content of the current file has changed due to some modifications(modification + save from another text editor).

sublime text file reload dialog is this:

在此输入图像描述

Thank you for your suggestions.

As far as I know, Sublime will prompt only if the file has unsaved changes by default.

If you get a prompt even if the file hasn't been modified, you could set always_prompt_for_file_reload to false in your user settings.

// 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM