BruteForce
Senior Member
Greece
32 Posts |
Posted - Nov 30 2010 : 12:57:59 AM
|
If I have an std::vector of object pointers then when I use the [] operator to address an object in the array VAX does recognize that the item is an object pointer and thus fails to change '.' to '->' and I get at the end countless STL errors (because I am used to typing '.' and then VAX do the right thing...).
This substitution happens immediately before the tooltip containing the object methods is displayed.
Here is how it looks when VAX fails to do the substitution:
Here it is when does understand the variable type:
In both cases I pressed '.' after the variable name, but only in the second case it was substituted.
Warm Regards Dimitris Staikos |
When all else fails try common sense. |
|