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
 Feature Requests
 Implement Method Sugesstion
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

chrisd
Junior Member

20 Posts

Posted - Jul 25 2006 :  9:29:00 PM  Show Profile  Reply with Quote
If my header file contains
class a
{
void function(int x);
};

and I select implement method

I get
void a::function( int x )
{
}

not
void a::function(int x)
{
}

as expected. I believe that you should keep the parameter spacing the same as in the header.

Thanks
Chris

rhummer
Tomato Guru

USA
527 Posts

Posted - Jul 25 2006 :  10:21:06 PM  Show Profile  Reply with Quote
That formating is contained in the Autotext for "Refactor Create Implementaion" Simply remove the spaces around the ')' '(' :)

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