jslapointe
Junior Member
Canada
15 Posts |
Posted - Feb 04 2004 : 11:33:47 AM
|
First, when I'm hovering over a template object, I get as HCB info only the class name:
example: Table< double > T;
I hover over "T", I get Table< double > And that's all! If I hover over "Table", I get all the Table class info.
Second problem, The same class, "Table" has an operator []. If I 'Alt-G' on its declaration, hoping to get to the definition, I get a menu containing All the definitions of operator[] that exists in the database. It takes 20 seconds, and then a Oversized menu appear.
Thanks, The new VA X is realy great anyway. I'm just contributing to make it closer to perfection.
Here is my config info,
VA_X.dll file version 10.0.1215.0 Licensed to: MSDev.exe version 6.0.8168.2 Devshl.dll version 6.0.8798.0 Devedit.pkg version 6.0.8447.0 Font: Courier -13(Pixels) Comctl32.dll version 5.82.2800.1106 WindowsNT 5.1 Build 2600 Service Pack 1 Single processor
Platform: Win32 (x86) Stable Includes: C:\\Program Files\\Microsoft Visual Studio\\VC98\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; D:\\WORK\\HEAD; D:\\WORK\\****\\HEAD;
Library Includes: C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\SRC; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\CRT\\SRC;
Other Includes:
|
|