Page 1 of 1

Hint Pattern for Status Bar doubles parts of some hints [FIXED]

Posted: 24.10.2023, 15:23
by Forez
Under the

Tools > Settings > View > Status Bar > Content > Define Details > Hint Pattern

users can choose what to see when they will park mouse pointer over the Status Bar. I myself used to utilize such
 BYTES: [fc_sizeSel]
 KILOBYTES: [fc_sizeKBSel]
 MEGABYTES: [fc_sizeMBSel]
 GIGABYTES: [fc_sizeGBSel]
 TERABYTES: [fc_sizeTBSel]
[with a white space at the end of each line] and it worked A-OK. But now after expanding this to

Code: Select all

 BYTES:             [fc_sizeSel] ● ON DISK: [fc_sizeOnDiskSel] 
 KILOBYTES:      [fc_sizeKBSel] ● ON DISK: [fc_sizeOnDiskKBSel] 
 MEGABYTES:   [fc_sizeMBSel] ● ON DISK: [fc_sizeOnDiskMBSel] 
 GIGABYTES:     [fc_sizeGBSel] ● ON DISK: [fc_sizeOnDiskTBSel] 
 TERABYTES:     [fc_sizeTBSel] ● ON DISK: [fc_sizeOnDiskGBSel] 
[also wth a white space at the end of each line] I get such glitches:

● "kb kb" at the end of the KILOBYTES line instead of just single "kb"
● "MB MB" at the end of the MEGABYTES line instead of just single "MB"
● double space at the end of the GIGABYTES line instead of just a single space before it i.e. I do not get to see "_GB" but "__GB" [where the >>_<< sign stands in for >> <<]
● double space at the end of the TERABYTES line instead of just a single space before it i.e. I do not get to see "_TB" but "__TB" [where the >>_<< sign stands in for >> <<]


I am using FreeCommander XE 2023 Build 896 64-bit Donor Portable & Build 880 32-bit Public Installed

Re: Hint Pattern for Status Bar doubles parts of some hints

Posted: 24.10.2023, 20:57
by Marek
I can reproduce it.
Fixed for the next release.

Re: Hint Pattern for Status Bar doubles parts of some hints

Posted: 16.12.2023, 19:43
by Forez
In build 900 it is now messed up in a different way:

● for an item there are no white spaces before e.g. MB
● for a file after my "ON DISK:" I see no data of any kind
● for a folder I see no data [just my descriptions]

And if I will press the ALT + F9 shortcut [i.e. turn on calculating of sizes of items] I will gain only the info of size of a folder but not the info of size of the same folder [and a file] according to its unit allocation size chosen for a given volume

Re: Hint Pattern for Status Bar doubles parts of some hints

Posted: 16.12.2023, 21:02
by Karol
for a file after my "ON DISK:" I see no data of any kind
It was already discussed: add SizeOnDsk Column or use AlwaysLoadFileAllocatedMemorySize=1
for a folder I see no data [just my descriptions]
Activate Folder->Size of folders

Re: Hint Pattern for Status Bar doubles parts of some hints

Posted: 06.04.2024, 12:46
by Forez
Forez wrote: 16.12.2023, 19:43 [...]
● for an item there are no white spaces before e.g. MB
This seems to have been fixed

As for the the other two issues and the

Code: Select all

AlwaysLoadFileAllocatedMemorySize=1
solution to them: I do not see that option - thus I made a post about it in that topic

Re: Hint Pattern for Status Bar doubles parts of some hints

Posted: 07.04.2024, 10:12
by Forez
I created a new slightly broader topic about these issues: https://freecommander.com/forum/viewtopic.php?t=13801