When you go to an open file in PyCharm after changing it using another program, PyCharm does not display a pop-up message about whether you want to reload the file from disk or stick to the version in your memory (unlike other editors I'm used to).
All he does is show a small bar on top with a tiny reset button; A pop-up message is not displayed until you try to save the file (by then it is too late).
I have studied a little; but could not find the switch. How can I configure Pycharm to what I want? (The solution should not disable the save dialog that appears when you try to close a file with unsaved changes.)
Screenshots:
PyCharm's small message bar:

An example of expected behavior:

source
share