[Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

Bernd prof7bit at gmail.com
Mon Sep 24 21:04:45 CEST 2012


2012/9/24 Martin <lazarus at mfriebe.de>:
> its in the beautifier
>
>   TSynBeautifier = class(TSynCustomBeautifier)
>   published
>     property IndentType: TSynBeautifierIndentType read FIndentType write
> FIndentType;
>
> Make sure you have the correct beautifier, the default is one instance (not
> sure which class) for all edits.

Ok, assigned it a newly created beautifier, set its properties
appropriately and now it works as expected.

Thank you.




More information about the Lazarus mailing list