Case changed for typed in word

Patrick Wolf

Member²
Hi,

I was trying to use the texType plugin to define a shortcut name "npt" which is replaced by "NPT_T_|". Key char is "Last char".

If I now type in npt in an editor it is immediatly replaced by NPT_T_, but as soon as I continue to type or if I press space the text is converted to npT_T_ !?!?! What is wrong here?

Thanks
Patrick

PS: Used version: 7.0.3.1115
 
Just noticed that if you start typing the npt at the first char of line 1, the editor doesn't show the above behaviour. If you make some spaces and then type npt the editor shows the described behaviour - very very strange...

BTW, just tested with the newest version (7.0.3.1123)
 
Hi Marco,

seems that the behaviour is triggered by the
"User Interface/Editor/Syntax Highlighting/Keyword case" setting.

If I set it to "Uppercase", the editor shows the above described behaviour, if I set it to "Unchanged", the entered text isn't changed.

Can you reproduce that on your side?
 
Back
Top