How does one display the amount of files shown in the result in the status bar?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

How does one display the amount of files shown in the result in the status bar?

Post by Biff »

How does one display the total amount of files shown in the result in the status bar:
Image
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: How does one display the amount of files shown in the result in the status bar?

Post by void »

I am assuming this is for Everything 1.5.

To view the total result count in the status bar:
  • Deselect all results.
This can be done easily by selecting one result and pressing Ctrl + Space in the result list.



To always show the total number of results in the status bar when one item is selected:
  • Copy and paste the following into your Everything search box:

    Code: Select all

    /statusbar_selected_item_format=$o objects, Size: $s, Date Create: $c, Date Modified: $m, Type: $t, Date Accessed: $a, Attributes: $b, Path: $p
    
    Press ENTER in the Everything search box.


To reset the status bar format when one item is selected to the default:
  • Copy and paste the following into your Everything search box:

    Code: Select all

    /statusbar_selected_item_format=
    
    Press ENTER in the Everything search box.


To show the result count with the selection count:
  • In Everything, from the Tools menu, click Options.
  • Click the View tab on the left.
  • Check Show the result count with the selection count.
  • Click OK.


Status Bar Format
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: How does one display the amount of files shown in the result in the status bar?

Post by Biff »

I am assuming this is for Everything 1.5.
For both ones 1.4, 1.5.

Great, got all of that working (in 1.5).

Thank you very much!
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: How does one display the amount of files shown in the result in the status bar?

Post by void »

Everything 1.4 doesn't have an option to customize the single selected item status bar text.

However, all the other options will work in Everything 1.4.

To disable the single selected item status text:
  • In Everything (1.4 and 1.5), from the Tools menu, click Options.
  • Click the View tab on the left.
  • Check Show selected item in status bar.
  • Click OK.
Instead of showing the selected item details, x objects is shown (or x of y objects selected if "Show the result count with the selection count" is set)
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: How does one display the amount of files shown in the result in the status bar?

Post by Biff »

Yes, done and working.

Many thanks!
Post Reply