1
Feature Requests and Suggestions / Re: Shaping the Future of MultiCommander - Your Feedback on Development Priorities
« on: May 07, 2025, 14:43:53 »
I think the thing I miss most in MC is 'Undo' as in MSExplorer. I understand this is a big job. I currently use the log to check what mistakes I've been making, so it's not all bad
.
I like playing with MultiScript & I would like to improve my ability, thus would like a few improvements to the debugger (RMB context menu might be nice). Some idiots guide-type tutorial entries might be helpful as some of the error msgs are not sufficient for me to quickly pinpoint errors unfortunately. It is better than DOS though
Slightly less demanding than a debugger makeover:-
- I would like to be able to set MScript to recurse sub-dirs - as with DOS script cmds e.g.
- I'd like NODIALOG added to DeleteFiles e.g.
)
Thanks for a great piece of reliable & useful software.

I like playing with MultiScript & I would like to improve my ability, thus would like a few improvements to the debugger (RMB context menu might be nice). Some idiots guide-type tutorial entries might be helpful as some of the error msgs are not sufficient for me to quickly pinpoint errors unfortunately. It is better than DOS though

Slightly less demanding than a debugger makeover:-
- I would like to be able to set MScript to recurse sub-dirs - as with DOS script cmds e.g.
Code: [Select]
for /d /r "%base_dir%" %%d in (.) do
- I'd like NODIALOG added to DeleteFiles e.g.
Code: [Select]
@var $options[] = {“RECYLE”}; "NODIALOG"
DeleteFiles($array, $options);
(Maybe Recyle needs to be spell-checked? 
Thanks for a great piece of reliable & useful software.