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

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
khb Posted - Dec 11 2006 : 08:33:55 AM
Create implementation on static member variables would be nice.

Regards,
Marcus.
5   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 10 2009 : 3:09:26 PM
case=4058 is implemented in build 1734
khb Posted - Dec 12 2006 : 02:20:53 AM
Feline, this is exactly what I was looking for. Thank you for setting up the feature request!

Regards,
Marcus.
feline Posted - Dec 11 2006 : 4:53:12 PM
I suggested the cpp file since this is where Create Implementation normally places the code, but it keeps new functions for template classes in the .h file.

I have put in a feature request for this:

case=4058
bugfix Posted - Dec 11 2006 : 11:36:35 AM
nice idea. just want to mention that in VC it's possible to add definition to .h as well. templated stuff like atl/wtl does that as they often do not have a corresponding cpp file.

like:
const __declspec(selectany) int bugCreateImplementation::m_nStaticMemberVariable;
feline Posted - Dec 11 2006 : 08:58:36 AM
I rather like this idea

Just to make sure we are talking about the same thing, if you have the following class in a header file:

class bugCreateImplementation
{
    static int m_nStaticMemberVariable;
};


you want VA to generate the code:

int bugCreateImplementation::m_nStaticMemberVariable;


and to place it into the matching cpp file?

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