Page 1 of 1

674 - Multiple filters ignored

Posted: 26.10.2014, 13:16
by joby_toss
Everything after the first ; is ignored.
Tested with build 674 x86 and x64 using default settings on win7x64sp1:

Image

Re: 674 - Multiple filters ignored

Posted: 26.10.2014, 14:47
by Marek
It seems, the blank is not ignored, try:
*.amr;*.aiff;*.aac;*.flac;*.m4a;....

Re: 674 - Multiple filters ignored

Posted: 26.10.2014, 17:02
by joby_toss
You're right, it works fine without the spaces.

So, is this going to change back (is it a bug?), or should I change all my filters? Note that the tooltip with the examples should be changed, too, if this change is final.

Re: 674 - Multiple filters ignored

Posted: 26.10.2014, 20:29
by Marek
I am not sure, what is better. If I ignore blank, you can not filter for files with blank at the beginning ' myTest.*'.

Re: 674 - Multiple filters ignored

Posted: 26.10.2014, 21:13
by joby_toss
I see no point of having a file name that starts with a space, but that's just me.

I'm used to the way it worked before (multiple filters separated by ; and spaces), but now that I think about it, I don't really see the need for 2 separators (; and space).

I'll wait for your decision in the next build.

Re: 674 - Multiple filters ignored

Posted: 04.11.2014, 13:59
by joby_toss
Fixed in 675. Thank you!