Increasing the precision of size

Have a suggestion for "Everything"? Please post it here.
Post Reply
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Increasing the precision of size

Post by salazor »

I propose to increase the precision of the display size, that is: Everything now displays 12.1 MB (GB/KB) and I want to 12.17 MB (GB/KB), while for 1-9 MB (GB/KB) is OK. Only from 10-100 and upwards MB (GB/KB) displays one digit after the decimal point.
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: Increasing the precision of size

Post by therube »

In that case, then perhaps make it open ended, something like Bash limiting precision of floating point variables.

(With your particular use-case, it would be a little more difficult.)
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Increasing the precision of size

Post by salazor »

therube wrote:In that case, then perhaps make it open ended, something like Bash limiting precision of floating point variables.

(With your particular use-case, it would be a little more difficult.)
And how to use In Windows?
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: Increasing the precision of size

Post by therube »

Well of course not saying to use that directly, but being able to use a method such as that, so that the user has the option as to how to format the display, be it one decimal place, or none, or two, or three ...
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Increasing the precision of size

Post by void »

I'll look into an ini option to set the precision of the auto size format.

Thanks for the suggestion.
Post Reply