I separate my functions by comments containing minus symbols. Therefore, I changed the autotext for "Refactor Create Implementation" to this:
// ----------------------------------------------------------------------------
$SymbolType$ $SymbolContext$($ParameterList$) $MethodQualifier$
{
$end$$MethodBody$
}
This works great! Unfortunately, this autotext is also applied when I use "Change Signature". Thus, I always get two minus lines above a function after changing its signature.
Can you differentiate between these two cases?
Regards,
Marcus.