Multi Commander > Support and Feedback

NEWTAB option in button wizard mode

(1/1)

MrPapaya:
I used the button editor Wizard mode to add a new button.  I drag a path to the button for my  'C:\portable'  folder.

I selected the 'Go To File'  and  'Open path in new tab'  properties.

Which give me this  MC.Explorer.Goto PATH="C:\PORTABLE" NEWTAB


However, the button always opens in the current tab.  It never actually starts a new tab. Is this a bug, or possibly a setting in the configuration is preventing the new tab from opening?

Jungle:
Use


--- Code: ---MC.Explorer.NewBrowser
--- End code ---

MrPapaya:
Thank you. That does work fine.

Must be a bug or something that Mathias overlooked.

AlanJB:
I don't believe it's a bug or an oversight.


--- Code: ---MC.Explorer.Goto
--- End code ---
means open the specified path in the current tab, and


--- Code: ---MC.Explorer.NewBrowser
--- End code ---
means open a new tab at the path specified.

See the docs here: http://multicommander.com/docs/customcommands_list#mc.explorer.goto

and here: http://multicommander.com/docs/customcommands_list#mc.explorer.newbrowser

MrPapaya:
Please give a directions I posted in the start of the thread a try.

Try it in two blank buttons.

On one, set the checkmark for the 'Open path in new tab'  property.  On the other button, don't set the checkmark.

Both buttons seem to do exactly the same thing, regardless of the checkmark.  :o  Neither opens the folder in a new tab.

Navigation

[0] Message Index

Go to full version