status bar - size

Have a suggestion for "Everything"? Please post it here.
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

status bar - size

Post by Stamimail »

I don't know why the size indicator is located in the right side of the status bar.
You can easily move it to the left side, in the same place that "Size:" is located when there is one item selected. No need for duplicates.
NotNull
Posts: 5769
Joined: Wed May 24, 2017 9:22 pm

Re: status bar - size

Post by NotNull »

I have to say that I like the size indicator at the right: the most important file information is always in the same spot. No need to find it among lots of file details.
(just like the number of files is always on the left side of the statusbar)

BTW: do the statusbar entries "flip" when using a LTR language like yours? Just curious.

EDIT: Just tested: they do!
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: status bar - size

Post by Stamimail »

the most important file information is always in the same spot. No need to find it among lots of file details.
(just like the number of files is always on the left side of the statusbar)
I also support that the location of "size" be at the same spot. Only I think that everything you want can be achieved even when the location is on the left side. You just need to think a little more about the design of the status bar.

If you leave it on the right side, I think it's a disadvantage:
1. On a large screen, you have to roll your eyes to 2 spots to get all the information.
2. The size information is duplicated.


BTW: *RTL language
void
Developer
Posts: 17310
Joined: Fri Oct 16, 2009 11:31 pm

Re: status bar - size

Post by void »

I did trial showing the size on the left in the status bar.
It was reverted back to the right as it was too busy.

Everything is designed to be displayed in a window. (not fullscreen)
The total size in the status bar lines up quite nicely under the size column.



To show the size on the left:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    status format
  • Select: statusbar_selection_format
  • Set the value to: $o items | $x items selected | Size: $z
  • Select: statusbar_format
  • Set the value to: $o items | Size: $y
  • Click OK.


You may have set a custom status bar format already?
By default, the size should only be shown on the right and not duplicated on the left and right.

To hide the size on the right:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    status size
  • Select: statusbar_total_size2
  • Set the value to: false
  • Click OK.


I'll consider a simple switch to toggle the size side.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: status bar - size

Post by Stamimail »

There is a difference between the format of selecting one item and the format of selecting multiple items.
Did you try to make them similar?

100,000 items | Size: 10.0 MB | Path: C:\test

100,000 items | Size: 50.0 MB | 5 items selected
void
Developer
Posts: 17310
Joined: Fri Oct 16, 2009 11:31 pm

Re: status bar - size

Post by void »

Yes.

To show the size on the left in the middle:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    status format
  • Select: statusbar_selection_format
  • Set the value to: $o items | Size: $z | $x items selected
  • Click OK.
mczerski
Posts: 63
Joined: Mon Aug 23, 2021 3:07 pm

Re: status bar - size

Post by mczerski »

I am using ET ver. 1.5.0.1275a (x64), but in the Tools > Options drop-down menu there is no option "Advanced"! Why? This shortage makes your advice useless. What should I do?
NotNull
Posts: 5769
Joined: Wed May 24, 2017 9:22 pm

Re: status bar - size

Post by NotNull »

mczerski wrote: Sat Mar 08, 2025 6:11 am 1.5.0.1275a
What should I do?
Update.

Advanced Settings was introduced in version 1.5.0.1344a. Current version: 1.5.0.1391a.
mczerski
Posts: 63
Joined: Mon Aug 23, 2021 3:07 pm

Re: status bar - size

Post by mczerski »

Thank you for your reply and clarification. But, in future, please be more precise. I will update my ET ASAP!!! :D For instance, you wrote, "In Everything 1.5, from the Tools menu, click Options...", which gave rise to my question and – generally – may cause an unnecessary burden to you with questions that otherwise wouldn’t have been asked.
Best regards with further developing of your excellent and superb ET!
mczerski
Posts: 63
Joined: Mon Aug 23, 2021 3:07 pm

Re: status bar - size

Post by mczerski »

Thanks. Updated version works fine. What variables should I enter into statusbar_selected_item_format or elsewhere in order to see the dimensions of a selected intem in the status bar if the item is an image or a movie?
NotNull
Posts: 5769
Joined: Wed May 24, 2017 9:22 pm

Re: status bar - size

Post by NotNull »

$dimensions:
$height:
$width:

Status Bar Format
mczerski
Posts: 63
Joined: Mon Aug 23, 2021 3:07 pm

Re: status bar - size

Post by mczerski »

Thanks a lot for your assistance!!! I have followed your advice and ET works perfect, as it always does!!! :D
Post Reply