Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Boby
Created on: 07 Dec 2015 11:39
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Consecutive non-letter characters are not detected as a single word
Currently when the text contains consecutive non-space symbols like "~!@#$%^&*()_+=-`[]{};:'"/\|., ", each character is detected as a separate word. Instead, they should be considered one word, including all the subsequent space characters.

The following functionalities should respect this grouping:
- Caret navigation by words (CTRL + left/right arrow), MoveCaret UI command and the corresponding DocumentPosition methods.
- Selecting word by double clicking.
0 comments