Author Topic: can't find "Open in New Tab"  (Read 4447 times)

Jean

  • Contributor
  • Active Member
  • *****
  • Posts: 99
    • View Profile
can't find "Open in New Tab"
« on: July 04, 2021, 15:01:58 »
Excuse for being dumb but i can't find it. Where is it?

Matthias515566

  • Power Member
  • ****
  • Posts: 317
    • View Profile
Re: can't find "Open in New Tab"
« Reply #1 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.

Jean

  • Contributor
  • Active Member
  • *****
  • Posts: 99
    • View Profile
Re: can't find "Open in New Tab"
« Reply #2 on: July 04, 2021, 18:49:17 »
Thanks Mattias, got it working, nice feature.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: can't find "Open in New Tab"
« Reply #3 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>