You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user reported that sometimes there are duplicated items.
we explained:
when i have a structure C:\test\1\2\3\file and i add 'C:\test\1' 'C:\test\1\2' and 'C:\test\1\2\3' as recursive then it might add 'C:\test\1\2\3\file' three times.
=> user does not use settings 'Directories'
when using 'Filter menu by file type' this can happen
=> user does not use settings 'Filter menu by file type'
when using relativ path this can happen
=>...
The text was updated successfully, but these errors were encountered:
issue is caused by fast renames of file. The renamed file not more exists, when STM wants to check if it is a file or directory. It fails wrong because it not renames the rowdata:
we not need to check if it is a file or directory in that line because we already know from previous orignial rowdata.
Hofknecht
changed the title
[BUG] Duplicated item
[BUG] Fix fast renames causes duplicated item
Aug 25, 2023
user reported that sometimes there are duplicated items.
we explained:
when i have a structure C:\test\1\2\3\file and i add 'C:\test\1' 'C:\test\1\2' and 'C:\test\1\2\3' as recursive then it might add 'C:\test\1\2\3\file' three times.
=> user does not use settings 'Directories'
when using 'Filter menu by file type' this can happen
=> user does not use settings 'Filter menu by file type'
when using relativ path this can happen
=>...
The text was updated successfully, but these errors were encountered: