Copy Toolbar Button Sets [Tool Bar / QoL]

Features wanted...
Post Reply
Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

Copy Toolbar Button Sets [Tool Bar / QoL]

Post by Garonne »

Hi Dan,

do you think it's possible / plausible to add a copy option (or import / export) to the Toolbar Editing Window so I can copy my Button Set #1 to Set #2 (#3, #4) so I can have multiple Toolbar Button Sets that only vary by some "special" Buttons, while the main part stays the same?

I honestly don't care if you add a "Copy Buttons" option or if you do "Import / Export" as (at least for me) both serve the same purpose (though Import / Export may have way more use cases than just copying).

Horst
Posts: 1374
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Copy Toolbar Button Sets [Tool Bar / QoL]

Post by Horst »

The toolbar sets are simple text files.
You can edit or copy them.
Windows 11 Home, Version 25H2 (OS Build 26200.8457)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99

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

Re: Copy Toolbar Button Sets [Tool Bar / QoL]

Post by admin »

See scripting command toolbar(), for example:

Code: Select all

toolbar(toolbar(), 2:=2);  //set button set #2 to current button set
toolbar(toolbar(2:=3));  //set current button set to button set #3

Garonne
Posts: 195
Joined: 21 Apr 2015 19:10
Location: Win11, 100% Scaling
Contact:

Re: Copy Toolbar Button Sets [Tool Bar / QoL]

Post by Garonne »

admin wrote: 04 Nov 2024 09:57 See scripting command toolbar(), for example:

Code: Select all

toolbar(toolbar(), 2:=2);  //set button set #2 to current button set
toolbar(toolbar(2:=3));  //set current button set to button set #3
Oh, thanks. I'm sadly not very comfortable with scripting, but I guess that's not too complicated.

Got to check that command.
Horst wrote: 04 Nov 2024 09:23 The toolbar sets are simple text files.
You can edit or copy them.
Oh? You know where to find them?

Horst
Posts: 1374
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Copy Toolbar Button Sets [Tool Bar / QoL]

Post by Horst »

Garonne wrote: 18 Nov 2024 15:53
Horst wrote: 04 Nov 2024 09:23 The toolbar sets are simple text files.
You can edit or copy them.
Oh? You know where to find them?
In my portable XY it's under
C:\Tools\XYplorer\Data\Toolbars\
In a normal setup it will be under your AppData I guess.
Windows 11 Home, Version 25H2 (OS Build 26200.8457)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1412b (x64), Everything Toolbar 2.3.0, Listary Pro 6.3.6.99

Post Reply