You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick way to reference an item from the FileSystem in a script is to click+drag it from the FileSystem module into the script editor. Holding Ctrl during this produces a pre-formatted result as well. It's an awesome feature.
Unfortunately, if the script editor has been set to floating by clicking the "make the script editor floating" button at the top-right of the script editor, this click+drag function (with or without Ctrl) does not work. It seems to not even be able to register in the 2nd window that you're trying to drag something in.
I have multiple monitors, and using the floating script editor is a great way for me to see everything at once. Having the functionality in either floating or not floating should be a thing!
Steps to reproduce
Open a project with multiple scenes, files, etc. ("items") in the res:// folder.
View a script in the Script Editor screen.
Locate an item in the FileSystem module, typically either found on the lower-left or bottom of your Godot window.
Click-and-drag this item into the script, with or without Ctrl. Observe that something appeared in your script and how seamless that was.
Click the "Make the script editor floating" button at the top-right of the script editor. A second window of the script editor should appear.
Somehow make it so you can see both the original window and the new script window (easier with multiple monitors, but splitting down the middle of a 16:9 monitor should be fine).
Repeat steps 3 and 4, but into the script editor 2nd window. Or at least, attempt to. Notice how it doesn't work.
Minimal reproduction project (MRP)
Basic process, any project will do.
The text was updated successfully, but these errors were encountered:
Tested versions
System information
Windows 11 23H2
Issue description
A quick way to reference an item from the FileSystem in a script is to click+drag it from the FileSystem module into the script editor. Holding Ctrl during this produces a pre-formatted result as well. It's an awesome feature.
Unfortunately, if the script editor has been set to floating by clicking the "make the script editor floating" button at the top-right of the script editor, this click+drag function (with or without Ctrl) does not work. It seems to not even be able to register in the 2nd window that you're trying to drag something in.
I have multiple monitors, and using the floating script editor is a great way for me to see everything at once. Having the functionality in either floating or not floating should be a thing!
Steps to reproduce
Minimal reproduction project (MRP)
Basic process, any project will do.
The text was updated successfully, but these errors were encountered: