- None.
- Added support for some
NSTextViewDelegate
methods. Namely,textView(_ textView: NSTextView, shouldSelectCandidateAt index: Int) -> Bool
textView(_ textView: NSTextView, shouldChangeTextIn affectedCharRange: NSRange, replacementString: String?) -> Bool
textView(_ view: NSTextView, didCheckTextIn range: NSRange, types checkingTypes: NSTextCheckingTypes, options: [NSSpellChecker.OptionKey : Any] = [:], results: [NSTextCheckingResult], orthography: NSOrthography, wordCount: Int) -> [NSTextCheckingResult]
- None.
- None.
- Add
isContinuousSpellCheckingEnabled
. SupportNSTextView
continuous spell checking.
Chris Zielinski
- None.