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.
Multiple Layouts possible?
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Multiple Layouts
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:
Create another button with command:
Note:
You may add a line to the according ini file
- to show an info at TC title
- to use a different default 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 ...
Create one button with command:
Code: Select all
"%COMMANDER_EXE%" /i="%temp%\layout1.ini"
Code: Select all
%COMMANDER_EXE% /i="%temp%\layout2.ini"
You may add a line to the according ini file
- to show an info at TC title
Code: Select all
[Configuration]
TitleExtraText=$ Layout 1
Code: Select all
[Buttonbar]
Buttonbar=%temp%\Layout1.BAR
Instead of %temp% you may use any other path, but you see the method ...
#5767 Personal license
Re: Multiple Layouts
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
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Multiple Layouts
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 ......
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 ......