godot icon indicating copy to clipboard operation
godot copied to clipboard

Improve Connection Dialog method list

Open KoBeWi opened this issue 2 years ago • 2 comments

  • remove return type icons from method list
  • add argument list to method list
  • add argument list to "To Signal" box
  • handle object types when checking compatible methods

Before image

After image

KoBeWi avatar Jan 29 '23 14:01 KoBeWi

Hm, why removing the return type icon?

Maran23 avatar Jan 29 '23 16:01 Maran23

Because it's irrelevant for connections and only clutters the view. Return value of callbacks isn't used anywhere. EDIT: This was originally raised here: https://github.com/godotengine/godot/pull/66313#issuecomment-1404383785

KoBeWi avatar Jan 29 '23 16:01 KoBeWi

Thanks!

akien-mga avatar Jan 30 '23 14:01 akien-mga