richardchaney
New Member
United Kingdom
2 Posts |
Posted - Oct 23 2005 : 08:58:22 AM
|
When typing a floating point number, e.g. "0.1f", Visual Assist causes a delay of 10-20 seconds or so after I have typed "0."
It appears to be searching for members of a structure called "0", and doesn't find any. This doesn't happen all the time, but is annoying when it does.
The version I have is :
VA_X.dll file version 10.1.1418.0 built 2005.06.24
|
Richard Chaney\r |
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Oct 26 2005 : 7:13:18 PM
|
using VS 2003, VA 1428 and C++ i have added the code:
float f = 0.3; float f2 = 0.1f;
and there is no pause after typing the dot. which IDE and language are you using? does this seem to be context sensitive? |
zen is the art of being at one with the two'ness |
|
|