[Lazarus] Code Completion: spaces around ':='
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Jul 7 16:40:03 CEST 2013
On Sun, 07 Jul 2013 14:51:15 +0200
Marc Santhoff <M.Santhoff at web.de> wrote:
> Hi,
>
> as said in the subject, if hitting CTRL-space and selecting a property
> or object variable the code inserted look like this:
>
> "if fHasStatusBar then StatusBar.Visible:=;"
>
> What I'd like to have is like that:
>
> "if fHasStatusBar then StatusBar.Visible := ;"
>
> How can this behaviour get tuned?
Tools / Options / CodeTools / Space
Mattias
More information about the Lazarus
mailing list