Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Beta5 has the problem. Uninstall and install beta4 and it works fine. I believe that one can understand that "Dx click" is the  action to push the right button of the mouse....... Tnx for have spent your time for me. I stop here. Have a nice day
2
"Dx Click" ? Don't know what that is. Is that a special tool ?

But if you mean that you select Copy from the Shell Context Menu that is shown from the popup menu by right click (or other way, depending on config) to copy the file and the "paste" to paste in the file.
(That is actually the same actions as Ctrl+C/V but from a different way. Both copy operations are handled by Windows.)

I can't replicate any issue with that. It works all the ways I try it.

Since the copy/paste goes thru the shell Context menu, every ShellExtension install is getting loaded in MC. And they can intercept and do things.

To narrow it down if it is the copy or paste that is an issue. you can try to do Copy in MC and then Paste in Windows Explorer. and then the other way around.




3
1) select the file with Dx Click of the mouse  2)The menu' is displayed 3) Select "Copia" with Dx click of the mouse 4) Select the Desired Directory with Dx Click of the Mouse 5) The menu' is displayed  6) select "Incolla" and nothing happen.......... Using previous beta it's all right.  Via Keyboard Ctrl+C and Ctrl+V are Ok! also with the last beta
4
As I said above.  If the file is missing under userprofile. it will restore it.
MC normally does not delete it. I don't know why it gets delete for you, can be security software or sandboxing software, can be that when it gets updated and written to disk it gets corrupted because of bad HD. 
Only time MC delete the file is if the file is corrupted. BUT then it will be shown in the log as "Delete config file : <file>"
But if the "Delete config file : <file>" is NOT shown in the log. Then MC did not delete it. and something else did.



5
Support and Feedback / Re: HELP - save changes of TAB PANEL - permanently
« Last post by Babilon55 on May 18, 2025, 13:29:16 »
Ok...
so what can be the reason that the multibuttons goes back to default? 
6
[***

DeleteFile already support NODIALOG option.. and RECYCLE. it is actually the documentation that misspell it. the code actually require it as RECYCLE

// Deletes all selected files to recycle. No confirm dlg, no progress
Code: [Select]
@var $filenames = GetSourceSelectedPaths();
@var $options[] = {"NODIALOG", "RECYCLE", "NOPROGRESS"};
DeleteFiles( $filenames, $options);

Thanks for the info Mathias.
I tried RECYCLE & it seemed to fail in the debugger, when I added it as RECYLE  it worked (!) so I figured that it was just sth that slipped through.
& it has been working for weeks as a button, it was adding NODIALOG  that caused it to fail... perhaps somehow the combo of RECYLE with NODIALOG reveals the error?
Running the debugger today the options all appear to work (I didn't realize that I could use NOPROGRESS) with the caveat that the files selected do not appear to go to the recycle bin, & running this routine in the debugger multiple times caused MC to simultaneously close when I closed the Explorer recycle bin window (this had been opened after the routine to check for the files).  Did it 3 times in a row. 
Wondering if the options need to be in the order shown or if can I use them in any sequence? 
I will have to try & fully test all this again later on..... ::)
I will let you know what I find ;)
7
If I have multiple files selected, I can no longer open them by pressing the Enter key. Instead, Unlocker was being launched, and after uninstalling Unlocker, nothing happens at all. The "Open" link from the context menu still works, and everything functions correctly in other file explorers.
8
What copy / cut/ paste function do you mean if you do not mean ctrl+c ?

Can you describe a step by step on how to reproduce it ?.. (there are many many many ways to copy files in MC, So exactly what "copy" operation do you start that does not work)
9
on Keyboard Ctrl+C and Ctrl+V in 15.5 works fine
10
If log does did not say anything something like "Sending 'copy to clipboard' command to Windows for the selected items" in newer version,
then something is blocking the Ctrl+C/Ctrl+V command to be sent to MC. Often it is security software

Only different from 15.4 => 15.5 is that it now prints out lots more logging for some situation
Pages: [1] 2 3 4 5 ... 10