So if I select an entry from the list, it should set both panes.
Please don't say this can be scripted, I know
For a 2pane file manager, this should be an intrinsic function.
goto "\\VEGA\Users\Donald||D:\"; is very much like the oldgoto "DUAL:1.<curpath>>>2||<curpath>>>2"; which you removed years ago. I remember being bummed out about it. goto "F:\||G:\"; and I have a default tab for pane 2 (and in this case there is no locked tab for G:\), it will open a new tab rather than using the default tab for pane 2. It seems to use the default tab for pane 1.1) Yes, the DUAL syntax was clumsy and nobody seemed to be interested anyway. Now the handling is much cooler.klownboy wrote: ↑11 Nov 2023 20:30 Sogoto "\\VEGA\Users\Donald||D:\";is very much like the old
goto "DUAL:1.<curpath>>>2||<curpath>>>2";which you removed years ago. I remember being bummed out about it.![]()
No real problem but I figured I'd let you know, if I usegoto "F:\||G:\";and I have a default tab for pane 2 (and in this case there is no locked tab for G:\), it will open a new tab rather than using the default tab for pane 2. It seems to use the default tab for pane 1.
Something like that is conceivable once the experimental phase has been successfully completed.
echo "active: <curpath>";||echo "inactive: <curpath>";. When I try that I get an error for the inactive pane. For this run, I was in D:\Tools\XYplorer\Scripts in the active pane and G:\Agent downloads in the inactive pane. It gets the active pane correct no matter which one it is but not the inactive one.'|echo' is not a valid script command.
|echo
inactive: D:\Tools\XYplorer\Scripts
Code: Select all
goto 'echo "active: <curpath>";||echo "inactive: <curpath>";';Confirmedadmin wrote: ↑12 Nov 2023 18:43 Oh, it's not supported here. This syntax is strictly for locations. It's not a script.
If you want to use it as a script, you have to wrap it up as a location:Code: Select all
goto 'echo "active: <curpath>";||echo "inactive: <curpath>";';
While I was having lunch I figured it probably had to do with the address bar and goto support. Thanks.admin wrote: ↑12 Nov 2023 18:43 Oh, it's not supported here. This syntax is strictly for locations. It's not a script.
If you want to use it as a script, you have to wrap it up as a location:Code: Select all
goto 'echo "active: <curpath>";||echo "inactive: <curpath>";';