Status Bar size info does not work correctly
Posted: 07.04.2024, 10:06
[Coming out from discussion https://freecommander.com/forum/viewtopic.php?t=13607 and https://freecommander.com/forum/viewtopic.php?t=13639]
Under the
Tools > Settings > View > Status Bar > Content > Define Details > Hint Pattern
I use
but when I hover mouse pointer over my Status Bar I only get to see something like this for files
and no data for folders, i.e.
When I press the ALT + F9 shortcut [i.e. turn on calculating of sizes of items] info displayed for files will not change and for folders it will be shown like this
Please note here the apparent difference between showing nothing at all after
My file FreeCommander.INI file for whatever reason did not have the newly implemented line of configuration, thus I manually added to it
to it - but that did not change what is reported to me. I also tried using the
setting, but this also did nothing to my Status Bar baloon reports
I have also noticed that when I have the ALT + F9 option turned on [which I know because I have an icon for it on my Splitter] but navigate to a different folder it gets turned off. Is it an intended behavior and / or something that can be changed somewhere in Setting - or is this just another bug I am experiencing, this inability to maintain that calculation being turned on when going to a different folder within the same Tab?
And on a side note, I would like also to point a lack of denotation for Bytes: https://freecommander.com/forum/viewtopic.php?t=13800
I am using Build 905 64-bit Donor Portable on Windows 10 Enterprise 20H2 x64 [10.0.19042]
Under the
Tools > Settings > View > Status Bar > Content > Define Details > Hint Pattern
I use
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] and no data for folders, i.e.
When I press the ALT + F9 shortcut [i.e. turn on calculating of sizes of items] info displayed for files will not change and for folders it will be shown like this
Please note here the apparent difference between showing nothing at all after
and showing e.g.ON DISK:
ON DISK: 0.00 MB
My file FreeCommander.INI file for whatever reason did not have the newly implemented line of configuration, thus I manually added to it
Code: Select all
AlwaysLoadFileAllocatedMemorySize=1Code: Select all
AlwaysLoadFileAllocatedMemorySize=0I have also noticed that when I have the ALT + F9 option turned on [which I know because I have an icon for it on my Splitter] but navigate to a different folder it gets turned off. Is it an intended behavior and / or something that can be changed somewhere in Setting - or is this just another bug I am experiencing, this inability to maintain that calculation being turned on when going to a different folder within the same Tab?
And on a side note, I would like also to point a lack of denotation for Bytes: https://freecommander.com/forum/viewtopic.php?t=13800
I am using Build 905 64-bit Donor Portable on Windows 10 Enterprise 20H2 x64 [10.0.19042]