Is there a way to get an automatic member list on an array variable? This is something that used to work in older versions of VA.NET, and has ceased to work for VA X.
I'm coding in C++. An easy way to reproduce the problem is to add the following lines (in local scope) anywhere in the code.
struct myStruct
{
_ulong a;
_ulong b;
_ulong c;
};
myStruct var1;
myStruct pVar2[1];
Typing var1 and hitting the period key results in an auto-member dropdown list, as expected. However, typing pVar2[0] and hitting the period key results in absolutely nothing. You have to hit Ctrl-Space to get the member list.
Is this change by design? Is this a known issue?
Thanks in advance for any help.
Twytch
Microsoft Visual C++ .NET 2003, English
VA_X.dll file version 10.0.1283.0
Licensed to:
VA X:
VA.NET 7.1: [email protected] (15-user license)
VAOpsWin.dll version 1.2.0.4
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
Single processor
Platform: Win32