Porteiro
New Member

6 Posts |
Posted - Sep 10 2014 : 12:48:47 PM
|
Let's say I have a class called my MyClass, and I create an instance like this:
MyClass myClass;
Then, I start typing the following line:
myClass.MyFunction();
VAX will change 'myClass' to "MyClass", rendering it to be
MyClass.MyFunction();
which is wrong.
Is it possible to tweak VAX so that this does not happen? |
|
accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Sep 11 2014 : 6:21:27 PM
|
Can you please try disabling the below 2 settings?
VA Options -> Corrections -> Repair case VA Options -> Listboxes -> Additional characters
I am able to reproduce the problem when either of these two are enabled. I you stop typing after the first line (for a few seconds) VA should pick up the modification and notice that there is also a myClass with lowercase, but turning these off should help in the future with occasional modifications of what you type. |
 |
|