Tabsets is very good, but it could be much more versatile than it is now.

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
shahab
Posts: 1
Joined: 10 Sep 2019 12:02

Tabsets is very good, but it could be much more versatile than it is now.

Post by shahab »

Hello everyone
Here is my suggestion to improve the versatility of XYplorer, regarding Tabsets
Tabsets organizing could be much, much better, and more versatile, if users could make different categories, and save Tabsets under respective categories.
Something like this picture:
Attachments
Tabsets_Suggestions.jpg
Tabsets_Suggestions.jpg (20.73 KiB) Viewed 1471 times

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

Re: Tabsets is very good, but it could be much more versatile than it is now.

Post by admin »

This is not currently planned.

However, you can achieve a similar result by scripting a button and using the tabset() command.

Borut
Posts: 1465
Joined: 19 Oct 2010 19:29
Location: Win10 Pro 64b 22H2, @120DPI (125%)

Re: Tabsets is very good, but it could be much more versatile than it is now.

Post by Borut »

Maybe this script would be for you:
viewtopic.php?p=229681#p229681

Button definition...
Icon:
:tabsets
On leftclick:
load "MyTabsets.xys", "open";
On rightclick:
load "MyTabsets.xys", "park;saveas;-;reopen;open;-;showbase;gotobase;resetbase;setbase;-;editscript;openini;showsig";
Fire click on mousedown:
CHECKED

See the comments inside the script for prerequisites and installation. Then experiment with rightclick first, define the base directory for saving tabsets and then try to save some current tabsets under different names. All tabsets whose name (under which they are saved) begins with the same word, will automagically be selectable via submenu items under that word. (Could not live without that script for almost a decade.) Good luck!
Attachments
XY_MyTabsets_Example.jpg
XY_MyTabsets_Example.jpg (221.76 KiB) Viewed 1421 times
Win 10 Pro 64bit

Post Reply