@David-Brigden52 said in Notepad++ File Status Auto-Detection not working:
I use a dark theme rather than the default Would that make a difference?
I could be wrong, but I cannot see how.
not seeing this behavior. It irritates me.
I can understand that.
In full disclosure, I do sometimes see Notepad++ not update as quickly as Iād like ā this screen capture was quite cooperative.
Sometimes, I think it doesnāt notice until the system clock is about 1min beyond the timestamp of the file. (And I think Iāve even seen longer delays when the file was created on a machine whose time was off from my local machine.)
I donāt know the full algorithm that Notepad++ uses, but my guess is that in the real-life circumstances, itās a combination of Windows not having yet flushed the file to disk from the other process and Notepad++ not polling constantly (it wouldnāt want to spend all its cpu cycles on checking for changed files).
In the contrived circumstances like my example derived from your instructions, I would expect pretty consistent behavior (since the individual processes of the time/copy-con commands will flush to disk when they close).
If Iām ever getting impatient, I just use the File > Reload from Disk to make sure itās up-to-date. (The funny thing is, thatās sometimes accompanied a few seconds later by āthis file has been updatedā, when it then updates to the state of the file that I just manually updated to).
You might try experimenting with the MISC > File Status Auto-Detection settingsā¦ maybe having recently changed from one to the other enabled the algorithm to work more consistently for me, or somethingā¦
Unfortunately, I am out of solid ideas, and since such problems are often the combination of many factors, it may be difficult to come up with a complete solution. But hopefully someone else has ideas for you to test.