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
 Reference highlight problem with constructor
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

franckyinuk
New Member

6 Posts

Posted - Jul 12 2010 :  10:18:27 AM  Show Profile  Reply with Quote
I have noticed that the highlighting is not correct when dealing with constructors.
I am using 10.6.1823.0 with Visual Studio Team System 2008 SP1, on a win XP machine with 4 cores.

Example:


1    std::vector<int> v(5);
2    v.size();
3    v = std::vector<int>;

4    int a = 0;
5    a*2;
6    a++;


I consider the 2 blocks equivalent. Line 1 & 4 initialise the object/variable, line 2 & 5 use the object and line 3 & 6 modify it.
The highlighting works as expected for line 2 to 6 but line 1 is showing as a read only (shade of blue) instead of write (shade of red)

Am I right to think that this is a bug

feline
Whole Tomato Software

United Kingdom
18947 Posts

Posted - Jul 12 2010 :  3:42:13 PM  Show Profile  Reply with Quote
This is currently a known problem:

case=4154

It is on our list of things to fix, but I don't currently have an estimate on when it will be fixed.

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

franckyinuk
New Member

6 Posts

Posted - Jul 13 2010 :  03:26:34 AM  Show Profile  Reply with Quote
Thanks

I tried to look for in the forum to see if it was a known bug, but I couldn't find the exact same issue.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 04 2010 :  5:44:59 PM  Show Profile  Reply with Quote
case=4154 is fixed in build 1829

Whole Tomato Software, Inc.
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