-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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 Floating Script Editor Window #62373
Conversation
55f8356
to
e9e8e4a
Compare
I've been working on a solution to make the script editor a floating window.
a82db84
to
7d28e5a
Compare
Hi @SirQuartz, you may be happy to know that I'm already working to that as part of the GSOC'22 (link to the project). |
Oh wow, I wasn't even aware of that, that looks way better than whatever I was trying to do! |
I will check @trollodel implementation. How ever, yours or @trollodel should allow to have the code window and a viewport at the same time to allow multi monitor |
@trollodel Niceeee BTW. The floting window doens't allow for F1 while focus |
Thanks @jcostello, but please don't go off-topic talking about my work, as this is someone else's PR. |
I see no reason to continue working on this since @trollodel was already working on this and has a better solution. |
I've been working on a solution to make the script editor a floating window. This addresses godotengine/godot-proposals#28
Here's a working prototype:
Floating.Script.Window.mp4
It's not perfect, still has some bugs, but it works quite well nevertheless.