Increasing the precision of size
-
salazor
- Posts: 258
- Joined: Tue Jun 17, 2014 10:52 am
Increasing the precision of size
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: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Increasing the precision of size
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.)
(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
And how to use In Windows?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.)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Increasing the precision of size
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: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Increasing the precision of size
I'll look into an ini option to set the precision of the auto size format.
Thanks for the suggestion.
Thanks for the suggestion.