Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Frustrating bug/feature!

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
znakeeye Posted - Dec 14 2007 : 03:11:36 AM
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!
2   L A T E S T    R E P L I E S    (Newest First)
znakeeye Posted - Dec 14 2007 : 1:12:42 PM
I was afraid you wouldn't be able to reproduce it. I'll to create a project where I can reproduce this.
feline Posted - Dec 14 2007 : 09:49:43 AM
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?

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