Make the other pane show the current pane's folder?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Re: Make the other pane show the current pane's folder?

Post 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.
Image

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make the other pane show the current pane's folder?

Post 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.

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make the other pane show the current pane's folder?

Post 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.
Image
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...)

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Make the other pane show the current pane's folder?

Post 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

TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Re: Make the other pane show the current pane's folder?

Post 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.

Gandolf

Re: Make the other pane show the current pane's folder?

Post 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+=.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Make the other pane show the current pane's folder?

Post 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. :D

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make the other pane show the current pane's folder?

Post 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...

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Make the other pane show the current pane's folder?

Post 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...
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Make the other pane show the current pane's folder?

Post 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".

Post Reply