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
 Move Implementation to Source File
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Vertexwahn
Senior Member

35 Posts

Posted - Jul 22 2011 :  04:13:32 AM  Show Profile  Reply with Quote
It would be nice if the "Move Implementation to Source File" command could also applied to functions:

Save.h:

namespace foo
{
     void save(void *data)
     {

     }
}


=>

Save.h:

namespace foo
{
     void save(void *data);
}


Save.cpp:

namespace foo
{
void save(void *data)
{

}
}

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Jul 22 2011 :  12:32:19 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=58911

Move Implementation to Source File supports class member functions in namespaces, and free functions that are not in namespaces, which helps.

zen is the art of being at one with the two'ness
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