Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Spaces around function arguments

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
softbiz Posted - Jul 13 2011 : 9:25:15 PM
When using Create implementation or other functions that change the class and method arguments VAX adds spaces around the argument list as follows :

MyClass::MyMeythod( int arg1, int arg2 );

whereas we prefer

MyClass::MyMethod(int arg1, int arg2);

How do we change this in VAX?
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jul 14 2011 : 01:45:17 AM
VAssistX -> Tools -> Edit VA Snippets...

Here, you can edit

Refactor Create Implementation
Refactor Document Method
Refactor Encapsulate Field
Refactor Extract Method
Refactor Create From Usage Method Body

snippets to control the formatting of these refactoring commands ("Create Implementation" snippet will be used for "Move Implementation to source file" as well.) You can learn more about VA snippets (including refactoring snippets) here:

http://www.wholetomato.com/products/features/vasnippets.asp

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