Total size of objects. Size format of MB and GB

Have a suggestion for "Everything"? Please post it here.
Post Reply
somebadhat
Posts: 1
Joined: Mon Apr 26, 2021 7:04 pm

Total size of objects. Size format of MB and GB

Post by somebadhat »

Total size of objects selected. Total size of all objects. Size format option of MB and GB.
Screen Shot 04-26-21 at 02.14 PM.JPG
Screen Shot 04-26-21 at 02.14 PM.JPG (42.67 KiB) Viewed 9365 times
Screen Shot 04-26-21 at 02.27 PM.JPG
Screen Shot 04-26-21 at 02.27 PM.JPG (19.02 KiB) Viewed 9365 times
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: Total size of objects. Size format of MB and GB

Post by therube »

Tools | Options | General -> View --> Show total size in status bar.
(Further, the way it is displayed, bytes, KB... is configurable.)
NotNull
Posts: 5461
Joined: Wed May 24, 2017 9:22 pm

Re: Total size of objects. Size format of MB and GB

Post by NotNull »

To show the total size in the statusbar, type the following in the search bar and press ENTER:

Code: Select all

/show_size_in_statusbar=1

To specify what units should be used in the statusbar (bytes, KB, MB):

Code: Select all

/statusbar_size_format=x
Where x is one of the following:
0 Auto (Bytes/KB/MB/GB depending on size).
1 Always Bytes
2 Always KB.
3 Always MB.
4 Always GB. (undocumented)

After pressing ENTER the result will be shown in the statusbar for a couple of seconds.
NotNull
Posts: 5461
Joined: Wed May 24, 2017 9:22 pm

Re: Total size of objects. Size format of MB and GB

Post by NotNull »

therube wrote: Mon Apr 26, 2021 8:28 pm Tools | Options | General -> View --> Show total size in status bar.
:o Forgot about that completely! Yes, that is much easier.
Post Reply