tomkulaga
Senior Member
25 Posts |
Posted - Aug 12 2015 : 8:02:10 PM
|
Hi, There is a small error in the -> to dot auto convert if the -> is nested in an if statement
Small test case
type if()
into the parenthesis start typingif(foo)
then type a dot, which is converted to an arrow if(foo->)
now press backspace to turn it back into a dot, but it just deletes the last parenthesis if(foo->
This does not happen if , the if() was pre-exsiting. i.e. it was typed, then the cursor went to another location and then i started type the foo.
Regards, Tom
|
|