T O P I C R E V I E W |
fspafford |
Posted - Feb 22 2010 : 10:08:04 AM Is it possible to change the format of a pointer argument from: int * pInt to: int* pInt when using $MethodArg$?
I am following a style guideline stating "the dereference operator will be directly connected with the type-specifier.
I am using version 10.4.1626.1 |
2 L A T E S T R E P L I E S (Newest First) |
fspafford |
Posted - Feb 23 2010 : 09:17:15 AM Yes, I am referring to Document Method. |
accord |
Posted - Feb 23 2010 : 03:50:10 AM I have put in an improvement request to preserve pointer style:
case=40111
I am assuming that you're referring to MethodArg in Document Method refactoring snippet. |