Editor: Add Filter to Project Export → Options tab - #118898
Merged
Repiteo merged 1 commit intoJun 19, 2026
Merged
Conversation
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
from
April 23, 2026 21:10
5d17bed to
43ee561
Compare
Member
Did you write the code or just review it? Please be specific |
Contributor
Author
|
@AThousandShips I updated my AI disclosure notes to be more specific. |
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
2 times, most recently
from
April 24, 2026 21:52
cea56ed to
b1a149d
Compare
Calinou
reviewed
Apr 27, 2026
Calinou
left a comment
Member
There was a problem hiding this comment.
Tested locally, it works as expected. Code looks good to me.
Some feedback:
- Pressing Ctrl + F should focus the filter field like in the project settings dialog.
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
from
April 28, 2026 22:13
b1a149d to
5e49cc2
Compare
Contributor
Author
|
@Calinou done – CTRL|CMD + F now bound to focus the filter / search box. |
KoBeWi
approved these changes
May 20, 2026
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
from
May 22, 2026 22:46
5e49cc2 to
8d7ba08
Compare
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
from
June 18, 2026 21:33
8d7ba08 to
472ccc1
Compare
Contributor
Author
|
Thanks @KoBeWi – I've implemented all your feedback! |
See godotengine/godot-proposals#11335 Co-authored-by: AThousandShips <96648715+athousandships@users.noreply.github.com>
stuartcarnie
force-pushed
the
proposals/11335_filter_project_export_options
branch
from
June 18, 2026 23:02
472ccc1 to
1b53da8
Compare
Contributor
|
Thanks! |
BendyLand
pushed a commit
to BendyLand/voltaire
that referenced
this pull request
Aug 2, 2026
…35_filter_project_export_options Editor: Add Filter to Project Export → Options tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a filter to the Options tab of the "Export Project" dialog. When a filter is active, Advanced Settings are automatically enabled per @Calinou's request:
Closes godotengine/godot-proposals#11335
Note
🤖 AI Disclosure: I planned and designed the feature and used AI to sketch the initial implementation. I then reviewed, amended and tested the code myself.