Add right click popup options in Connections to Method dialog. #100814
+356
−49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Connections to method is quite baron in it’s current read-only form, lacking quick access to useful connection functionality. In this pull request I have added the following right click options:
2. Show Node in TreeI decided to preserve the ordering found in the signals tab for consistency.
However, I did switch out “Go to Method” in lieu of the “Show Node in Tree” option because we had to come from the method to open this dialog.Double clicking on either the source node or target node will show the node in the tree.
Show Node in Tree goes to the appropriate node for both source and target, and signal defaults to using the source node.Closes godotengine/godot-proposals#1849
Closes godotengine/godot-proposals#10840