-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
base: master
Are you sure you want to change the base?
Commits on Nov 2, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7dbf009 - Browse repository at this point
Copy the full SHA 7dbf009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46cf5d4 - Browse repository at this point
Copy the full SHA 46cf5d4View commit details -
Word completion now adds words when multiple characters of text are a…
…dded. Not just one character
Configuration menu - View commit details
-
Copy full SHA for ec2cc9c - Browse repository at this point
Copy the full SHA ec2cc9cView commit details -
Bring back handling of words from text inserted that isn't at a word …
…boundaryto the Word Completion plugin
Configuration menu - View commit details
-
Copy full SHA for 79e0429 - Browse repository at this point
Copy the full SHA 79e0429View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a6edf0 - Browse repository at this point
Copy the full SHA 8a6edf0View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27d585f - Browse repository at this point
Copy the full SHA 27d585fView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab7fa75 - Browse repository at this point
Copy the full SHA ab7fa75View commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f748c01 - Browse repository at this point
Copy the full SHA f748c01View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1ce387 - Browse repository at this point
Copy the full SHA a1ce387View commit details -
Jeremy Wootten authored and Jeremy Wootten committed
Nov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 01af591 - Browse repository at this point
Copy the full SHA 01af591View commit details -
Continue to handle insertions even if no current completions
Jeremy Wootten authored and Jeremy Wootten committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 12100cb - Browse repository at this point
Copy the full SHA 12100cbView commit details -
Do not show current word to find in completion list
Jeremy Wootten authored and Jeremy Wootten committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3654d60 - Browse repository at this point
Copy the full SHA 3654d60View commit details