Dave Saville
2013-07-29 12:31:49 UTC
Making a few tweaks to YAOS and Alex Taylor, who is kindly beta
testing for me, complained that CTRL-<left arrow> no longer worked.
This is supposed to backspace the cursor to the beginning of the
previous word.
In doing some genel code clean up I had broken this function. The fix
was to move a ')' :-) However I noticed in passing that the code for
both word forward and word backward actually was testing for a-z 0-9
disregarding case.
So given "abc def" with the cursor at the end it first goes to the "d"
and a second invocation goes to "a"
But given "abc d-f" it will go "-" "d" "a".
The question is should it not really be testing for whte space? Does
anyone other than Alex actually use this? TBH I never knew it was
there. :-)
testing for me, complained that CTRL-<left arrow> no longer worked.
This is supposed to backspace the cursor to the beginning of the
previous word.
In doing some genel code clean up I had broken this function. The fix
was to move a ')' :-) However I noticed in passing that the code for
both word forward and word backward actually was testing for a-z 0-9
disregarding case.
So given "abc def" with the cursor at the end it first goes to the "d"
and a second invocation goes to "a"
But given "abc d-f" it will go "-" "d" "a".
The question is should it not really be testing for whte space? Does
anyone other than Alex actually use this? TBH I never knew it was
there. :-)
--
Regards
Dave Saville
Regards
Dave Saville