mwalshe
New Member
United Kingdom
9 Posts |
Posted - Oct 21 2004 : 04:50:33 AM
|
Would it be possible to specify in a code template definition that the inserted text should start at the begining of the line, not at the current cursor position?
I'd like to use code templates to insert various headers, e.g. a function header, and use %0 to fill in the say the function name. Presently, if I highlight a function name in my code, a code template is inserted at the selection point, where in fact I want it at the start of the line.
What I'd like to do is end up something like the text below using a code template by simply highlighting the function name.
//---------------------------------------------------------- // // Function() // void CClass::Funtion(int nValue) { }
|
|