Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Tool tip: Parameter highlighting

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
KirillMueller Posted - Mar 30 2006 : 04:37:18 AM
In the tool tip that describes a method's parameters, the parameters are highlighted improperly if they contain a template type with more than one template parameter.

To reproduce:

- Open VS .NET 2003
- Open a new .cpp file
- Type the following code up to the opening paren:

//////////////////////////
#include <list>
#include <utility>

class A {
A();
void foo(const std::pair<int, double>& p);
};



A::A() {
foo(


//////////////////////////

In the tool tip, only "const std::pair<int" is highlighted. Obviously, the comma is treated as a method parameter separator.

I am using VA.X 1442.

I have sent an E-mail with the same subject to [email protected] that contains a screenshot.
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Mar 30 2006 : 7:42:28 PM
case=893
support Posted - Mar 30 2006 : 7:06:27 PM

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000