Page 3 of 10

Re: Custom Move

Posted: 06 Sep 2011 12:30
by admin
highend wrote:Will the new custom move make these two windows dispensable?
Yes. The on-collision behavior is configured beforehand in the Custom Copy configuration.

Re: Custom Move

Posted: 06 Sep 2011 12:31
by highend
That's good news, these damn windows were bothering me for much too long^^ :D

Re: Custom Move

Posted: 06 Sep 2011 12:48
by acheton
admin wrote:Well actually I made 3 checkboxes because it deemed me more practical:

Code: Select all

[x] Use Custom Copy
    [x] For all copy operations
    [x] For all move operations
This makes far more sense to me that the previous option.

Re: Custom Move

Posted: 07 Sep 2011 16:46
by highend
All checkmarks set (use + copy + move + no progress dialog)

But drag and drop (leftclick) on one directory (intra-volume) to the other pane where the same directory already exists doesn't delete the source directory after the custom move has finished.

Just to prove that it's really a custom move:
Unbenannt.png
Unbenannt.png (16.15 KiB) Viewed 2517 times

Re: Custom Move

Posted: 07 Sep 2011 18:17
by admin
highend wrote:All checkmarks set (use + copy + move + no progress dialog)

But drag and drop (leftclick) on one directory (intra-volume) to the other pane where the same directory already exists doesn't delete the source directory after the custom move has finished.
Strange, I cannot reproduce it. Could it be that not all files in the source directory were deleted?

Re: Custom Move

Posted: 14 Sep 2011 18:53
by Jerry
Thanks for the adding the custom move. I have but one complaint: For intra-volume moves, I really don't want to see any popup -- not just the progress dialog but that smaller "move completed" popup that still comes up (at least as of the 10.20.0012 beta). Could we have an option to omit that?

Normally, I want more confirmations than most people do, but there's really no need for any when you do an intra-volume move; I trust that the Windows system call will reliably update the directory entries.

Re: Custom Move

Posted: 16 Sep 2011 10:09
by admin
Jerry wrote:Thanks for the adding the custom move. I have but one complaint: For intra-volume moves, I really don't want to see any popup -- not just the progress dialog but that smaller "move completed" popup that still comes up (at least as of the 10.20.0012 beta). Could we have an option to omit that?

Normally, I want more confirmations than most people do, but there's really no need for any when you do an intra-volume move; I trust that the Windows system call will reliably update the directory entries.
Correct, change comes with next beta.

Re: Custom Move

Posted: 17 Sep 2011 06:19
by Jerry
admin wrote:
Jerry wrote: Correct, change comes with next beta.
Great. Another related request: I often move several files/folders to different locations, sometimes on different drives, and I always use the background processing queue. With the custom copy, only the progress dialog for the last move remains up. I would like to be able to see the progress dialogs for all the individual move operations remain, until I dismiss them. Is that possible?

Re: Custom Move

Posted: 17 Sep 2011 09:01
by admin
Jerry wrote:
admin wrote:
Jerry wrote: Correct, change comes with next beta.
Great. Another related request: I often move several files/folders to different locations, sometimes on different drives, and I always use the background processing queue. With the custom copy, only the progress dialog for the last move remains up. I would like to be able to see the progress dialogs for all the individual move operations remain, until I dismiss them. Is that possible?
Not possible currently, and not easy (pretty impossible with the current architecture) to add.

You would get that result if you'd choose parallel processing instead of queueing, but it's not really recommended because it's usually slower and tougher for the disks.

What part of the progress dialogs are you interested in? Maybe some of that info could be added to the "Background Jobs" listing...

Re: Custom Move

Posted: 17 Sep 2011 11:28
by highend
Don, can we get an option (or a .ini tweak if you don't want to make in generally available) to disable this dialog box (you get it if you rightclick on a directory and select move up and there is a parent directory with the same name).
Unbenannt.png
Unbenannt.png (8.79 KiB) Viewed 2442 times
Tia,
highend

Re: Custom Move

Posted: 17 Sep 2011 17:46
by Jerry
admin wrote:Not possible currently, and not easy (pretty impossible with the current architecture) to add...
What part of the progress dialogs are you interested in? Maybe some of that info could be added to the "Background Jobs" listing...
Ok. I assume that if any one of the moves has a problem that will be clearly indicated on the background jobs listing, hopefully with an attention-rousing icon? It would be useful to be able to get to the report details for custom move/copies from the background job listing. When moving folders, for example, the details on a custom move in the listing doesn't show the individual files moved. And of course, if there were an error with one or more individual files in a folder, I certainly want to see that.

Re: Custom Move

Posted: 19 Sep 2011 10:20
by admin
highend wrote:Don, can we get an option (or a .ini tweak if you don't want to make in generally available) to disable this dialog box (you get it if you rightclick on a directory and select move up and there is a parent directory with the same name).
Unbenannt.png
Tia,
highend
Hmm, are you a danger freak? :wink: And what reaction should be assumed, OK or Cancel?

Re: Custom Move

Posted: 19 Sep 2011 10:23
by admin
Jerry wrote:
admin wrote:Not possible currently, and not easy (pretty impossible with the current architecture) to add...
What part of the progress dialogs are you interested in? Maybe some of that info could be added to the "Background Jobs" listing...
Ok. I assume that if any one of the moves has a problem that will be clearly indicated on the background jobs listing, hopefully with an attention-rousing icon? It would be useful to be able to get to the report details for custom move/copies from the background job listing. When moving folders, for example, the details on a custom move in the listing doesn't show the individual files moved. And of course, if there were an error with one or more individual files in a folder, I certainly want to see that.
Understood. Currently you don't get that detail in the BJ listing. Just a general warning icon if anything failed. I'll make a note on my Custom Copy 2.0 list.

Re: Custom Move

Posted: 19 Sep 2011 10:31
by highend
Hmm, are you a danger freak? And what reaction should be assumed, OK or Cancel?
Hehe. I use this function at least 10 times a day (with a parent directory with the same name). It would be a tweak for advanced users that know what they are doing (and know the consequences, too).

"OK" should be the assumed reaction.

Thanks a lot.

Re: Custom Move

Posted: 19 Sep 2011 17:33
by admin
See NoCheckMoveUp in next BETA... :)