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
 highlighting stl-terms
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

DXer
Junior Member

13 Posts

Posted - Apr 22 2008 :  1:21:24 PM  Show Profile  Reply with Quote
Hi guys,

I'm not sure if I had the same error using build 1624, but now I'm using 1632 along with VS 2008 professional: Most terms of the STL (stable symbols, I think) are displayed in italic, even if they aren't part of the STL. For example:

class foo
{
public:
     void identity() {/**/}
     std::vector<int>& vector()   { return v; }
private:
     std::vector<int> v;
};

//...
foo f;
f.identity();
f.vector();

identity and vector are both methods, but coloured as classes and stable symbols. Is this a common issue or am I the only one till now?

Rgds DXer

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 22 2008 :  3:16:41 PM  Show Profile  Reply with Quote
So far I am not seeing any problems. This is what I am seeing, VS2005 and VA 1632:



I assume this is different to what you are seeing. I have set functions to orange.

zen is the art of being at one with the two'ness
Go to Top of Page

Rain Dog
Ketchup Master

88 Posts

Posted - Apr 23 2008 :  12:53:00 AM  Show Profile  Reply with Quote
In your reply feline, vector() is both italicized and blue while identity() is orange and normal font. From my perspective, that is a problem and incorrect behavior.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 23 2008 :  09:50:51 AM  Show Profile  Reply with Quote
*ah* I see the problem now that I know what to look at. I had been focusing on the function calls, not the function declarations.

This seems to have been improved / fixed for me using the next version of VA. We are hoping to post a new beta in the next few days.

zen is the art of being at one with the two'ness
Go to Top of Page

Rain Dog
Ketchup Master

88 Posts

Posted - Apr 23 2008 :  8:55:33 PM  Show Profile  Reply with Quote
1635 seems to fix this issue.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 24 2008 :  07:35:28 AM  Show Profile  Reply with Quote
Yes, I was testing VA 1635 when I made that post

zen is the art of being at one with the two'ness
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