Total size of objects selected. Total size of all objects. Size format option of MB and GB.
Total size of objects. Size format of MB and GB
-
- Posts: 1
- Joined: Mon Apr 26, 2021 7:04 pm
Re: Total size of objects. Size format of MB and GB
Tools | Options | General -> View --> Show total size in status bar.
(Further, the way it is displayed, bytes, KB... is configurable.)
(Further, the way it is displayed, bytes, KB... is configurable.)
Re: Total size of objects. Size format of MB and GB
To show the total size in the statusbar, type the following in the search bar and press ENTER:
To specify what units should be used in the statusbar (bytes, KB, MB):
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.
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
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.