Author |
Topic  |
|
jzq740176597
Tomato Guru
    
China
346 Posts |
Posted - Nov 04 2012 : 01:33:53 AM
|
I don't know which accurate version of VA,I come to found that When I Typing a variable of some type, the Type like class,the Class-definition head file have been parsed by va for a long time. I must wait for a noticeable delay to Let the new Type variable Name to be valid or recognized by va(From Black to Navy).
Now the version I used it's 1916.Many times I have to wait the New variable to be valid Then I'm able to Type it's Member function or sth continued.
May your team Can check it out and Do some improve work on it.That's really a unHappy thing. When I used VA 1856 .or 18**,The Speed to recognize the new symbol almost at the same time I Type ";"(I Use C++). Thanks! |
Creation come from persist! |
|
feline
Whole Tomato Software
    
United Kingdom
19177 Posts |
Posted - Nov 05 2012 : 3:40:29 PM
|
Can you please go to:
VA Options -> System Info -> Copy Info
and paste the details (from the clipboard) into your reply. This will give us the basic information about your setup.
What type are you using for these variables? Is it a simple class? A template class? Something else?
How large is the file you are working in? Approximately how many lines?
New variables are being picked up basically instantly for me, testing VA 1918 with VS2010.
The only time this should be slower is if the current file takes a long time to parse, or it is very large. I have a .cpp file with 23,000 lines, and there is a 3 second delay after typing before VA parses the file, due to its size. |
zen is the art of being at one with the two'ness |
 |
|
jzq740176597
Tomato Guru
    
China
346 Posts |
Posted - Nov 05 2012 : 7:18:55 PM
|
My Cpp file.It's not very large.May 1000+ lines.The Xlist Class is a tool template class. VA 1918. win7 SP1 ,VS2008 sp1. But i think After the xlist.h file parse finished,The time pick up the new variables should be instantly in time.But My Test tell me,I have work use the class for a while,The Parse work is finished for a long time .To pick up variable is Still new a small delay. |
Creation come from persist! |
 |
|
jzq740176597
Tomato Guru
    
China
346 Posts |
Posted - Nov 05 2012 : 7:19:56 PM
|
The Copy Info: VA_X.dll file version 10.7.1918.0 built 2012.10.26 Licensed to: VA.NET 7.1: 11 DevEnv.exe version 9.0.30729.1 Enterprise msenv.dll version 9.0.30729.1 Font: Arial Unicode MS 19(Pixels) Comctl32.dll version 6.10.7601.17514 Windows 7 6.1 Build 7601 Service Pack 1 4 processors (x86) Language info: 936, 0x804
Platform: Win32 Stable Includes: C:\\Program Files\\Microsoft DirectX SDK (June 2010)\\Include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include; C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\include; C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\include;
Other Includes:
Stable Source Directories: C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;
|
Creation come from persist! |
Edited by - jzq740176597 on Nov 05 2012 7:20:41 PM |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19177 Posts |
Posted - Nov 05 2012 : 8:24:18 PM
|
What type of variable are you adding? Is it a local variable in a function? A class member variable? A parameter to a function call?
Does the type matter?
What if you add a new variable of type "int" or "long"? Is this picked up quickly? I am wondering if the delay only applies to variables of some complex types. |
zen is the art of being at one with the two'ness |
 |
|
jzq740176597
Tomato Guru
    
China
346 Posts |
Posted - Nov 06 2012 : 9:15:25 PM
|
Maybe.When I open the Project tested before. The delay is Disappeared. If I encounter the same problem.I will send you again. Thanks any way! |
Creation come from persist! |
 |
|
feline
Whole Tomato Software
    
United Kingdom
19177 Posts |
Posted - Nov 07 2012 : 4:48:02 PM
|
I am glad the problem has gone away. If this comes back again any information you can provide to help us work out what is causing this delay would be helpful. |
zen is the art of being at one with the two'ness |
 |
|
|
Topic  |
|