You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
bins
Posted - Aug 18 2015 : 06:16:03 AM Hi
If I have this ...
struct foo
{
virtual void bar(int a, int b);
};
and then type this
struct baz : public foo
{
void bar()
};
it would be nice if VA would suggest the parameters from foo::bar when I type bar(
5 L A T E S T R E P L I E S (Newest First)
sean
Posted - Nov 20 2015 : 4:04:27 PM case=91532 is fixed in build 2083
accord
Posted - Aug 21 2015 : 2:54:16 PM It should work on "baz" as well, so I have put in a bug report for this:
case=91532
accord
Posted - Aug 21 2015 : 2:45:46 PM Try triggering it on foo, not baz
bins
Posted - Aug 19 2015 : 04:02:50 AM I didn't know about that but when I tried it I didn't get the same dialog - the option to implement virtual methods is missing.
I'm on the latest version of va_x :-
License: [email protected] (4-user license) Support ends 2015.09.12 VA_X.dll file version 10.9.2068.0 built 2015.06.09 DevEnv.exe version 12.0.31101.0 Ultimate msenv.dll version 12.0.31101.0 Comctl32.dll version 6.10.7601.18837 Windows 7 6.1 Build 7601 Service Pack 1 8 processors (x86-64, WOW64) Language info: 1252, 0x809
accord
Posted - Aug 18 2015 : 1:38:06 PM Are you aware of Implement Virtual Methods? You can trigger it over foo in the derived class.