Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Reorder methods and flesh out methods

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
REspawn Posted - Nov 07 2007 : 5:06:33 PM
Hi,
two sugestions...

1) Reorder the methods / functions / everything else based on there order in the header file, I just got a messy .cpp and .h via e-mail and instead of everything being in the same order as it is in the .h it was all over the place, it would be nice if VA could reorder.

2) I was writing out declreations in a header and then had to go one by one in the cpp and create them, it would be nice if VA made the shell for you.

eg: If this in the header..
void getFriendsTaskComplete(int &messageID)


Was with once touch of a button fleshed out into this in the cpp..

void TaskManager::getFriendsTaskComplete(int &messageID)
{
}


Thanks,
-Dave
1   L A T E S T    R E P L I E S    (Newest First)
rhummer Posted - Nov 07 2007 : 5:50:24 PM
1) You can use VA Outline to drag around items manually. Which that feature is available in the current beta builds.

2) Have you tried the refactoring feature in VA X? you can hover over a declaration click on their little menu and trigger a 'Create Implementation'. Which does what you want. http://www.wholetomato.com/products/features/createImplementation.asp

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