Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Mar 20 2006 : 1:53:40 PM
|
The shot contains multiple tooltips just for demonstration.
1) namespaces/members are divided with a dot instead of :: as it is common standard for C++
2) coloring is occasionally wrong for some members of the derived class, cant find a pattern.
3) namespaces are not always clear. e.g. when the base class is in a different namespace, members (inherited or own) may show or not namespace information, thus its not clear where the item comes from.
4) the base class contains "friend T;" since its a template class, yet the completion list shows T as member and "friend LogManager" as comment. T is useless as a completion item here.
5) the "operator =" does not have any tooltip, thus having no information at all.
6) unnamed enums are shown as "unnamed012345" - ditto useless entries.
VS2005, EN-US, C++ |
|