Replies: 2 comments 1 reply
-
To add to this, might be cool for various modifier keys to do different things but I can't think of anything specific beyond having one that declares a var without "@onready" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note: You can hold Ctrl just before dropping. i.e. You don't need to have Ctrl pressed before you start dragging. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Before opening a proposal issue I'd like to open a discussion around this even though it's pretty small.
Currently the process of ctrl + drag is slightly annoying as it overlaps with the functionality of selecting multiple nodes.
If a node is already selected and you ctrl + click you'll either deselect the node you want to include in the script or include another node, it almost always requires 2 unintuitive clicks to perform an action that should be super quick.
I propose either adding "ALT" to if statement that was added in this PR (editor/plugins/script_text_editor.cpp:1562) OR making this controllable through the editor settings although I wouldn't know what to propose for that specifically
Beta Was this translation helpful? Give feedback.
All reactions