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
 Minor issue ith Create Implementation in 1532
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Luke Nuttall
Starting Member

1 Posts

Posted - Aug 24 2006 :  10:06:08 PM  Show Profile  Reply with Quote
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)
{

}

rhummer
Tomato Guru

USA
527 Posts

Posted - Aug 24 2006 :  10:22:22 PM  Show Profile  Reply with Quote
you can modify how create implementation formats the code via the auto text entry titled "Refactor Create Implementation"

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

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