Skip to content

Add search bar to export options - #119476

Closed
dennisupton wants to merge 1 commit into
godotengine:masterfrom
dennisupton:feature/export-options-search
Closed

Add search bar to export options#119476
dennisupton wants to merge 1 commit into
godotengine:masterfrom
dennisupton:feature/export-options-search

Conversation

@dennisupton

Copy link
Copy Markdown

It adds a search bar to the top of the export options to filter them, I copied the code from the settings search to make sure it works well.I did it because when exporting to android finding the options took ages. AI was used to make sure i wasn't breaking anything.

What problem(s) does this PR solve?

Finding export options

Testings

I built this and could not find any errors

Image

image

Filters export preset options live as the user types, mirroring the
pattern used by the EditorSettings dialog.
@dennisupton
dennisupton requested a review from a team as a code owner May 14, 2026 23:19
@AThousandShips AThousandShips added this to the 4.x milestone May 15, 2026
KoBeWi
KoBeWi previously approved these changes May 20, 2026

@KoBeWi KoBeWi 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.

The implementation looks fine.

Comment on lines 129 to +132
duplicate_preset->set_button_icon(presets->get_editor_theme_icon(SNAME("Duplicate")));
delete_preset->set_button_icon(presets->get_editor_theme_icon(SNAME("Remove")));
patch_add_btn->set_button_icon(get_editor_theme_icon(SNAME("Add")));
parameters_search_box->set_right_icon(get_editor_theme_icon(SNAME("Search")));

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.

This code is wrong. Using NOTIFICATION_THEME_CHANGED is enough.

@KoBeWi
KoBeWi requested a review from a team May 20, 2026 15:21
@KoBeWi KoBeWi modified the milestones: 4.x, 4.8 May 20, 2026
@passivestar

Copy link
Copy Markdown
Contributor

Is this same as #118898?

@KoBeWi

KoBeWi commented May 20, 2026

Copy link
Copy Markdown
Member

That PR seems more complete...

@KoBeWi
KoBeWi dismissed their stale review May 20, 2026 17:48

Unapproving in favor of the other PR.

@Repiteo Repiteo modified the milestones: 4.8, 4.x Jun 24, 2026
@Repiteo

Repiteo commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Superseded by #118898; thank you for your contribution! 🎉

@Repiteo Repiteo closed this Jun 24, 2026
@Repiteo Repiteo removed this from the 4.x milestone Jun 24, 2026
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.

6 participants