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
 Feature Requests
 Frustrating bug/feature!
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

znakeeye
Tomato Guru

379 Posts

Posted - Dec 14 2007 :  03:11:36 AM  Show Profile  Reply with Quote
I have "Repair case" activated, and I really need that feature so I will not deactivate it. Check out what VAX 2316 (VS 2008) produces when I start typing:
std::vector<CMyClass*> v;
v.end( -> v.END_MESSAGE_MAP()
...
v.beg( -> v.BEGIN_MESSAGE_MAP()
This is really frustrating, since I use STL a lot!

Edited by - znakeeye on Dec 14 2007 03:12:22 AM

feline
Whole Tomato Software

United Kingdom
18947 Posts

Posted - Dec 14 2007 :  09:49:43 AM  Show Profile  Reply with Quote
VS2008, VA 1624, winXP SP2, I added the following code to a cpp file:

class CMyClass { };

static void testVectorMembers()
{
	std::vector<CMyClass *> v;
	v.end();
	v.begin();
}

I am not seeing any problems. When I type the dot both "end" and "begin" are being suggested and accepted. If you show VA View and hover over the type "std::vector" are begin and end shown as class members?

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

znakeeye
Tomato Guru

379 Posts

Posted - Dec 14 2007 :  1:12:42 PM  Show Profile  Reply with Quote
I was afraid you wouldn't be able to reproduce it. I'll to create a project where I can reproduce this.
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