Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: mrbungle on August 05, 2016, 03:03:11

Title: Option to disable copy/move/delete confirmation dialogs
Post by: mrbungle on August 05, 2016, 03:03:11
I don't use any of the options on these dialogs, they just get in my way.  Really, copy,move,delete - file management - is the core function of a command program, these features are used frequently!  There are options to disable many other confirmation dialogs, please add an option to disable these dialogs (and use the defaults).  At the same time, please add an option to automatically minimize (hide) the file copy/move/delete progress bar.  It is much better to just have the awesome little progress bar down the bottom right show you what's going on and let you get on with other tasks.

thanks!!!
Title: Re: Option to disable copy/move/delete confirmation dialogs
Post by: Jungle on August 05, 2016, 06:32:58
You may create user command:
Code: [Select]
MC.Explorer.Copy NODIALOG
P.S. It seems to be broken in 6.4.3
Title: Re: Option to disable copy/move/delete confirmation dialogs
Post by: Mathias (Author) on August 08, 2016, 14:50:22
Code: [Select]
MC.Explorer.Copy NODIALOGDo not show the confirmation and copy option dialog.. It have always shown the Progress dialog.
Title: Re: Option to disable copy/move/delete confirmation dialogs
Post by: mrbungle on August 11, 2016, 02:48:01
Thanks, I added a Multi-Script user-command with that code and it works (although shows the progress dialog).  I think it makes sense to include as an option in the core settings as opposed to having to write a custom user command.  Additionally, the option to minimize the progress bar by default should be there, perhaps indepent from the option to skip the confirmation dialogs.