Skip to content

Conversation

@jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Feb 1, 2025

This should only be merged after the code that implements dynamic updating of the word list (by detecting insertions and deletions rather than key presses) else the word list may get out of date more often (e.g. if doc changed externally).

The document is fully parsed once on loading, editing the document does not usually require a full reparse (unless forced).

  • Add a flag to the prefix tree to indicate whether the associated document has undergone its initial, complete parse.
  • Move timeout into on_new_sourceview and only call for unparsed documents

@jeremypw jeremypw added Status: Blocked Something else needs to be done before this can be fixed and removed Status: Blocked Something else needs to be done before this can be fixed labels May 26, 2025
@jeremypw
Copy link
Collaborator Author

Closing - word completion PRs too old

@jeremypw jeremypw closed this Jan 25, 2026
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

Successfully merging this pull request may close these issues.

2 participants