kofolamaster
Member²
Lets have this recipe in autoreplace:
abcd=UVWXYZ
now type in SQL window:
abcde
and insert '.' into this line after 'd':
abcd.e
This changes correctly to "UVWXYZ.e"
Now the weird part no.1.:
type:
abcdef
then insert '.' after 'd':
abcd.ef
No autoreplacement takes place(!).
Weird part no.2.:
type:
abcdef
then insert '.' after 'd' and ' ' after 'c':
abc d.ef
This autoreplaces to "UVWXY Z.ef" (!).
Is this desired behaviour?
I would be glad to see example2 fixed, as this is complicates my work.
abcd=UVWXYZ
now type in SQL window:
abcde
and insert '.' into this line after 'd':
abcd.e
This changes correctly to "UVWXYZ.e"
Now the weird part no.1.:
type:
abcdef
then insert '.' after 'd':
abcd.ef
No autoreplacement takes place(!).
Weird part no.2.:
type:
abcdef
then insert '.' after 'd' and ' ' after 'c':
abc d.ef
This autoreplaces to "UVWXY Z.ef" (!).
Is this desired behaviour?
I would be glad to see example2 fixed, as this is complicates my work.