T O P I C R E V I E W |
mnd |
Posted - Jun 15 2006 : 04:29:16 AM Ciao,
the new build 1522 is extraordinary!
I have a small request, the autotext for "Refactor Create Implementation" is missing the $SymbolName$ variable. The $SymbolContext$ carry on the name of the class too but we are used to end the function implementation with the name of the function commented out.
I.E.
class foo { void bar(); }
void foo::bar() { } // bar
Kindest Regards,
- mn |
4 L A T E S T R E P L I E S (Newest First) |
mnd |
Posted - Jun 16 2006 : 02:09:20 AM It worked! many thanks.
- mn |
sean |
Posted - Jun 16 2006 : 01:47:25 AM Use $SymbolName$:
$SymbolType$ $SymbolContext$($ParameterList$) $MethodQualifier$ { $end$$MethodBody$ } // $SymbolName$
|
mnd |
Posted - Jun 16 2006 : 01:40:44 AM ok, but what kind of variable can I use?
- mn |
feline |
Posted - Jun 15 2006 : 5:01:27 PM the autotext rules are designed to be edited, so everyone can change them to suit their own needs. the default rules you get when installing are simply that, defaults.
simply make this change to your autotext rule and it works |