LabVIEW Idea Exchange

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

Marked broken Vis in project explorer

Status: New

Placing a visual mark (e.g. a red dot) next to broken Vis in the project explorer could help to identify possible issues in an easy way.

10 Comments
tst
Knight of NI Knight of NI
Knight of NI

If the VIs are loaded into memory, then the broken VIs appear at the top of the list in the error window with a red X. Isn't that good enough?


___________________
Try to take over the world!
SteveChandler
Trusted Enthusiast

I like it. Even though broken VIs are listed in the error window, this is just another way to spot them. And since the project explorer already has the information it should not be very difficult to implement.

=====================
LabVIEW 2012


yenknip
Active Participant

I'd also like to add a TODO note to VIs in the project explorer. At the end of a day, to prevent forgetting my TODO labels, I drop an unwired numeric operation next to them. find broken VI -> find todo note.

_____________________________
- Cheers, Ed
tst
Knight of NI Knight of NI
Knight of NI

Two things I don't like about this:

 

  1. The VIs in my project are generally in a hierarchy. For broken VIs I prefer a flat list. If I'm looking for broken VIs it's probably because I intend to fix them, so I might as well be going through them one at a time.
  2. I really don't want the project window to get too noisy. Maybe if it had additional columns, this could be an optional column, but I wouldn't want it as an icon or an overlay.

___________________
Try to take over the world!
SteveChandler
Trusted Enthusiast

I can see your point about the noise. Just to be clear I wouldn't want this idea to replace the list of broken VIs in show errors.

=====================
LabVIEW 2012


SnowMule
Active Participant

@tst wrote:

Two things I don't like about this:

 

  1. The VIs in my project are generally in a hierarchy. For broken VIs I prefer a flat list. If I'm looking for broken VIs it's probably because I intend to fix them, so I might as well be going through them one at a time.
  2. I really don't want the project window to get too noisy. Maybe if it had additional columns, this could be an optional column, but I wouldn't want it as an icon or an overlay.

Maybe something like Show More VI Properties, just adding another column for compiled/in-mem/broken?

AristosQueue (NI)
NI Employee (retired)

> And since the project explorer already has the information it should not be very difficult to implement.

 

The project doesn't already have this information. The project lists all the VIs in your project, whether loaded or not. It doesn't know anything about the broken status of VIs that are not loaded.

SteveChandler
Trusted Enthusiast
I meant the project explorer as in the whole IDE, and that the program has a list of broken vis in the error window. I know that the project file itself is just a list.
=====================
LabVIEW 2012


SteveChandler
Trusted Enthusiast

@AQ, I see what you are getting at. Since the project explorer can only list broken VIs that are loaded it would not be able to mark/show/highlight broken VIs that are not loaded. Because of this inconsistency I am revoking my support of this idea. It would be a good idea if it were possible so I will keep my kudos on it just in case you guys can figure out how to do it. I need to learn not to post with incorrect blood/caffeine levels Smiley Embarassed

=====================
LabVIEW 2012


BillMe
Active Participant

I'd like the entire path to the broken VI(s) tagged in some way to make it easy to find them. For example, make the foreground text of all path elements to the VI and the VI itself in red. So for any broken VI under "My Computer", "My Computer" would be in red along with all folders and lvlibs to that VI. I currently run the "Mass compile" option on the "Project: XXXXX" run-time menu to find all broken VIs in my project. I like it because it only compiles my project files, however, it doesn't display the dialog box with the logging option as the one under the "Tools...Advanced..." does. I like the logging option of the mass compile on the "Tools...Advanced..." menu but it compiles every VI in the path you specify rather than only your project files.

 

Or how about populating the "View...Error List" with the "BAD VI" results from the Project Mass Compile??