Erik Olofsson
Tomato Guru
111 Posts |
Posted - Jan 18 2004 : 06:16:01 AM
|
Say I have a member variable m_Test;
m_Test. <- Here VA displays my members as it should
then I try this (because I want a member not a function)
m_Test.m_ <- Here I press Ctrl+Space
Now VA doesn't show any of the members in the box, but displays some global macros that start with M_
Is this the way it is supposed to work ? I would expect it to recognize the context of m_Test variable and only display members from that class. |
Cutting Edge Project Management http://www.hansoft.se |
|