This is a migrated thread and some comments may be shown as answers.

JustCode Directory Filter no longer working?

2 Answers 36 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Brian Azzi
Top achievements
Rank 2
Brian Azzi asked on 02 Apr 2013, 07:54 PM
Hello... as far as I can tell, my existing directory filters seem to no longer be working with the latest internal build that was pushed out to me today via visual studio.

Here is my filter:

*.designer.cs;*.designer.vb;\Reference.cs;\Reference.vb;*.generated.cs;*.generated.vb;highcharts.js;Dynamic.cs;unidata.js;\Docs;

In particular:  \Docs;  no longer seems to filter out warnings from sub-directories of the Docs folder within my solution. (This has been working for a while now, I have not changed it).

Thanks,
-Brian 

2 Answers, 1 is accepted

Sort by
0
Accepted
Zdravko
Telerik team
answered on 03 Apr 2013, 02:58 PM
Hi Brian,

 Thanks for contacting us.
As you noticed we introduced wildcards for the filter text box. There are mainly three main signs that you can use to filter files and folders. We are going to publish a new help documentation article that describes in details how to use them.
* - extends zero or more symbols only in file names.
Your filters will look like:
*highcharts.js;*Dynamic.cs;*unidata.js;

% - extends zero or more directory names
Docs\%\* - this will ignore all files and subdirectories
FYI: ? - extends one and only one symbol in either file names or directory names
\*.?s - matches all files with extension ".?s" (".js", ".cs", ".ps" and so on)

I hope these will work for you.
Thank you and stay tuned for the documentation examples.

Greetings,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Brian Azzi
Top achievements
Rank 2
answered on 03 Apr 2013, 04:06 PM
Perfect, thanks!
Tags
Code Analysis
Asked by
Brian Azzi
Top achievements
Rank 2
Answers by
Zdravko
Telerik team
Brian Azzi
Top achievements
Rank 2
Share this question
or