Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: imruska98 on February 01, 2013, 16:21:04

Title: panels
Post by: imruska98 on February 01, 2013, 16:21:04
My suggestion: make the target panel as  the source panel (see TC or FreeCommander).
Title: Re: panels
Post by: Mathias (Author) on February 01, 2013, 16:39:08
Think you need to explain that better.

Target panel is always the panel that is not in focus. and is the default target location for copy and other operations.. Like other commanders.
Title: Re: panels
Post by: Jungle on February 01, 2013, 18:14:40
imruska98,
If you want to show current source path in the target tab, you may use MultiScript. Something like:

Code: [Select]
@var $s = GetSourcePath();
MC.Explorer.Goto TARGET="{$s}";
Title: Re: panels
Post by: Mathias (Author) on February 01, 2013, 19:09:46
Or press Ctrl+. (dot)
Then Target path is set to the same as the source.