Op 05-08-18 om 02:56 schreef address@hidden:
Brand Huntsman suggested these changes to cutting words:
Scanning right grabs word and whitespace but:
1) stop scanning when transitioning between newline and non-newline
2) stop scanning when transitioning from whitespace to non-whitespace
3) stop scanning when transitioning between alphanumeric and
non-alphanumeric
Scanning left grabs whitespace and word but:
4) stop scanning when transitioning between newline and non-newline
5) stop scanning when transitioning from non-whitespace to whitespace
6) stop scanning when transitioning between alphanumeric and
non-alphanumeric
If suggestions 2, 3, 5 and 6 were considered to be implemented, [...]
No. I don't want Ctrl+Left/Right to stop at parentheses nor at braces
nor at quotes, ever. That it then doesn't stop at operators either, I
will live with.