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
 Create implementation split parameter list
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alex Spencer
Starting Member

1 Posts

Posted - Jan 22 2016 :  08:54:12 AM  Show Profile  Reply with Quote
Is there a way to split the parameter list when using Create Implementation? Ideally the layout in the source would be the
same as the layout in the header.

i.e. I would like to have

ReturnType function(
var one,
var two
)
in the header generate
ReturnType classname::function(
var one,
var two
)
in the source

feline
Whole Tomato Software

United Kingdom
18755 Posts

Posted - Jan 22 2016 :  8:15:55 PM  Show Profile  Reply with Quote
This is not something VA does currently, but we are considering a change to try and preserve the formatting / line breaks when refactoring:

case=1631

For now, have you considered using a code formatting tool, to help ensure all of your functions use this style? I know VS2015 adds quite a few C++ formatting options, but on a quick glance I am not seeing an option for this style.

zen is the art of being at one with the two'ness
Go to Top of Page

Shawnyaleap
Starting Member

1 Posts

Posted - Sep 05 2016 :  08:31:27 AM  Show Profile  Reply with Quote
quote:
Originally posted by feline

This is not something VA does currently, but we are considering a change to try and preserve the formatting / line breaks when refactoring:

case=1631

For now, have you considered using a code formatting tool, to help ensure all of your functions use this style? I know VS2015 adds quite a few C++ formatting options, but on a quick glance I am not seeing an option for this style.



your idea is very direct to the point. it really looks like there is no option at all. a very keen observation.
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