| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-09-14 21:22:05 GMT-0700 |
| Commit | 2cd62d5309664b8dbcbd67d3a5022a8450c660bb |
| Parent | 75fe545 |
| Delta | 2 lines added, 1 line removed, 1-line increase |
| * where the caret is located. There are a few different scenarios, where | ||
| * the caret can be at: the start, end, or middle of a word; also, the | ||
| - * caret can be at the end or beginning of a punctuated word. | ||
| + * caret can be at the end or beginning of a punctuated word; as well, the | ||
| + * caret could be at the beginning or end of the line or document. | ||
| */ | ||
| private int[] getWordBoundariesAtCaret() { |