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

feat(table_translator): Allow sorting completions #821

Closed
wants to merge 3 commits into from

Commits on Feb 17, 2024

  1. fix: Incorrect spelling type indicators in script dumps

    Add 'f' for kFuzzySpelling
    ksqsf committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c5cb0e9 View commit details
    Browse the repository at this point in the history
  2. feat(table_translator): Allow sorting completions

    Add a new boolean option `sort_completions`. When enabled (requiring
    `enable_completion` also to be enabled), completion candidates will be
    sorted according to the weights specified in the dictionary.
    
    This is done by automatically generating kCompletion spellings in the
    prism, as if they were generated from spelling algebra written by the
    user.
    
    Previously, the order was arbitrary (but more-or-less in alphabet
    order).
    ksqsf committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e6b0b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30225e0 View commit details
    Browse the repository at this point in the history