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
I can't look among all items when using Quick Open and Quick Open Script anymore. This is useful to do in small/medium projects where you want to comb through all of them:
As soon as I enter a character, I can see something:
The generic Quick Open dialog is also affected:
The workaround is to search for . as this will find all files with an extension (including C# in a C#-enabled build), but we should be able to look for files in the list without entering anything.
In comparison, in 4.3.stable, I can see the list of scripts without having to enter anything in the search field:
This issue doesn't occur with Quick Open Scene, where I can see the list of scenes without needing to enter anything in the search field:
Steps to reproduce
Press Ctrl + Alt + O (Quick Open Script) or Alt + Shift + O (Quick Open) in the editor.
and Redesign Quick Open #56772.
Tested versions
System information
Godot v4.4.dev (9e60984) - Fedora Linux 41 (KDE Plasma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (nvidia; 565.57.01) - 13th Gen Intel(R) Core(TM) i9-13900K (32 threads)
Issue description
I can't look among all items when using Quick Open and Quick Open Script anymore. This is useful to do in small/medium projects where you want to comb through all of them:
As soon as I enter a character, I can see something:
The generic Quick Open dialog is also affected:
The workaround is to search for
.
as this will find all files with an extension (including C# in a C#-enabled build), but we should be able to look for files in the list without entering anything.In comparison, in 4.3.stable, I can see the list of scripts without having to enter anything in the search field:
This issue doesn't occur with Quick Open Scene, where I can see the list of scenes without needing to enter anything in the search field:
Steps to reproduce
Minimal reproduction project (MRP)
https://github.com/godotengine/godot-benchmarks, but any project with several scenes/scripts will do
The text was updated successfully, but these errors were encountered: