Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Minor issue ith Create Implementation in 1532

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
Luke Nuttall Posted - Aug 24 2006 : 10:06:08 PM
There is a minor issue with the create implementation tool. Using create implementation does not respect the spacing in the method declaration, creating trouble for those following a strict coding standard.

e.g.
class CodeMonkey
{
...
bool performTask(const TaskMaster& aTaskMaster);
...
};

becomes

bool CodeMonkey::performTask( const TaskMaster& aTaskMaster )
{

}

instead of :
bool CodeMonkey::performTask(const TaskMaster& aTaskMaster)
{

}

1   L A T E S T    R E P L I E S    (Newest First)
rhummer Posted - Aug 24 2006 : 10:22:22 PM
you can modify how create implementation formats the code via the auto text entry titled "Refactor Create Implementation"

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