Reply To: Display node parameter "hints"

FlowCanvas Forums Support Display node parameter "hints" Reply To: Display node parameter "hints"

#2365
Gavalakis
Keymaster

Hello and very sorry for late reply due to summer vacation!

Indeed, normal classes do not have a hint. Initially, it was made so that all types show a hit via .ToString(), but unless the class overrides ToString() as to show something custom and useful, only the name of the type is returned from calling ToString() as expected. Because this was reduntant since the type of the port is already possible to see when you hover the mouse of the port, I removed the hints for normal classes altogether.

I could probably return this ability and check if ToString returns the type name and only show the hint if not (meaning that it’s something custom). Is that what you would expect for hints? Meaning to display what the class ToString override returns?

Let me know 🙂

Thanks!

Join us on Discord: https://discord.gg/97q2Rjh