Pasting of copied items from multiple folders when selection is still the same issue

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Thy Grand Voidinesss
Posts: 687
Joined: Wed Jun 01, 2022 5:01 pm

Pasting of copied items from multiple folders when selection is still the same issue

Post by Thy Grand Voidinesss »

I do not know if it is a bug or intended behavior, but if I select for examples files

Code: Select all

C:\folder 1\test A.txt
and

Code: Select all

C:\folder 2\test B.txt
and also press CTRL+C and CTRL+V, then I get such result
C:\folder 1\test A.txt
C:\folder 1\test B.txt

C:\folder 2\test A.txt
C:\folder 2\test B.txt

instead of expected by me
C:\folder 1\test A.txt
C:\folder 1\test A - Copy.txt

C:\folder 2\test B.txt
C:\folder 2\test B - Copy.txt

i.e. mirror copies of all selected files are distributed among different folders instead of being created within their source folders with appendix "- Copy"

I am using Everything 1.5.0.1351a x64 Portable on Windows 10 Enterprise 20H2 x64
Last edited by Thy Grand Voidinesss on Fri Sep 01, 2023 12:33 pm, edited 4 times in total.
meteorquake
Posts: 495
Joined: Thu Dec 15, 2016 9:44 pm

Re: Pasting of copied items from multiple folders when selection is still the same issue

Post by meteorquake »

That doesn't surprise me as the procedure is somewhat ambiguous in regards to intent.
I think it could be solved if there were a right-click menu "Duplicate Files", that made copies of the selected files as new names (each in its appropriate path) derived as a formula (option setting for) from the old name (so eg it could append timestamp as much as append "- copy").
Something VBS can do but may be generally useful built in.
d
Thy Grand Voidinesss
Posts: 687
Joined: Wed Jun 01, 2022 5:01 pm

Re: Pasting of copied items from multiple folders when selection is still the same issue

Post by Thy Grand Voidinesss »

So, will this be somehow resolved?
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Pasting of copied items from multiple folders when selection is still the same issue

Post by void »

I still have this on my TODO list to fix.

For now, Everything will silently ignore copying multiple files where the destination and source are the same.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Pasting of copied items from multiple folders when selection is still the same issue

Post by therube »

For now, Everything will silently ignore copying multiple files where the destination and source are the same.
I think that's a very good feature, as it allows one to be lax in their selections - without surprises.
Post Reply