-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Unify filter feature and improve space management for EditorFileDialog #98022
Unify filter feature and improve space management for EditorFileDialog #98022
Conversation
feature is ready EDIT: but there is still that problem that was introduced before my PR: the makedir button is offscreen |
There are some merge conflicts, could you rebase on top of |
sure, tomorrow that'll be done |
85e5526
to
dd6e8f7
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 locally, it works as expected. Code looks good to me.
While testing this PR, I found an additional usability issue: #98838
dd6e8f7
to
f33415a
Compare
Move buttons related to the file view on the container above so that they take less horizontal space and make search bar similar to the one in FileDialog
f33415a
to
0542bcc
Compare
Thanks! |
Move buttons related to the file view on the container above so that they take less horizontal space and make search bar similar to the one in FileDialog
This is part 2 of proposal godotengine/godot-proposals#9099
requested by @Calinou after #88673 (review)
see #97344 and #88673
replaces PR #97941 which was based on a forked branch instead of upstream