opengds/OpenGDS

Add must override flag

Closed this issue · 4 comments

Similar to LabVIEW Native tool the VI name is appended with '*' if it is a must override method. I have done this on a local copy of the GOOP dev suite:
image

Can you share your code, or send the vi you changed for this

Just loading it up now, it's worth noting that I only slapped it together and tried to change as little as possible. I believe it should have a bug that if a method is must override but has already been implemented by a parent it will still show a *

image
image
image
Hard to send the vi's without sending the whole of the Goop folder. All I added was a property node read in Get Class Dynamic VIs and then propagated that through to the create method dialog to append a '*' if true. Hopefully that makes sense?

Added in the next version