DO12 - Suggestion for the {hse} status bar code

This feature is great. I like, that a click on the "filtering" button in the status bar toggles the state of hidden items. However, if a folder does not contain any of those, the word "filtering" should not be visible.

By the way, i changed my status bar, so the red number of hidden items is preceded by the green "filtering" icon, which is neat. :thumbsup:

If you look at the default status bar config, it is set up to do that:

{h!} <#FF0000>{hi} hidden</#> {h!}
{h!} <#008800>{hse}</#> {h!}

The first line shows the hidden item count, if anything is hidden, and nothing otherwise.

The second line shows "Everything" if filtering is disabled, and nothing otherwise.

You'll never see the word "Filtering" with that setup.

Works! Thanks Leo. I have to add, i very much like the idea of status bar items, which can be clicked to reveal further functionality.