When adding, for example, a spacer, then changing its field type to Filter (set to Quick Filter mode), the filter's drop-down list will show suggestions for filetypes found for the focused file display, such as *.jpg
. The issue however is that my filter bar is set to work in regex mode, and so selecting any of the filter field's suggestions do not help. When the filter bar is set to regex mode, the filter field should suggest valid regular expressions instead, e.g. \.jpg$
.
Edit: If I turn on Match any word for the Filter Bar, then the wildcard auto suggestions work, but that's not really a solution I don't think. If you take a look at how the Filter Bar's extensions list button works, it sets the filter to *.jpg
when regex is disabled, but when enabled, it sets it to \.jpg$
.
Thanks.
13.6.6 (Beta)