Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Beta Releases / Re: PictureViewer Beta ArrowKeys Perusal To Next Item
« Last post by total_annihilation00 on December 08, 2025, 09:06:10 »
I'am happy to report that the 'Internal PictureViewer' is working perfectly fine now ! Tested in a bunch of folders & have no issues anymore ! 👍
42
Beta Releases / Re: 15.7 BETA
« Last post by total_annihilation00 on December 08, 2025, 05:39:52 »
After update to 15.7 Beta custom menu items (not everything) stopped working (not displayed).
All scripts (*.udc files) are stored in zip file (everything was fine with the same files/config in 15.6)
-Pawel

Perhaps your Custom Context Menus commands are set to or should be Applied to Files Only, and not on Folders (as may be the case,) it sometimes glitches when you execute [Context Menu] UDC's on Folders. I can confirm the Custom Context Menu's & UDC's are working properly for me (UDC's are in .UDC format & not .Zip)
43
Support and Feedback / Re: Focus line scrolling
« Last post by Mathias (Author) on December 07, 2025, 23:17:04 »
Eh don't under stand what
"Scrolling of the focus line" mean..
44
Beta Releases / Re: 15.7 BETA
« Last post by Mathias (Author) on December 07, 2025, 23:15:58 »
After update to 15.7 Beta custom menu items (not everything) stopped working (not displayed).
All scripts (*.udc files) are stored in zip file (everything was fine with the same files/config in 15.6)
-Pawel

Can you describe the error more..

You got custom commands. that they are added to menu..  And they are not showing up ? Are not running when selected.  ? Are script command there if you list all commands. ( was they loaded ? )
45
Beta Releases / Re: 15.7 BETA
« Last post by Pawel on December 07, 2025, 22:17:06 »
After update to 15.7 Beta custom menu items (not everything) stopped working (not displayed).
All scripts (*.udc files) are stored in zip file (everything was fine with the same files/config in 15.6)
-Pawel
46
Beta Releases / Re: 15.7 BETA
« Last post by AlanJB on December 07, 2025, 12:53:13 »
Quote
Yes, the key
Code: [Select]
Computer\HKEY_CURRENT_USER\SOFTWARE\MultiCommander\SessionConfig\Toolbarswill be saved when MultiCommander is closed...

But of course that key does not exist for the portable version so the unwanted toolbars are still shown, unfortunately.
47
Support and Feedback / Focus line scrolling
« Last post by andreyo on December 07, 2025, 11:25:42 »
Hi All,

Is it possible to enable scrolling of the focus line in File Panels, not just of the view (for long lists)?

Best,
Andrey
48
well MC is build around virtual filesystem,  Zip is a virtual file system for example
So the concept of packing a file does not exists in MC it is really just a copy to a file inside the Zip Virtual Filesystem.
You can turn off if you do not want to to try to keep incomplete files. it really depends on the target virtual filesystem if they are supported.  most archives does not support removing a file inside a archive just like that. (often require rewriting entire archive)
They are often use when copy from archive to normal (Unpack) and there are error in the archive. so that you can keep the incomplete file anyway. since sometimes a broken file is better then none.

Dark mode. yes not all dialog windows are fixed.. Since windows does not support darkmode for old style UI . All dialog need to be modified in code by hand..  and some UI controller does not support colors being changed. so they the style of them cant be overriden, so then the design of the entire dialog need to be redone.
The most common are modified in MC.. But changing all require lots of work. and why spend a lot of hours or days to fix one dialog when that dialog are very very rarly shown.  there are a over 100+ dialogs in MC. and to fully transform them to support darkmode would require A LOT of work. I would need to spend a year just doing that. and that are boring


49
Using version 15.6.3119.
There are a few problems when the user interrupts the packing of files.

What MC does is send the users into a confusing labyrinth:
- asks the users if they want to abort the copy operation. Why copy, since the menu clearly says "Pack files..."
- asks the users if they want to keep or delete the current incomplete file. NB, this does not refer to the archive file, but the current file the process got to when creating the archive. Why would I want to keep a file in this step of the process?
- then another windows opens, announcing that it "Failed to remove the incomplete file". But this window appears underneath others, so it cannot be seen, so the whole process hangs until the user manages to catch on on what is happening
- however, the timer does not care about all these minor interruptions. It marches on into infinity :)
- the resulting archive is left incomplete on the disk
- last, but not least, when using a dark theme the process is like a chess board: some windows are dark, the next are light, then dark again... you get the point.

What is expected:
- MC asks one time for confirmation
- the process is dropped
- partially created archive is deleted

I made a video illustrating what I described above.
50
Beta Releases / Re: 15.7 BETA
« Last post by Matthias515566 on December 05, 2025, 20:01:02 »
Might be that the soft disable state is not loaded. (enable/disable from menu and not from config)
Yes, the key
Code: [Select]
Computer\HKEY_CURRENT_USER\SOFTWARE\MultiCommander\SessionConfig\Toolbarswill be saved when MultiCommander is closed.
It will not be loaded, but it will still be saved.
Pages: 1 2 3 4 [5] 6 7 8 9 10