Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: StefanH on December 25, 2017, 14:46:08

Title: Favorites: How to setup the left and right explorer panel with one favorite
Post by: StefanH on December 25, 2017, 14:46:08
Hi,

does anyone know if there is a way to setup the left and right explorer panel with only one favorite?

Regards

Stefan
Title: Re: Favorites: How to setup the left and right explorer panel with one favorite
Post by: Mathias (Author) on December 25, 2017, 17:06:08
You want to lock a tab to a path ?
or do you want a tab to always start with a path ?
Title: Re: Favorites: How to setup the left and right explorer panel with one favorite
Post by: Matthias515566 on December 26, 2017, 17:40:52
You want to lock a tab to a path ?
or do you want a tab to always start with a path ?
No he want to start a path for source panel and a path for target panel with only one favorite icon like in TC. For me is this not relevant because i don't use favorite icons.
Title: Re: Favorites: How to setup the left and right explorer panel with one favorite
Post by: Mathias (Author) on December 26, 2017, 19:00:05
Ahh change multiple path with one click

For now.  You have to do some simple UserDefinedCommands scripting..

MultiScript type script and add for example

MC.Explorer.GoTo. RIGHT ="C:\ThisFolder\"
MC.Explorer.GoTo. LEFT="D:\MyFolder\"
Title: Re: Favorites: How to setup the left and right explorer panel with one favorite
Post by: StefanH on December 27, 2017, 10:59:00
Thanks!

yes I meant it like the feature in TC. I"ve done it now with a user defind command.