LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
jeejeshkumarv

Search option for finding a case in Case Structure

Status: New

Scrolling all the way to find out a particular case in case structure is painful when you have "n" number of cases created. Sometime we know the case that we want to sneek in but finding it out of all the cases displayed is really a difficult and frustrating task. So having a search bar at the top of the cases listed would really help developers a lot to get into the desired case in seconds.

1 Comment
dmafackler
Member

On a related (supporting) note, am reverse-engineering a 60000+ VI product. Would like to be able to conduct a code search such that given an enumeration (*.CTL), I could use that as a filter to find all Case Structures which provide state-machine decision support based on that typedef.

Meanwhile looking for other tools and programmatic supports to sift the code database. Honestly the codebase needs to be refactored using classes, but that's presently out of scope.