blah blah blah is here! blah blah » Close

1
votes
1 answers

Best way to have live wordcount with large rtf files?

I am working on a text editor that has a label which updates with the current word count whenever the text is changed. Right now if I am editing a large file it takes a long time to count all of the regex matches, which causes typing to be ...

Feedback