Page 1 of 2

Size on disk info for Status Bar

Posted: 20.09.2023, 11:21
by Forez
Under the

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

and

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

user scan utilize

Code: Select all

[fc_sizeAutoSel]
[fc_sizeSel]
[fc_sizeKBSel]
[fc_sizeMBSel]
to see info about the real size of selected items


But what about size on a given drive, i.e. in accordance to its allocation unit size?

I think there should be separate codes for that ["size on disk" as it is described in Windows Explorer], something like

Code: Select all

[fc_sizeAutoSelAlloc]
[fc_sizeSelAlloc]
[fc_sizeKBSelAlloc]
[fc_sizeMBSelAlloc]
perhaps?

Re: Size on disk info for Status Bar

Posted: 20.09.2023, 14:00
by Karol
What about existing [fc_sizeOnDisk...]?

Re: Size on disk info for Status Bar

Posted: 20.09.2023, 20:59
by Karol
What about existing [fc_sizeOnDisk...]?
It seems that this is currently not working.

Re: Size on disk info for Status Bar

Posted: 21.09.2023, 10:02
by Forez
Are you merely taking an aducated guess here - or were you actually using this variable in the past?

I get zero results when I search for "fc_sizeOnDisk" [https://www.google.com/search?client=fi ... eOnDisk%22, https://duckduckgo.com/?t=ffab&q=%22fc_ ... %22&ia=web, https://www.bing.com/search?q=%22fc_siz ... cc=0&ghpl=]

Re: Size on disk info for Status Bar

Posted: 22.10.2023, 17:23
by Forez
Karol wrote: 20.09.2023, 20:59 [...]
currently not working.
Forez wrote: 21.09.2023, 10:02 Are you merely taking an aducated guess here - or were you actually using this variable in the past?
[...]
Well?

Re: Size on disk info for Status Bar

Posted: 23.10.2023, 20:54
by Marek
But what about size on a given drive, i.e. in accordance to its allocation unit size?
You can select from the popup menu the "Size on disk ..." items.
The info "Size on disk..." is showed only if the column "Size on disk..." exists.

Re: Size on disk info for Status Bar

Posted: 24.10.2023, 14:53
by Forez
Yes I can, thank you

But why does it need to have SizeOnDsk Column turned on in order to be able show such on disk size?

Re: Size on disk info for Status Bar

Posted: 24.10.2023, 21:04
by Marek
Providing information about the allocated memory on the hard drive slows down data loading.
Most users don't need this info.

Re: Size on disk info for Status Bar

Posted: 24.10.2023, 21:40
by Marek
OK, I have added option to define in the freecommander.ini (next release):

Code: Select all

AlwaysLoadFileAllocatedMemorySize=0
If you want always load the size, change the line to

Code: Select all

AlwaysLoadFileAllocatedMemorySize=1

Re: Size on disk info for Status Bar

Posted: 24.10.2023, 23:39
by Forez
Will this be an equivalent of turning on the Size of folders option, which option when used shows the size of folders in the Column named Size Auto?

Re: Size on disk info for Status Bar

Posted: 06.04.2024, 12:42
by Forez
Has this been implemented?

I get zero result when I search for

AlwaysLoadFileAllocatedMemorySize

within files of

C:\Users\YOUR-USER-NAME\AppData\Local\FreeCommanderXE\Settings

Re: Size on disk info for Status Bar

Posted: 06.04.2024, 14:28
by horst.epp
Forez wrote: 06.04.2024, 12:42 Has this been implemented?

I get zero result when I search for

AlwaysLoadFileAllocatedMemorySize

within files of

C:\Users\YOUR-USER-NAME\AppData\Local\FreeCommanderXE\Settings
This entry definitely exists, at least for me

Re: Size on disk info for Status Bar

Posted: 06.04.2024, 14:53
by Forez
In the FreeCommander.INI file? In what section of it?

Re: Size on disk info for Status Bar

Posted: 06.04.2024, 16:32
by Dreamer
Section:

Code: Select all

[Form]
You can just close FC and add it there manually, at the end of the list.

Re: Size on disk info for Status Bar

Posted: 06.04.2024, 16:38
by horst.epp
Forez wrote: 06.04.2024, 14:53 In the FreeCommander.INI file? In what section of it?
[Form]