Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Problems with " ' "
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Babak
Junior Member

Germany
10 Posts

Posted - Feb 16 2016 :  02:43:10 AM  Show Profile  Reply with Quote
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

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Feb 16 2016 :  11:46:38 AM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Mar 16 2016 :  12:05:43 AM  Show Profile  Reply with Quote
case=86379 is fixed in build 2093
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000