Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Problems with " ' "

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
Babak Posted - Feb 16 2016 : 02:43:10 AM
Hello,

There seems to a bug when parsing "'":
With the following code visual assist fails to show the functions below "'".


double f1(){return 0.;}
double i = 1000'000; 
double f2(){return i;}






If I delete the "'" every thing works fine.




VA_X.dll file version 10.9.2089.0 built 2016.02.01
DevEnv.exe version 14.0.24720.0 Enterprise
msenv.dll version 14.0.24720.0
Comctl32.dll version 6.10.9600.18006
Windows 8.1 6.3 Build 9600
8 processors (x86-64, WOW64)
Language info: 1252, 0x407
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Mar 16 2016 : 12:05:43 AM
case=86379 is fixed in build 2093
feline Posted - Feb 16 2016 : 11:46:38 AM
I am seeing the same effect here. Thank you for the clear description.

case=86379

We are hoping to have a fix for this in our next build, if all goes well. For now, as a temporary work around, have you considered writing the numbers as:

double i = 1000 * 1000;

this makes it easy to see how large the number is, and does not confuse our parser.

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