Sublime Forum

Reload/ ignore all/cancel

#1

Using ST4.
It was asking to reload everytime I changed my file. I chose ignore all once and it has stopped.
But now, everytime I run code, a dot appears next to the file name showing it is unsaved. Should I leave it that way or work on it?

0 Likes

#2

Unless you have "always_prompt_for_file_reload": true ST only prompts if you have unsaved changes. If you want to reset selecting the “ignore all” option you’ll need to close and reopen the file.

0 Likes

#3

Just closing the file and reopening it solved the problem of that dot near the file name.
And the setting- always_prompt_for_file_reload is set to false in preferences.
So now it works fine right? Also why did it appear in the first place?

0 Likes