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
 Technical Support
 Move implementation to source file: Order
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

AndreasS
Junior Member

Germany
11 Posts

Posted - Feb 11 2015 :  04:37:19 AM  Show Profile  Reply with Quote
The function "Move implementation to source file" is fine, but one annoying point I have to tell.

If you start the function when the cursor is on a class name, you will be asked for every meothod to move.
If you move serveral methodes, the is the order of the methode in cpp-file wrong.
The last methode in .h-File will be the first methode in cpp-file.

class A
{
double Get1() {return 1;};
double Get2() {return 2;};
};

becames

....

double A::Get2()
{
return 2;
}

double A::Get1()
{
return 1;
}

in cpp-file

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Feb 11 2015 :  1:05:23 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=75315

Unfortunately I don't currently have an estimate for when this will be looked at. Are you aware that you can use VA Outline to quickly and easily drag and drop functions, to re-order your files?

http://docs.wholetomato.com/default.asp?W187

This is not a fix, but it might help.

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 13 2015 :  8:11:48 PM  Show Profile  Reply with Quote
case=75315 is fixed in build 2059
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