Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Create From Usage

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
Vertexwahn Posted - Jun 21 2011 : 5:14:54 PM

class Foo
{
public:
	Foo(const std::string& bar) : m_Foo(bar)
	{

	}
};


Right click on m_Foo - choose "Create From Usage..." - the dialog has only two options:
(*) Method in Foo
( ) Function

what the user wants:
(*) Member variable in Foo
6   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 20 2011 : 01:59:57 AM
case=31277 and case=58369 are fixed in build 1854
accord Posted - Jun 24 2011 : 08:53:04 AM
Wonderful. I was able to reproduce the problem with any name when the class is not globally scoped:

case=58369
Vertexwahn Posted - Jun 23 2011 : 12:30:49 PM
my class resides in a nested namespace
accord Posted - Jun 22 2011 : 6:29:14 PM
I wasn't able to reproduce this with m_Auto or something after m_Auto...



Maybe some additional circumstances are given in your source code
Vertexwahn Posted - Jun 22 2011 : 11:00:25 AM
I had the same problem with a variable that starts with m_Auto...
accord Posted - Jun 21 2011 : 11:16:22 PM
Excellent description

I have reopened the

case=31277

Strange enough, but it seems that it only fails when the variable name contains the sub-string "Fo". Don't ask me why

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