Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1524: refactoring: move implementation

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
Uniwares Posted - Jun 20 2006 : 2:13:43 PM
When using "Move implementation to source file" it does some reformatting which is really unwelcome:
for functions with parameters it ALWAYS adds spaces before the parameters and before the closing bracket, but only in the source file.

class xz { void function1(int x) {}; }

becomes
void classxz::function1( int x ) {}


Can we please have this feature undone?
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 20 2006 : 3:32:53 PM
for me, it is not. i have just changed my autotext entry to have 3 leading blank lines before the function body, up from one, and i now get these three lines inserted.

i did notice in my initial experiments the effects were not always quite what i expected, but they tended to make sense.
Uniwares Posted - Jun 20 2006 : 2:26:07 PM
Hey, thats wonderful.
But why is it then ignoring the leading and trailing empty lines in the autotext entry?
rhummer Posted - Jun 20 2006 : 2:21:34 PM
That is an autotext entry called "Refactor Create Implementation", just remove the spaces in that entry and you are set. I like the spaces but it's personal preference :)

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