Multi Commander > Feature Requests and Suggestions
Shaping the Future of MultiCommander - Your Feedback on Development Priorities
Ulfhednar:
Hi Mathias,
with MC 15.5 b3094 x64, Win11 24H2 b26100.4061 x64, this is what I am finding : -
--- Code: ---@var $options[] = {“RECYCLE”, "NODIALOG"};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
--- Code: ---@var $options[] = {“RECYLE”, "NODIALOG"};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
--- Code: ---@var $options[] = {“RECYLE”};
DeleteFiles($array, $options);
--- End code ---
- deletes files to recycle bin with dialog
--- Code: ---@var $options[] = {“RECYCLE”};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not to recycle bin) with dialog
Perhaps you can replicate this? ;)
Mathias (Author):
There is no check for "RECYLE" it checks for "RECYCLE"
might be that default behaviour is to delete to recycle bin. But then you should not even need to enter it at all. I will check if that is default
Mathias (Author):
--- Quote from: Ulfhednar on May 21, 2025, 12:07:17 ---Hi Mathias,
with MC 15.5 b3094 x64, Win11 24H2 b26100.4061 x64, this is what I am finding : -
--- Code: ---@var $options[] = {“RECYCLE”, "NODIALOG"};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
--- Code: ---@var $options[] = {“RECYLE”, "NODIALOG"};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not recycle bin) No dialog but progress briefly appears as expected
--- Code: ---@var $options[] = {“RECYLE”};
DeleteFiles($array, $options);
--- End code ---
- deletes files to recycle bin with dialog
--- Code: ---@var $options[] = {“RECYCLE”};
DeleteFiles($array, $options);
--- End code ---
- deletes files (not to recycle bin) with dialog
Perhaps you can replicate this? ;)
--- End quote ---
There are some issues with your code
If you copy paste your code.. You see if you run it from the debugger that
--- Code: ---@var $options[] = {“RECYCLE”, "NODIALOG"};
--- End code ---
results in an array with 1 items instead of 2..
But when I retype it. I get 2 items, I then replaced the " from you code with my ". and it works.
So you use some none standard " character that mess it up
Ulfhednar:
Thanks a lot for looking at this Mathias.
A non-standard " ? I'm just using default Win11 1250 codepage, no unusual fonts etc.
Maybe corrupted when pasting between dialogs & browser or sth? Now I am looking for that I can see the "s are different. ???
I've re-typed it instead of using snippets & it looks OK now. ::)
Apologies.
Stéphane P.:
Hi Mathias,
"I forgot to mention the feature for displaying special characters in MultiFileViewer, similar to Notepad++'s 'Show All Characters' option."
Best regards.
Stéphane.
Navigation
[0] Message Index
[*] Previous page
Go to full version