You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
kovarex
Posted - Aug 16 2013 : 06:07:19 AM Mainly, when I use Create/Move Implementation, the method it generates is in style:
void foo( int x )
rather our default style:
void foo(int x)
I didn't find any option to change it, did overlook something?
3 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 07 2013 : 1:35:28 PM If you have any problems with this please let me know, and I will do everything I can to help.
kovarex
Posted - Sep 07 2013 : 12:13:21 PM Thank you for the helpful info.
feline
Posted - Aug 16 2013 : 11:23:13 AM You can do this by editing the VA Snippet "Refactor Create Implementation", and removing the spaces inside the brackets around $ParameterList$