it don't support exclude mulit pattern files at V1.3.0.632b.

Found a bug in "Everything"? report it here
Post Reply
lishunli
Posts: 2
Joined: Thu Jan 17, 2013 2:45 pm

it don't support exclude mulit pattern files at V1.3.0.632b.

Post by lishunli »

at V1.3.0.632b, i want exclude more pattern files one times, like *.class,*.java,
i tried the following at [Tool -> Options-> Indexes -> exclude] files but everything don't work.
*.class *.java
*.class | *.java
*.class & *.java
"*.class *.java"
<*.class *.java>
<*.class|*.java>
and so on...
i found everything V1.3.0.632b only support one pattern files excluding(like *.class). and i also try add filter at [Exclude Folders] option, don't work same as.

if i type xxx !<*.class | *.java> into Search Input Box is work very well.

so please help me check it.
thanks very much for your shares. everything is perfect, i love it.
void
Developer
Posts: 15292
Joined: Fri Oct 16, 2009 11:31 pm

Re: it don't support exclude mulit pattern files at V1.3.0.6

Post by void »

The exclude filter is semicolon (;) delimited.

Please try the following file exclude:
*.class;*.java
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: it don't support exclude mulit pattern files at V1.3.0.6

Post by therube »

If you mouseover the Exclude box (& have not disabled tooltip prompts ;-)) it tells you it is semi-colon delimited.
lishunli
Posts: 2
Joined: Thu Jan 17, 2013 2:45 pm

Re: it don't support exclude mulit pattern files at V1.3.0.6

Post by lishunli »

tks
Post Reply