ScottMattes
Member³
PLSD 10.0.5
I would like a preference that changes whatever it is that controls the determination of next/prev words.
To me, the next 'word' in a text is whatever follows the space/tab following the current text. So in the following example:
select * from table where col1 = '234';
and starting from column 1, each press of ctl-right would stop at:
*
from
table
where
col1
=
'
234
'
;
As it stands now, PLSD 10.0.5 stops at:
from
table
where
col1
234
and delete previous word seems to do things differently - put your insertion point after the first ' in '234' and press ctl-bksp and the " '" are removed, ctl-bksp again and " =" are removed.
I would like a preference that changes whatever it is that controls the determination of next/prev words.
To me, the next 'word' in a text is whatever follows the space/tab following the current text. So in the following example:
select * from table where col1 = '234';
and starting from column 1, each press of ctl-right would stop at:
*
from
table
where
col1
=
'
234
'
;
As it stands now, PLSD 10.0.5 stops at:
from
table
where
col1
234
and delete previous word seems to do things differently - put your insertion point after the first ' in '234' and press ctl-bksp and the " '" are removed, ctl-bksp again and " =" are removed.