-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Add filter & sort to editor file dialog #97344
Add filter & sort to editor file dialog #97344
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.
3668ed2
to
d8cb252
Compare
d8cb252
to
8ead241
Compare
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.
Tested again and works as expected both in the editor and project manager :)
Great work!
8ead241
to
f037ee5
Compare
Closes godotengine/godot-proposals#2721 On `EditorFileDialog`: * Add filter box that only shows folders and files in current directory that match * Add sort button to sort files and directories * Add a shortcut for CTRL+F for selecting the filter box Also moved common code between `EditorFileDialog` and `FileSystemDock` to it's own file. Co-authored-by: fox <[email protected]>
f037ee5
to
1637539
Compare
Thanks! |
@pafuent Hey! thank you for fixing up and getting this PR merged! glad to see this added :D |
Closes godotengine/godot-proposals#2721
On
EditorFileDialog
:Also moved common code between
EditorFileDialog
andFileSystemDock
to it's own file.This tries to address comments on #48734 and change it to make it compatible with code on
master
.