Hi,
Tools -> Options... -> (node) Codetools -> (node) Space
 
Insert space in front of: Symbol
Insert space after: Symbol
 
Vojtěch 
______________________________________________________________
Od: "Marc Santhoff" <m.santh...@web.de>
Komu: <lazarus@lists.lazarus.freepascal.org>
Datum: 07.07.2013 14:54
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 then StatusBar.Visible := ;"

How can this behaviour get tuned?

TIA,
Marc

--
Marc Santhoff <m.santh...@web.de>



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 
<http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to