I would like to patch the procedure but cant' fin it.
When we invoke code completion, it trims the line feed before the code
template. I do not want this behaviour. But it does not trim at the
end, which is good.
Template Example:
===
my template | blabla
===
I do want the free line before and after when I invoke code completion.
*Example*
procedure abc;
begin
mytemplate //invoke code completion
end;
*Actual result*
procedure abc;
begin
my template | blabla
end;
*Desired result*
procedure abc;
begin
my template | blabla
end;
--
Alexandre Leclerc
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives