-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Implement drag-and-drop logic for previewing themes #92435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code needs some work, but the feature is fine overall.
Apologies for the delays ;-; Thank you all for the kind feedback, I believe I've fixed everything (assuming these checks all pass)! |
Please squash your commits into one, see here |
7f41189
to
96133bf
Compare
Heya, is there anything else I need to do? |
Not for now, it seems good to go. But we are in feature freeze for 4.3 so this is waiting for the 4.3 release to be published, before it can be merged for 4.4-dev. |
Is there something that could be done to not miss 4.4dev window and not to wait for 4.5? :) |
I added it to merge queue, so it should be merged for the upcoming beta1. |
Dragging valid theme files (.tscn files with a Control node at the top) from the filesystem region over to the ThemeEditor will preview the theme in question in a new preview tab Co-authored-by: Sofia Paiva <sofia.paiva@tecnico.ulisboa.pt>
96133bf
to
3a6bfcb
Compare
I rebased the PR to make sure it still compiles fine before merging, as the last update was many months ago. Apologies this went under the radar until now, and thanks @arkology for digging this up so it doesn't miss the 4.4 merge window. |
Thanks! |
Dragging valid theme files (.tscn files with a Control node at the top) from the filesystem region over to the ThemeEditor will preview the theme in question in a new preview tab
Co-authored-by: Sofia Paiva sofia.paiva@tecnico.ulisboa.pt