Spell Checking
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Spell Checking
Spell checking on macOS and Windows.
- Classes
- class NSSpellCheckerMBS
- method availableLanguages as string()
- method checkGrammarOfString(text as string, start as Integer, language as string, wrap as boolean) as NSRangeMBS
- method checkGrammarOfString(text as string, start as Integer, language as string, wrap as boolean, Details() as dictionary) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer, language as string, wrap as boolean) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer, language as string, wrap as boolean, byref WordCount as Integer) as NSRangeMBS
- method checkString(text as string, range as NSRangeMBS = nil, checkingTypes as Int64 = -1, options as Dictionary = nil, byref orthography as NSOrthographyMBS, byref wordCount as Integer) as NSTextCheckingResultMBS()
- method completionsForPartialWordRange(start as Integer, length as Integer, text as string, language as string="") as string()
- method correctionForWordRange(range as NSRangeMBS, text as string, language as string) as string
- method countWordsInString(word as string, language as string="") as Integer
- method deletesAutospaceBetweenString(precedingString as string, followingString as string, language as String = "") as Boolean
- method dismissCorrectionIndicatorForView(view as NSViewMBS)
- method forgetWord(word as string)
- method guessesForWord(range as NSRangeMBS, word as string, language as string) as string()
- method guessesForWord(word as string) as string()
- method hasLearnedWord(word as string) as boolean
- method ignoredWords as string()
- method ignoreWord(word as string)
- shared method isAutomaticCapitalizationEnabled as boolean
- shared method isAutomaticDashSubstitutionEnabled as boolean
- shared method isAutomaticPeriodSubstitutionEnabled as boolean
- shared method isAutomaticQuoteSubstitutionEnabled as boolean
- shared method isAutomaticSpellingCorrectionEnabled as boolean
- shared method isAutomaticTextCompletionEnabled as boolean
- shared method isAutomaticTextReplacementEnabled as boolean
- method languageForWordRange(range as NSRangeMBS, text as string, orthography as NSOrthographyMBS = nil) as string
- method languageMenuEntries as string()
- method learnWord(word as string)
- method menuForResult(TextCheckingResult as NSTextCheckingResultMBS, checkedString as string, options as Dictionary = nil, atLocation as NSPointMBS, view as NSViewMBS) as NSMenuMBS
- shared method NSSpellCheckerDidChangeAutomaticCapitalizationNotification as string
- shared method NSSpellCheckerDidChangeAutomaticDashSubstitutionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticPeriodSubstitutionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticQuoteSubstitutionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticSpellingCorrectionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticTextCompletionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticTextReplacementNotification as string
- shared method NSTextCheckingDocumentAuthorKey as string
- shared method NSTextCheckingDocumentTitleKey as string
- shared method NSTextCheckingDocumentURLKey as string
- shared method NSTextCheckingOrthographyKey as string
- shared method NSTextCheckingQuotesKey as string
- shared method NSTextCheckingReferenceDateKey as string
- shared method NSTextCheckingReferenceTimeZoneKey as string
- shared method NSTextCheckingRegularExpressionsKey as string
- shared method NSTextCheckingReplacementsKey as string
- shared method NSTextCheckingSelectedRangeKey as string
- method preventsAutocorrectionBeforeString(text as string, language as String = "") as Boolean
- method recordResponse(response as Integer, correction as string, word as string, language as String = "")
- method requestCandidatesForSelectedRange(selectedRange as NSRangeMBS, stringToCheck as string, types as Int64 = -1, options as Dictionary = nil, tag as Variant = nil) as Integer
- method requestCheckingOfString(stringToCheck as string, range as NSRangeMBS, types as Int64 = -1, options as Dictionary = nil, tag as Variant = nil) as Integer
- method setIgnoredWords(words() as string)
- method setLanguage(language as string) as boolean
- shared method sharedSpellCheckerExists as boolean
- method spellingPanel as NSPanelMBS
- method unlearnWord(word as string)
- method updatePanels
- method updateSpellingPanelWithGrammarString(lang as string, detail as dictionary)
- method updateSpellingPanelWithMisspelledWord(word as string)
- method userPreferredLanguages as string()
- method userQuotesArrayForLanguage(lang as string) as string()
- method userReplacementsDictionary as dictionary
- property accessoryView as NSViewMBS
- property automaticallyIdentifiesLanguages as boolean
- property Handle as Integer
- property language as string
- property Length as Integer
- property Location as Integer
- property substitutionsPanel as NSPanelMBS
- property substitutionsPanelAccessoryViewController as NSViewControllerMBS
- property Tag as Integer
- property WordFieldValue as string
- event Correct
- event FindNext
- event Ignore
- event requestCandidatesForSelectedRangeCompleted(sequenceNumber as Integer, candidates() as NSTextCheckingResultMBS, stringToCheck as String, selectedRange as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)
- event requestCheckingOfStringCompleted(sequenceNumber as Integer, results() as NSTextCheckingResultMBS, orthography as NSOrthographyMBS, wordCount as Integer, stringToCheck as String, Range as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)
- class WinSpellCheckerExceptionMBS
- class WinSpellCheckerMBS
- class WinSpellCheckerOptionDescriptionMBS
- class WinSpellingErrorMBS
- Blog Entries
Release notes
- Version 21.2
- Version 19.1
- Version 17.4
The items on this page are in the following plugins: MBS MacCocoa Plugin, MBS WinFrameworks Plugin.