[Lazarus] Code Completion: spaces around ':='

2013-07-07 Thread Marc Santhoff
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?

Re: [Lazarus] Code Completion: spaces around ':='

2013-07-07 Thread Vojtěch Čihák
Předmět: [Lazarus] Code Completion: spaces around ':=' 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

Re: [Lazarus] Code Completion: spaces around ':='

2013-07-07 Thread Mattias Gaertner
On Sun, 07 Jul 2013 14:51:15 +0200 Marc Santhoff m.santh...@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:

Re: [Lazarus] Code Completion: spaces around ':='

2013-07-07 Thread Marc Santhoff
Am Sonntag, den 07.07.2013, 16:41 +0200 schrieb Vojtěch Čihák: Hi, Tools - Options... - (node) Codetools - (node) Space Insert space in front of: Symbol Insert space after: Symbol That did the trick, thank you both! -- Marc Santhoff m.santh...@web.de --