11-08-2022 01:15 AM
I have an open-type definition used across my large vi. I want to search and locate the type definitions with a specific value, e.g. "write" or "read". Is it possible?
Solved! Go to Solution.
11-08-2022 01:54 AM
Two possible options:
11-08-2022 01:11 PM
@Xiang00 wrote:
I have an open-type definition used across my large vi.
What is an "open-type definition"?
11-08-2022 04:10 PM
@tst さんは書きました:
Two possible options:
- Ctrl+F. Search for the text "write". Once you get the results window, you can type to filter the results, so you could type something like "enum cons" to get the just the enum constants.
Thank you! I will try this option. The second one would be a tough work for me.
11-08-2022 04:11 PM
@altenbach さんは書きました:
What is an "open-type definition"?
Sorry, I misunderstood the name. It is just a type definition.
11-09-2022 12:21 AM
@Xiang00 wrote:
@tst さんは書きました:
Two possible options:
- Ctrl+F. Search for the text "write". Once you get the results window, you can type to filter the results, so you could type something like "enum cons" to get the just the enum constants.
Thank you! I will try this option. The second one would be a tough work for me.
One important thing I forgot to mention: you will probably need to click the more options button in the find window and configure it at least not search in hidden object data, as I believe that will return results from optional values (like unselected enum values).
Just remember that these settings persist for the next time you use the find window, so you might want to change them to something that matches your generic searches after you are done with your search or you might not find things you're looking for in future searches.