Page 1 of 1

Opening a dual pane layout each with own tabset

Posted: 07 Aug 2024 11:59
by cmj01
Hi everyone,

I have a 2 paned view, with one tabset in each.

I want this to be my default view or at least able to open it repetitively, with the same tabs in each pane.

How can I save and open this layout quickly and easily so workspace is 2 panes, each with associated tabset.
2024-08-07_10-55-41.png
2024-08-07_10-55-41.png (140.32 KiB) Viewed 1242 times
Currently it takes me a few clicks to get back to my starting point, and I'm hoping XYplorer can make this easier.

Any ideas appreciated.

Many thanks,

Mike

Re: Opening a dual pane layout each with own tabset

Posted: 07 Aug 2024 14:29
by RalphM
In short: scripting.
The few clicks it takes you now could probably quite easily be turned into a short script.

Re: Opening a dual pane layout each with own tabset

Posted: 08 Aug 2024 08:11
by yuyu
You might be interested in MyTabsets tabset manager

Re: Opening a dual pane layout each with own tabset

Posted: 08 Aug 2024 08:35
by admin
As a side note, dual scripts (general format: this pane script||other pane script) might be useful here, e.g. this one-liner:

Code: Select all

tabset("load", "test1");||tabset("load", "test2");

Re: Opening a dual pane layout each with own tabset

Posted: 08 Aug 2024 16:08
by klownboy
Reminiscent of the now defunct and never documented dual, goto "DUAL:1.<curpath>>>2||<curpath>>>2"; :)