i have enabled convert dot to -> and it works fine except this situation. When doing a *(multiply), the right operand does not switch to ->, because of the preceeding *. It's not really a big problem, but perhaps it can be fixed.. Anyways you people made a nice tool ;)
VA_X.dll file version 10.1.1293.0 VAOpsWin.dll version 1.2.0.4 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.82.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 Single processor
i actually wrote b.x*b.x on line 1 and b.x * b.x on line 2. The second one got converted ok, to b->.., but the second operand on line 1 does not, probably because it is proceeded by *. As i said in the original post it's not relly a big issue :)