solid-software / languagetool_textfield

🌐 Flutter text field that implements LanguageTool spellcheck.
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Intelligent highlight #30

Closed drooxie closed 1 year ago

drooxie commented 1 year ago

Do not update unchanged text errors and move highlighting with text expansion

drooxie commented 1 year ago
drooxie commented 1 year ago

there is wrong behavior of highlight after replacing mistake. I'm currently fixing this bug

drooxie commented 1 year ago

Now it works fine in most cases, but sometimes there is hard-reproducible bug occurred. I will try to dig into this problem and find solution