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 for static data members

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
drac Posted - Aug 26 2009 : 08:02:02 AM
Given this example:

class MyClass
{
  static MyType m_staticVariable;
};


It would be nice if VA would have the menu entry "Create Implementation" active and the result would be:

(in myclass.cpp)
MyType MyClass::m_staticVariable;

And for header only classes:
__declspec(selectany) MyType MyClass:m_staticVariable;

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 10 2009 : 3:08:34 PM
case=4058 is implemented in build 1734
accord Posted - Aug 26 2009 : 5:37:52 PM
Sensible suggestion. We already have a case for this:

case=4058

Interesting the header only classes version, I have put a note on the case about this.

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