@Carlo-TNX said:
@dail
@donho
sorry for delay, I didn’t get the notification…
I was completly wrong, access time doesn’t matter in my problem (it changes after file status auto-detection).
I’m on Windows 7 / 10 and files on a debian machine, it’s something related to network samba shares, since I can’t reproduce with local files.
On network I reproduce in this way:
open a file
change and save it
leave (blur) n++ window
wait 10 seconds
focus n++ window
change alert shown
I’ll update this thread as soon I find more details.
@donho
I’ve finally solved the file status auto-detection problem.
It was a Win7 <> SMB2 cache problem (it didn’t affect N++ before 7.5.2).
I’ve solved adding:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanworkstation\Parameters\FileInfoCacheLifetime[DWORD] = 0
Thanks to: https://serverfault.com/a/487401