Replies: 1 comment 2 replies
-
The drag-and-drop preview is set by the Scene tree dock, so displaying a hint that you can hold Ctrl within this hint would be out of place (since it's not guaranteed you'll drop the node onto the script editor). It sounds difficult to show this hint only when currently hovering the script editor. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: I always forget if it's shift or CTRL or ALT that does the onready line vs just the node name when dragging dropping a node from scene tree into the script window while holding CTRL/shift/ALT.
Right now the drag drop mouse "label" when dragging is just the name of the node.
Is it possible to make this drag drop mouse label show that it will make an onready script line if CTRL is being held while dragging?
I am not specifically sure what this improved hint label should be, Maybe "OR node name" instead of just "node name" if CTRL is held?
I just need something to tell me i'm holding the right key to do the right thing before I drop.
Beta Was this translation helpful? Give feedback.
All reactions