How does one display the total amount of files shown in the result in the status bar:
How does one display the amount of files shown in the result in the status bar?
Re: How does one display the amount of files shown in the result in the status bar?
I am assuming this is for Everything 1.5.
To view the total result count in the status bar:
To always show the total number of results in the status bar when one item is selected:
To reset the status bar format when one item is selected to the default:
To show the result count with the selection count:
Status Bar Format
To view the total result count in the status bar:
- Deselect all results.
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:
Press ENTER in the 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
To reset the status bar format when one item is selected to the default:
- Copy and paste the following into your Everything search box:
Press ENTER in the Everything search box.
Code: Select all
/statusbar_selected_item_format=
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
Re: How does one display the amount of files shown in the result in the status bar?
For both ones 1.4, 1.5.I am assuming this is for Everything 1.5.
Great, got all of that working (in 1.5).
Thank you very much!
Re: How does one display the amount of files shown in the result in the status bar?
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:
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.
Re: How does one display the amount of files shown in the result in the status bar?
Yes, done and working.
Many thanks!
Many thanks!