When I am searching for occurrences of a particular items in my application, I often run into this issue: The search feature only allows you to search for text or a type of object, but not both. If I need to find a particualr VI Server method call, I can either search for all invoke nodes (which returns WAY too many to sort through) or I can search for the text in the method name, and end up with results that have nothing to do with invoke nodes.
What we need here is the ability to specify multiple search criteria and logical operators to tie them together. So, I could do a search for invoke nodes with the text 'Abort' in their name. This would be a big help in large applications as well as those that use a lot of VI Server or .NET code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.