opengds / OpenGDS

Open GOOP Development Suite
MIT License
54 stars 14 forks source link

Add must override flag #89

Closed jashcroft123 closed 6 months ago

jashcroft123 commented 8 months ago

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

Bas-vE commented 6 months ago

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

jashcroft123 commented 6 months ago

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 *

jashcroft123 commented 6 months ago

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?

Bas-vE commented 6 months ago

Added in the next version