Bug report

 

In MetaEditor 5, when using T (template) objects such as CArrayList, CSortedSet, etc., member functions are not displayed....


CArrayList<string>* my_list = new CArrayList<string>();
                
my_list.


When you press . or start typing a method name, e.g. TryGetValue, a list of available public functions and their signatures should appear.

Could this be a bug in MetaEditor 5?

Reason: