T O P I C R E V I E W |
marinovi |
Posted - Jul 28 2006 : 08:46:54 AM Autotext "Refactor Create Implementation" cannot be used to create implementation without a namespace prefix (if classname included/needed). I do suggest a new keyword "$SymbolClass$" to be able to refer the feractored member's classname only.
in example: $SymbolType$ $SymbolContext$($ParameterList$) $MethodQualifier$ will create: void my_namespace::CFoo::Bar() { // implementation is probably already in my_namespace
i would like to use: $SymbolType$ $SymbolClass$::$SymbolName$($ParameterList$) $MethodQualifier$ to create: void CFoo::Bar() { // without namespace prefix |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 29 2006 : 1:15:55 PM in the next version Create Implementation should place the function into the existing namespace block, if it can find it, which should solve this problem for you. |
|
|