SpellingChecker REALbasic Plugin

SpellingChecker.CurrentIgnoreListID Property

Use this property to let the SpellingChecker class use a custom ignore list.

CurrentIgnoreListID as Integer {Read and Write}

Remarks

There are two types of ignore lists, the default which is Application wide. That is the ignore list which you always are using after constructing a instance of the SpellChecker class is the Application Ignore list.

Even if two instances are constructed of the SpellingChecker class then by default both will point to the same ignore list.

The CurrentIgnoreListID property and the GetUniqueIgnoreList function can be used to assign custom non application wide ignore lists to the class instance. Such ignore lists are useful for example if each document in the application should have its own ignore list.

See Also

SpellingChecker Class