Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Move implementation to source file: Order

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
AndreasS Posted - Feb 11 2015 : 04:37:19 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Feb 13 2015 : 8:11:48 PM
case=75315 is fixed in build 2059
feline Posted - Feb 11 2015 : 1:05:23 PM
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.

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