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

[gui/launcher] make launcher autocomplete case insensitive #943

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

myk002
Copy link
Member

@myk002 myk002 commented Jan 14, 2024

this will exclude entries that have legitimate capital letters in them,
but the only such victim right now is RemoteFortressReader, which is a
dev tool and is hidden by default, so I'm not that worred about it. We
intend for all tools to be lower case, so this shound't cause problems
in the future. (Hi future person looking at this, trying to debug the
problem it causes)
@myk002 myk002 force-pushed the myk_case_insensitive_autocomplete branch from d80f610 to 4f809d6 Compare January 14, 2024 21:43
@myk002 myk002 merged commit e7df0e3 into DFHack:master Jan 14, 2024
10 checks passed
@myk002 myk002 deleted the myk_case_insensitive_autocomplete branch January 14, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Case insensitive matching for launcher autocomplete
1 participant