Multiple sets of tabs, with active selectable through list

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
MortenZdk
Junior Member
Junior Member
Posts: 10
Joined: 2017-02-05, 18:27 UTC

Multiple sets of tabs, with active selectable through list

Post by *MortenZdk »

Suggestion: Multiple sets of directory tabs, with active set selectable through drop down list or hotkey

Motivation: The directories I need to access depends on the assignment that I do. Over the day/week I work interleaved on different assignments, so it would be very convenient to have an easy way to change between the active set of directory tabs, while saving the current set of directory tabs for later use.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6449
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

No need for this suggestion :)
TC already has commands like the following:

OPENTABS <filename> ;Open tabs from saved .tab file
APPENDTABS <filename> ;Append tabs to existing tabs

SAVETABS <filename> ;Save tabs to .tab file, active side
SAVETABSL <filename> ;Save tabs to .tab file, left side
SAVETABSR <filename> ;Save tabs to .tab file, right side
SAVETABS2 <filename> ;Save tabs to .tab file, both sides (active=first)
SAVETABS2L <filename> ;Save tabs to .tab file, both sides (left=first)
SAVETABS2R <filename> ;Save tabs to .tab file, both sides (right=first)

Using this list and em_commands you can build menus and buttons as you like
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

You can already do that by saving the tab sets in .tab files. Right-click on a tab and select "Save tabs to file" or "Save tabs on both sides to file". Loading a tab set is done the same way (select "Load tabs from file..." of course).

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
MortenZdk
Junior Member
Junior Member
Posts: 10
Joined: 2017-02-05, 18:27 UTC

Thanks for clarification of existing commands

Post by *MortenZdk »

I have actually used these features, for saving to .tab file and reloading later, at some occasions, and I think the presence of these commands shows that that there is an need for saving and loading different sets of tabs. However, the use of commands, and manually saving and loading tabs, can be more user friendly.

Just like you could just as well use the "cd <directory>" windows command to change directory, there is still the directory hotlist (Ctrl+D) feature, since having this readily available is just more user friendly.

Best regards Morten
Post Reply