If Ibase a class on another class and use the
completion, I just get the function/vars of the class I
base on that other class. I don't get the options of
the base class(es).
I just recognized, that you get the functions and vars of
the base calsses, if you open the header file, where the
definition of the base class is located.
And I don't have an open project. I just got single source
files open.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=591019
I just recognized, that you get the functions and vars of
the base calsses, if you open the header file, where the
definition of the base class is located.
And I don't have an open project. I just got single source
files open.
Logged In: YES
user_id=591019
Args...another addition. The code completion doesn't care
about the object being a "real" or a pointer. So you get the
same results on "." and "->"...