Skip to content

Editor: Add Filter to Project Export → Options tab - #118898

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
stuartcarnie:proposals/11335_filter_project_export_options
Jun 19, 2026
Merged

Editor: Add Filter to Project Export → Options tab#118898
Repiteo merged 1 commit into
godotengine:masterfrom
stuartcarnie:proposals/11335_filter_project_export_options

Conversation

@stuartcarnie

@stuartcarnie stuartcarnie commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

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:

Like in the project settings, it should make sure to show advanced settings whenever the search string isn't empty, even if advanced options are hidden otherwise. This way, there's no risk of accidentally missing an option when searching for it.

Closes godotengine/godot-proposals#11335

CleanShot 2026-04-24 at 07 07 59

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.

@stuartcarnie
stuartcarnie requested a review from a team as a code owner April 23, 2026 20:56
@stuartcarnie
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch from 5d17bed to 43ee561 Compare April 23, 2026 21:10
@AThousandShips

Copy link
Copy Markdown
Member

I used AI to assist with this PR and reviewed and tested the code myself.

Did you write the code or just review it? Please be specific

Comment thread editor/export/editor_export_preset.cpp Outdated
@stuartcarnie

Copy link
Copy Markdown
Contributor Author

@AThousandShips I updated my AI disclosure notes to be more specific.

@stuartcarnie
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch 2 times, most recently from cea56ed to b1a149d Compare April 24, 2026 21:52

@Calinou Calinou left a comment

Copy link
Copy Markdown
Member

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.

Some feedback:

@stuartcarnie
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch from b1a149d to 5e49cc2 Compare April 28, 2026 22:13
@stuartcarnie

Copy link
Copy Markdown
Contributor Author

@Calinou done – CTRL|CMD + F now bound to focus the filter / search box.

@stuartcarnie
stuartcarnie requested a review from Calinou April 28, 2026 22:14

@Calinou Calinou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great now 🙂

@Repiteo Repiteo modified the milestones: 4.x, 4.8 May 5, 2026
Comment thread editor/export/project_export.cpp Outdated
Comment thread editor/export/project_export.cpp Outdated
Comment thread editor/export/project_export.cpp Outdated
@stuartcarnie
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch from 5e49cc2 to 8d7ba08 Compare May 22, 2026 22:46
@stuartcarnie
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch from 8d7ba08 to 472ccc1 Compare June 18, 2026 21:33
@stuartcarnie

Copy link
Copy Markdown
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
stuartcarnie force-pushed the proposals/11335_filter_project_export_options branch from 472ccc1 to 1b53da8 Compare June 18, 2026 23:02
@Repiteo
Repiteo merged commit 166a2c3 into godotengine:master Jun 19, 2026
20 checks passed
@Repiteo

Repiteo commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@stuartcarnie
stuartcarnie deleted the proposals/11335_filter_project_export_options branch June 21, 2026 09:18
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a search filter for export options in the Export dialog

5 participants