101
Feature Requests and Suggestions / Re: 4 Panels?
« on: March 25, 2021, 12:07:32 »
Nope.
MultiCommander v14.2 is released!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
This can be done with a User Defined MultiScript Command: I call mine "Copy Left Tab Right Side" & assigned it to hotkey Ctrl+Right.Code: [Select]MC.SetActivePanel PANEL=LEFT;
@var $LeftFocus = StrReplace(GetSourceFocusPath(),"..","");
@var $LeftPath = PathGetPathPart($LeftFocus);
if ( IsFolder($LeftFocus) == 1 )
{
$LeftPath = $LeftFocus;
}
MC.Explorer.NewBrowser PATH={$LeftPath} SIDE=RIGHT;
MC.SetActivePanel PANEL=RIGHT;
You can do a similar script for "Copy Right Tab Left Side" with:Code: [Select]MC.SetActivePanel PANEL=RIGHT;
@var $RightFocus = StrReplace(GetSourceFocusPath(),"..","");
@var $RightPath = PathGetPathPart($RightFocus);
if ( IsFolder($RightFocus) == 1 )
{
$RightPath = $RightFocus;
}
MC.Explorer.NewBrowser PATH={$RightPath} SIDE=LEFT;
MC.SetActivePanel PANEL=LEFT;
I tested it, seems to work like a charm!
Thank you!
MC.SetActivePanel PANEL=LEFT;
@var $LeftFocus = StrReplace(GetSourceFocusPath(),"..","");
@var $LeftPath = PathGetPathPart($LeftFocus);
if ( IsFolder($LeftFocus) == 1 )
{
$LeftPath = $LeftFocus;
}
MC.Explorer.NewBrowser PATH={$LeftPath} SIDE=RIGHT;
MC.SetActivePanel PANEL=RIGHT;
MC.SetActivePanel PANEL=RIGHT;
@var $RightFocus = StrReplace(GetSourceFocusPath(),"..","");
@var $RightPath = PathGetPathPart($RightFocus);
if ( IsFolder($RightFocus) == 1 )
{
$RightPath = $RightFocus;
}
MC.Explorer.NewBrowser PATH={$RightPath} SIDE=LEFT;
MC.SetActivePanel PANEL=LEFT;
Hi Mathias.
Just done a bit more testing and there is definitely a problem with Examples.zip.
As soon as MC 10.3 is opened, the Examples.zip (4.5kb) is immediately converted to the 49 byte broken .xml file, as per my reply #1, above.
Maybe the migration code should remove the .mcs file and convert it to a .udc, Then there would not be 2 files. But not so sure about that..
##########################################
#Name:Refresh Tab
#Type:multiscript
#ID:02037e64e6fa4aae9987c3080b77776e
#Desc:Refresh Current Explorer Tab
#Options:
##########################################
#file:Refresh Tab.mcs
eh that is strange..it should not be xml.
<?xml version="1.0" encoding="UTF-8"?>
<config/>
Hi Mathias.there is a 2735, start MultiUpdate.exe and update to 2735 and see if that works.
Just installed build 2733 portable for testing. The first 2 attempts to start the program crashed in Module MultiCommander.exe.
The crash IDs are: 10-J126DU and 10-U126KD