-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve 2D editor's right-click menu #56881
Conversation
Could ActionPaste.svg be used for "Paste Node(s) Here"? Also, perhaps the icon of the Move Tool could be used for "Move Node(s) Here", since... it does what it does. |
Could "Paste/Move Node(s) Here" be changed to use "Node" and "Nodes" depending on whether multiple nodes are selected instead of just putting "(s)" on the end? This would probably also require adding two different translations so it could be done for other languages as well. |
I managed to fix the global positions, but I got too derailed into improving paste behavior, so I decided to move it into a separate PR: #56906 |
Rebased and simplified the code. I also fixed node positions being not precise. |
Thanks! |
Putting as draft for now, because global positions don't work correctly.
btw apparently we don't have Paste and Move icons (unless they are named differently), so the new options have no icon. Suggestions for icons appreciated.