[TC10.50b1] Text misalignment in Help page Dialog box - Multi-Rename Tool

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
white
Power Member
Power Member
Posts: 5789
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

[TC10.50b1] Text misalignment in Help page Dialog box - Multi-Rename Tool

Post by *white »

The alignment of the help text about [B+0]..[B+9] is wrong. "[B+9]" is displayed on the next line. It should be on the same line like anywhere else in the Help where the width of the text exceeds 51pt. Only the explanation should be on the next line.

Screeenshot: Error in help page Dialog box - Multi-Rename Tool

HTML source for "[B+0]..[B+9]" part:

Code: Select all

<div class="p28"><B>[B+0]..</B></div>
<div class="p28"><span class="s20"><B>[B+9]</B>  </span>Paste a directory from the path, starting from the left: [B+0]=drive letter, [B+1]=first directory etc.</div>
Compare for example with source for "[=pluginname.fieldname.unit]" on the same page:

Code: Select all

<div class="p28"><B>[=pluginname.fieldname.unit]</B></div>
<div class="p28"><span class="s20"><B>  </B></span>Insert field named "fieldname" from content plugin named "pluginname". "unit" may be an optional unit (if supported by that field), or a field formatter like YMD for date fields. You can use the <B>[=?] Plugin</B> button to insert plugin fields.</div>
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50479
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC10.50b1] Text misalignment in Help page Dialog box - Multi-Rename Tool

Post by *ghisler(Author) »

This was actually intentional because the column is too wide, but I can put [B+0]..[B+9] on one line if this is preferred.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 5789
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50b1] Text misalignment in Help page Dialog box - Multi-Rename Tool

Post by *white »

ghisler(Author) wrote: 2022-04-20, 16:26 UTC This was actually intentional because the column is too wide, but I can put [B+0]..[B+9] on one line if this is preferred.
Yes, that is preferred since you do it like that throughout your help file.
User avatar
white
Power Member
Power Member
Posts: 5789
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50b1] Text misalignment in Help page Dialog box - Multi-Rename Tool

Post by *white »

Fixed in b2.
Post Reply