Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Tool tip: Parameter highlighting
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

KirillMueller
Ketchup Master

72 Posts

Posted - Mar 30 2006 :  04:37:18 AM  Show Profile  Reply with Quote
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.

support
Whole Tomato Software

5566 Posts

Posted - Mar 30 2006 :  7:06:27 PM  Show Profile  Reply with Quote
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Mar 30 2006 :  7:42:28 PM  Show Profile  Reply with Quote
case=893
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000