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 tm4e upstream, fix issues with symbol matching, and improve completion item list sorting #538

Merged
merged 9 commits into from
Jan 30, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    c51eb16 View commit details
    Browse the repository at this point in the history
  2. fix(editor): fix Rosemoe#532

    dingyi222666 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    035eb88 View commit details
    Browse the repository at this point in the history
  3. fix(editor): fix Rosemoe#420

    dingyi222666 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5bd5602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87696ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d24c5d7 View commit details
    Browse the repository at this point in the history
  6. fix(editor): change the completion item order from ascending to desce…

    …nding
    
    We Use fuzzyScore to generate scores between completions and input text, and sort them accordingly.
    Previously, the scores were sorted in ascending order, which was incorrect since higher scores should be closer to the input text. I apologize for taking so long to realize this mistake.
    dingyi222666 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    50d8cc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f53851a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db2bb59 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e751bd3 View commit details
    Browse the repository at this point in the history