[Solved] [ß3] [ButtonbarVertical] Section

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
brahman
Senior Member
Senior Member
Posts: 208
Joined: 2006-04-26, 13:27 UTC

[Solved] [ß3] [ButtonbarVertical] Section

Post by *brahman »

Since in the help file there is not yet a section for
[ButtonbarVertical]

I would have thought that the same commands that apply to [Buttonbar] would also be valid here.

That is unfortunately wrong, since the following command is not adhered to:

ButtonbarVertical=%Commander_path%\VERTICALCustom.bar

It would be good to be able to set a custom bar file for the vertical also, to make it safe from accidentally being overwritten during updates and for better customization.
Last edited by brahman on 2016-06-23, 06:41 UTC, edited 1 time in total.
Regards, Brahman
Win10 & 11 Pro x64
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Just use the syntax:

[ButtonbarVertical]
Buttonbar=%Commander_path%\VERTICALCustom.bar

Or pick the VERTICALCustom.bar in the "Change vertical button bar" dialog (right click on the bar)
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
brahman
Senior Member
Senior Member
Posts: 208
Joined: 2006-04-26, 13:27 UTC

Post by *brahman »

Doh! Why didn't I think of that myself.

I thought every command must be unique in the ini file.

Thanks for your help.
Regards, Brahman
Win10 & 11 Pro x64
User avatar
Dalai
Power Member
Power Member
Posts: 9968
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

brahman wrote:I thought every command must be unique in the ini file.
No. Every key in a section must be unique. Something like

Code: Select all

[section]
key1=value
key1=value
won't work, but something like

Code: Select all

[section]
key1=value

[section2]
key1=value
will.

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
Post Reply