Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Jean on July 04, 2021, 15:01:58

Title: can't find "Open in New Tab"
Post by: Jean on July 04, 2021, 15:01:58
Excuse for being dumb but i can't find it. Where is it?
Title: Re: can't find "Open in New Tab"
Post by: Matthias515566 on July 04, 2021, 16:37:33
You can use a User Defined Command as Multiscript
Code: [Select]
MC.Explorer.NewBrowser PATH="${focusfilepath}" SIDE=TARGET
MC.SetActivePanel PANEL=INACTIVE
This create the Path of the Focus Folder or file in a new tab on the other side and i use this with the Rightarrow Button.
Title: Re: can't find "Open in New Tab"
Post by: Jean on July 04, 2021, 18:49:17
Thanks Mattias, got it working, nice feature.
Title: Re: can't find "Open in New Tab"
Post by: Mathias (Author) on July 05, 2021, 16:39:58
If you customized the Custom Context menu it will now show up by default since the upgrade do not touch user modified files.
And then you need to add new commands to the context menu your self.
or edit the config file called ContextMenu.xml and add

Code: [Select]
  <MenuItem Name="Open folder" Options="4368">
    <MenuItem Command="ExplorerPanel.41056" Options="4112"/>
    <MenuItem Command="ExplorerPanel.41057" Options="4112"/>
  </MenuItem>