[v1.5.1360a] Run count reset when a file is renamed.
-
Skodd
- Posts: 26
- Joined: Wed May 11, 2022 9:15 am
[v1.5.1360a] Run count reset when a file is renamed.
The title is self-explanatory, the run count seem to reset to nothing when a file is renamed.
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: [v1.5.1360a] Run count reset when a file is renamed.
That's logical, the count is related to a specific file name in the index.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.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: [v1.5.1360a] Run count reset when a file is renamed.
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.
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: 26
- Joined: Wed May 11, 2022 9:15 am
Re: [v1.5.1360a] Run count reset when a file is renamed.
shouldn't it be tracked if the renaming is done within Everything ?
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: [v1.5.1360a] Run count reset when a file is renamed.
I have put on my TODO list to add an option to keep the run count for renamed files.
Thank you for the suggestion.
Thank you for the suggestion.