Page 2 of 2
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 10:37
by TsunamiZ
in my previous file manager, the function was called "same folder"
in case it helps, here's a screenshot of the icon it uses, too.

Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 10:38
by admin
admin wrote:TsunamiZ wrote:admin wrote:Whoops. Well, focus the other pane, then Go to Other Location.
im trying to not need that extra step. that's why i wonder if there is a way to make the other pane folder show the current pane folder. can this function be added in a future version?
How would you call it?
And another question to Dual Pane users: Are these commonly used/needed functions (set one pane to the path of the other)? In that case I would lift them to main menu level.
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 10:40
by admin
TsunamiZ wrote:in my previous file manager, the function was called "same folder"
in case it helps, here's a screenshot of the icon it uses, too.

Ah, this kind of answers my previous question.
So, is "Same Folder" the standard name for setting the inactive pane to the path of the active pane? (I think the name is quite ambiguous...)
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 14:16
by Stefan
I don't know what term is common, so i make a few suggestions with terms *I* would understood:
Swap Panes (with all open tabs)
Swap Tabs (current visible tabs only)
Adapt inactive path
Set to inactive path
Set to other path
Make paths same
Go to Other Location
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 16:54
by TsunamiZ
i think "same folder" makes sense because using that function would cause both panes to display the same folder. but if there is a better name for it, go ahead.
back in my previous file manager, i use this function often. i use it as a quick way to move the current folder into the other pane before i change the current pane to a different folder. when a hotkey is set, it is faster than manually dragging the tab to the other pane.
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 17:07
by Gandolf
T.C.'s term is "Target = Source". The active pane is, obviously, the source and the inactive the target.
You can easily do what you want in XY with a script:
Code: Select all
focus PI; //focus on other pane
#1070; //Go to other location
focus PI; //return focus
I've used it with no problem, assigned to Ctrl+=.
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 17:45
by serendipity
Gandolf wrote:T.C.'s term is "Target = Source". The active pane is, obviously, the source and the inactive the target.
You can easily do what you want in XY with a script:
Code: Select all
focus PI; //focus on other pane
#1070; //Go to other location
focus PI; //return focus
I've used it with no problem, assigned to Ctrl+=.
Haa, i was just about to write this exact script here. I use this often too except that I have ctrl+` assigned to it.

Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 22:08
by admin
I like "Go to other location", so I would prefer to find a matching (reverse) expression for it.
"Let(Make?) other pane go(come?) here"
"Go here in other pane"
"Synch other pane"
BTW, a not very known way to browse a folder in the other pane is Alt+Click in tree. Works also for the current folder...
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 22:40
by j_c_hallgren
admin wrote:I like "Go to other location", so I would prefer to find a matching (reverse) expression for it.
"Let(Make?) other pane go(come?) here"
"Go here in other pane"
"Synch other pane"
Sync implies (to me) file matching so that's out for me...
Maybe "Set other pane to here" though "Go here in other pane" isn't bad either...
Re: Make the other pane show the current pane's folder?
Posted: 15 Feb 2010 22:47
by TheQwerty
j_c_hallgren wrote:"Go here in other pane" isn't bad either...
+1... It's a go to action, so if it's not part of the Go menu it must contain "Go".