You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Uniwares
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++
2 L A T E S T R E P L I E S (Newest First)
Uniwares
Posted - Mar 20 2006 : 9:26:52 PM No, not enabled. Should I try that?
support
Posted - Mar 20 2006 : 8:06:25 PM We'll have some improvement with "dot and ::" in the next build.
case=923
Do you have "Get content from default Intellisense" enabled in our options dialog?