Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

enter image description here

Thank you for your suggestions.

like image 236
ismnoiet Avatar asked Oct 14 '25 15:10

ismnoiet


1 Answers

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
like image 105
Thomas Lee Avatar answered Oct 17 '25 13:10

Thomas Lee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!