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

851 fix word completion logic #1487

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 2, 2024

  1. Start handling insert_text signal instead of key press signal in word…

    … completion plugin
    
    The 'insert_text' signal gives more detail about how the document contents have changed, giving us a way to more accurately update the prefix tree used for word completion
    colinkiama committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    7dbf009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46cf5d4 View commit details
    Browse the repository at this point in the history
  3. Word completion now adds words when multiple characters of text are a…

    …dded. Not just one character
    colinkiama committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ec2cc9c View commit details
    Browse the repository at this point in the history
  4. Bring back handling of words from text inserted that isn't at a word …

    …boundaryto the Word Completion plugin
    colinkiama committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    79e0429 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

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

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

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

Commits on Nov 24, 2024

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

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    a1ce387 View commit details
    Browse the repository at this point in the history
  2. Fix minor code style

    Jeremy Wootten authored and Jeremy Wootten committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    01af591 View commit details
    Browse the repository at this point in the history
  3. Continue to handle insertions even if no current completions

    Jeremy Wootten authored and Jeremy Wootten committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    12100cb View commit details
    Browse the repository at this point in the history
  4. Do not show current word to find in completion list

    Jeremy Wootten authored and Jeremy Wootten committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3654d60 View commit details
    Browse the repository at this point in the history