CTB to open catalog+pane tabsets

Discuss and share scripts and script files...
Post Reply
aliteralmind
Posts: 261
Joined: 02 Dec 2014 16:49

CTB to open catalog+pane tabsets

Post by aliteralmind »

Each item in this custom toolbar button saves the current tabsets, then opens a catalog along with the tabsets from the *last* time that catalog was opened. If the tabsets don't exist, they're created.

Image

Right-clicking does nothing.

Someday I'll move these to script files, and add in custom toolbar button-sets for each catalog as well.

XYplorer is cool.

Code: Select all

Snip: CTB 1
  XYplorer 14.80.0224, 2/20/2015 6:07:17 PM
Action
  NewUserButton
Name
  Open catalog
Icon
  label:Ctlg>000000,ffffff
ScriptL
  "Open catalog: XBN-Java"
     tabset("save", "1"); tabset("save", "2"); tabset("load", "xbn_left_pane", "1"); tabset("load", "xbn_right_pane", "2"); catalogload "git_repositories_xbnjava.dat";
  "Open catalog: Non-XBN-Java repositories"
     tabset("save", "1"); tabset("save", "2"); tabset("load", "nonxbn_left_pane", "1"); tabset("load", "nonxbn_right_pane", "2");    catalogload "git_repositories_non_xbnjava.dat";
  "Open catalog: Django Auth Tutorial"
     tabset("save", "1"); tabset("save", "2"); tabset("load", "Q_left_pane", "1"); tabset("load", "Q_right_pane", "2"); catalogload "django_auth_tutorial.dat";
  
ScriptR
  
FireClick
  0
I posted this on my blog: https://aliteralmind.wordpress.com/2015 ... ogtabsets/
Windows 8.1, 64-bit

Post Reply