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.
it don't support exclude mulit pattern files at V1.3.0.632b.
Re: it don't support exclude mulit pattern files at V1.3.0.6
The exclude filter is semicolon (;) delimited.
Please try the following file exclude:
Please try the following file exclude:
*.class;*.java
Re: it don't support exclude mulit pattern files at V1.3.0.6
If you mouseover the Exclude box (& have not disabled tooltip prompts ) it tells you it is semi-colon delimited.