[Statusbar] Objects, went missing?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

[Statusbar] Objects, went missing?

Post by therube »

[Statusbar] Objects, went missing?

Now it only shows a count.
No longer shows, count Objects

36 vs 36 objects.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Statusbar] Objects, went missing?

Post by void »

Are you using a custom statusbar_format?

Is statusbar_format listed under Help -> Troubleshooting Information?
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: [Statusbar] Objects, went missing?

Post by therube »

That's a very good question.
When/how it may have changed is another good question.

I may have very well changed it - ages ago.
Certainly nothing recently (that I am aware of).
I have any number of .ini around (in various directories), & they may have any number of format= to them (or none at all).

office:

Code: Select all

statusbar_selected_item_format=$s
statusbar_selection_format=$total-file-selection-size:[text:$result-count:,"#,###"]
statusbar_format=$total-file-selection-size:[text:$result-count:,"#,###"]
Would I have changed it from = to =$s - not knowingly.
Seems default is =.
Might an (older, existing, though working) "incorrect" value have caused a "reset" such that $s turned up?
Might incorrect have had a space after the = ?

This was in a "mule" instance:

Code: Select all

statusbar_format= Found: #IF:<#AND:<#folder-result-count:,#file-result-count:>, #TEXT:<#result-count:,#,###> objects |,>#IF:<#folder-result-count:, #TEXT:<#folder-result-count:,#,###> folder#IF:<#folder-result-count:==1,,s>,>#IF:<#file-result-count:,#IF:<#folder-result-count:,#comma:,> #TEXT:<#file-result-count:,#,###> file#IF:<#file-result-count:==1,,s>,>
Most .ini's are simply default =.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Statusbar] Objects, went missing?

Post by void »

Set them back to empty if you want to restore the defaults:

Code: Select all

/statusbar_selected_item_format=
/statusbar_selection_format=
/statusbar_format=
ChrisGreaves
Posts: 684
Joined: Wed Jan 05, 2022 9:29 pm

Re: [Statusbar] Objects, went missing?

Post by ChrisGreaves »

void wrote: Tue Jan 10, 2023 11:51 pm Set them back to empty if you want to restore the defaults:
Thank you, TheRube, for raising this topic, and thank you to Void for solving my most recent problem.
Cheers, Chris
Post Reply