- I have supercopier as my default copier. All other file managers I have used, allows it. But when I use multicommander, it insists on using its own internal copier. Is there a setting to change this. Also on drag-drop, supercopier menu options never appear in multicommander.
You might be able to use it via script. Not sure how it is accessed.
The Context Menu is built by Windows API so it should be shown. But if you run 64bit version of MC make sure that the Shell Extension also is 64bit.
- In list view, when I scroll horizontally, it skips panels in between and tries to go to the last panel and back to the first panel, so that I miss seeing the files in the middle panels. I took me sometime to understand this and gave me many anxious moments thinking that I have accidentally deleted the files in the skipped panels. (OK, seemed to have solved this. The culprit seems to the mouse scroller program "Katmouse", I have set it to scroll 3 lines per wheel scroll. But in other file managers, this never caused problems.)
"panels in between" ? not sure what you mean. You mean it scrolls to much horizontal ?. Not sure how "katmouse" hook it self into a process but i assume it send scroll horz command. So not sure why it should send to many.. If I get some time for it I will try katmouse and see if I can reproduce it
- Is it possible to implement flat folder view option? Many times I would like to view combined files view in selected folders (2-5). Though I can use the find files options to view files in all the subfolders, I would like to view files only in selected folders.
I been planning something like that. But it is not an easy fix since a lot of commands in the Explorer Panel require that the current path of the item is the parent path of the item.. Showing multiple levels of items in a normal explorer panel results in all kind of strange issue.. But I got it on my list but it require lots of works to make it work.
- Is it possible to show the folder size, and the number of files and folders in it, automatically on selecting it? Now I find that I have to press the <space> key to show it and it shows only the folder size and not the number of files and folders within it.
The first part might be possible to add. But including addiontal information into the size column will not be possible. Maybe as extra column fields that can be added.
- Is it possible to use the <tab> key to navigate between the 4 panes (1st tree pane -> 1st file pane -> 2nd tree pane -> 2nd file pane)?
Well that is not possible. There is not 4 main panels (Looks like it but technically there is only two). Each "Panel" is its own instance of an application.
And a instance of the Explorer Panel is shown in a main panel (Or search is another, and sfv tool another, and settings another.)
The Folder Tree inside the the Explorer panel.
You can toggle focus from the folder tree and the filelist with Alt+Num/ (can be redefined)
- Is it possible to have single tree pane for both the file panes? This will increase the real estate available for the files view.
No.. because of reason above.. The FolderTree is owned by the Explorer Panel. and there is a tight connection between the Tree and FileList.
If you click on a folder then the filelist is updated. If the tree was global what filelist should it then update. and there are some other cases where the Tree interact with the filelist that would not be easy or clear how that would work.
But there are minor plans to test have a separate tree that are not connected to the explorer panel. But not sure if that will work well.