Hi all,
Currently there is the pipe character (|) that indicates where the carat should
be placed after a Code Template is finished rendering itself in the editor. Is
there currently a symbol to use to indicate that a tab should be inserted into
the generated code?
Delphi
TClass = class(TObject)
public
~procedure SomeProcedure;
end;
The character ("~" in this case) indicates that a tab should be placed in it's
stead according to user preferences for tab-to-spaces setting in the IDE. I
have the IDE set so that a tab produces 2 spaces for indentation in the IDE
settings and would produce this code:
TClass = class(TObject)
public
procedure SomeProcedure;
end;
Thanks!
--
Warm Regards,
Lee
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus