Skip to content
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

Update ConnectDialog::_filter_method_list to be case insensitive for search string #91598

Merged

Conversation

Frozenfire92
Copy link
Contributor

@Frozenfire92 Frozenfire92 commented May 5, 2024

Closes godotengine/godot-proposals#9679

This should make it more inline with other search boxes in the editor. Unsure if there is an existing paradigm, or just .to_lower() as I did here

@akien-mga akien-mga modified the milestones: 4.x, 4.3 May 5, 2024
editor/connections_dialog.cpp Outdated Show resolved Hide resolved
…search string

Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
@Frozenfire92 Frozenfire92 force-pushed the select-method-search-insensitive branch from 9df26b7 to 94e5bad Compare May 6, 2024 12:06
@akien-mga akien-mga changed the title Update ConnectDialog::_filter_method_list to be case insensitive for search string Update ConnectDialog::_filter_method_list to be case insensitive for search string May 6, 2024
@akien-mga akien-mga merged commit d8aa2c6 into godotengine:master May 6, 2024
16 checks passed
@akien-mga
Copy link
Member

akien-mga commented May 6, 2024

Thanks! And congrats for your first merged Godot contribution 🎉

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.

Make Select Method search box case insensitive
4 participants