Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX changes it from instance to class

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Porteiro 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?
1   L A T E S T    R E P L I E S    (Newest First)
accord 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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000