|
RichViewApostropheInWord |
Top Previous Next |
|
Unit RVThread; Syntax var RichViewApostropheInWord: Boolean = True; Specifies how apostrophe characters ('''' and #146) are processed in live spelling. If True: apostrophes are allowed in middle of words, even if they are included in Delimiters property. For example, "doesn't" is processed as one word instead of "doesn" and "t". If False: apostrophes are processed like all other delimiters. For example, when checking French text with Addict3, it is recommended to include '''' in Delimiters and assign RichViewApostropheInWord=False. Note: apostrophe is not included in Delimiters by default. |