Multiple Layouts possible?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
mbillig02
Junior Member
Junior Member
Posts: 4
Joined: 2009-04-14, 13:29 UTC

Multiple Layouts possible?

Post by *mbillig02 »

Is there a plugin or way to have multiple layouts?

I find myself setting drives, tabs and other settings then needing to change them to work on something else. It would be nice to save the layout, switch to another and switch back.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Multiple Layouts

Post by *sqa_wizard »

There is no direct way to switch between different layouts, but due to the fact layouts are saved to the wincmd.ini file you may switch the ini files like this:
Create one button with command:

Code: Select all

"%COMMANDER_EXE%" /i="%temp%\layout1.ini"
Create another button with command:

Code: Select all

%COMMANDER_EXE% /i="%temp%\layout2.ini"
Note:
You may add a line to the according ini file

- to show an info at TC title

Code: Select all

[Configuration] 
TitleExtraText=$ Layout 1
- to use a different default bar

Code: Select all

[Buttonbar]
Buttonbar=%temp%\Layout1.BAR
This way you have a certain layout for each project or task type.

Instead of %temp% you may use any other path, but you see the method ...
#5767 Personal license
User avatar
Dalai
Power Member
Power Member
Posts: 9409
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Multiple Layouts

Post by *Dalai »

Well, if it's mostly about tabs and drives, saving the tabs (on both sides) as .tab file should help. This can be done by right-click on the tabs themselves.

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
User avatar
nsp
Power Member
Power Member
Posts: 1817
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Multiple Layouts

Post by *nsp »

I'm working with multiple "layout" using custom view mode to set tab column, order... I also have user command as autorun for each View to load tabs Left/Right.
Having complete ini file switch is even more efficient specially using redirection for plugin settings in each wincmd_layoutXXX.ini you can also have dedicated ignore list ......
Post Reply