[v1.5.1360a] Run count reset when a file is renamed.

Found a bug in "Everything"? report it here
Post Reply
Skodd
Posts: 12
Joined: Wed May 11, 2022 9:15 am

[v1.5.1360a] Run count reset when a file is renamed.

Post by Skodd »

The title is self-explanatory, the run count seem to reset to nothing when a file is renamed.
horst.epp
Posts: 1344
Joined: Fri Apr 04, 2014 3:24 pm

Re: [v1.5.1360a] Run count reset when a file is renamed.

Post by horst.epp »

Skodd wrote: Sun Nov 19, 2023 8:16 pm The title is self-explanatory, the run count seem to reset to nothing when a file is renamed.
That's logical, the count is related to a specific file name in the index.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: [v1.5.1360a] Run count reset when a file is renamed.

Post by therube »

Horst looks to be correct.
History is stored by path+name, so if that changes, it is treated as a new (history) item.

The old (name) is still remains (until purged), if the file happened to be renamed back.
Skodd
Posts: 12
Joined: Wed May 11, 2022 9:15 am

Re: [v1.5.1360a] Run count reset when a file is renamed.

Post by Skodd »

shouldn't it be tracked if the renaming is done within Everything ?
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: [v1.5.1360a] Run count reset when a file is renamed.

Post by void »

I have put on my TODO list to add an option to keep the run count for renamed files.

Thank you for the suggestion.
Post Reply