[Lazarus] Code Completion Templates

Donald Ziesig donald at ziesig.org
Tue Feb 5 23:16:31 CET 2013


Hi All!

Could anyone point me at the file(s) containing the templates invoked 
with Ctrl-Shift-C?

Specifically I would like to replace the Set<Param> code that expands to:

if(AValue=f<Param>) then exit;
f<Param>=AValue;

with
   Update(f<Param>,AValue);  // Keeps track of modifications to the 
underlying object.

Thanks,

Don Ziesig





More information about the Lazarus mailing list