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:
Tabsets is very good, but it could be much more versatile than it is now.
Tabsets is very good, but it could be much more versatile than it is now.
- Attachments
-
- Tabsets_Suggestions.jpg (20.73 KiB) Viewed 1472 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.
This is not currently planned.
However, you can achieve a similar result by scripting a button and using the tabset() command.
However, you can achieve a similar result by scripting a button and using the tabset() command.
FAQ | XY News RSS | XY X
Re: Tabsets is very good, but it could be much more versatile than it is now.
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!
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 (221.76 KiB) Viewed 1422 times
Win 10 Pro 64bit
XYplorer Beta Club