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 improperly handles uppercase in command names #5042

Open
NicksWorld opened this issue Nov 23, 2024 · 0 comments
Open

gui/launcher improperly handles uppercase in command names #5042

NicksWorld opened this issue Nov 23, 2024 · 0 comments

Comments

@NicksWorld
Copy link
Contributor

gui/launcher internally uses get_first_word, which lowers the command, before matching for commands and recording command frequency. This becomes an issue when a command includes any uppercase letters.

The following are issues that can be observed as a result:

  • The help panel is unable to find the helpdb entry due to mismatched case.
  • Command counts (user_freq), used to sort commands by most used, fail to refer to commands with uppercase characters.

Suggested solution:

  • Move to case-insensitive autocomplete and help searching
  • Allow autocomplete to correct casing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant