koehlma / pygtkspellcheck

A simple but quite powerful spellchecking library for GTK written in pure Python.
GNU General Public License v3.0
23 stars 9 forks source link

Add a simple mechanism to batch the rechecking of large buffers #44

Closed cheywood closed 2 years ago

cheywood commented 2 years ago

Hey Maximilian,

As discussed here's the PR for the addition of some optional basic batching for rechecks to big buffers. This is particularly useful for less powerful devices, eg. the current generation of Linux smartphones.

Let me know :slightly_smiling_face:

koehlma commented 2 years ago

Thank you! 👍