SpellChecker
SpellChecker copied to clipboard
Don't apply spelling check on whole document but only on changed parts
SpellingParser.parse(RSyntaxDocument, String)
seems to do spelling check an whole document, again, after every change. This isn't performant for big documents. Ideally, this method gets additional information about concerned areas that have changed and need a new spellcheck.