Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Reference highlight problem with constructor

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
franckyinuk Posted - Jul 12 2010 : 10:18:27 AM
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
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 04 2010 : 5:44:59 PM
case=4154 is fixed in build 1829
franckyinuk Posted - Jul 13 2010 : 03:26:34 AM
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.
feline Posted - Jul 12 2010 : 3:42:13 PM
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.

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