[Lazarus] Block completion configuration
Michael Van Canneyt
michael at freepascal.org
Thu May 28 13:51:28 CEST 2009
On Thu, 28 May 2009, Mattias Gaertner wrote:
> On Thu, 28 May 2009 12:33:31 +0200 (CEST)
> Michael Van Canneyt <michael at freepascal.org> wrote:
>
>>
>> Hi,
>>
>> I have 'block completion' enabled (well, I recompiled lazarus and it
>> was on by default) When I type the begin keyword, the editor now adds
>> an end; keyword. However, the end; keyword is wrongly aligned, as for
>> example in:
>>
>> With Something do
>> begin
>> end;
>>
>> i.e. the 'end' keyword is de-indented with 2 spaces with respect to
>> the begin keyword. can this be configured somehow ?
>
> No, because it is a bug. Fixed in 20280.
That was fast...
>
>
>> because the way it is now, I disabled the block completion feature.
>
> block completion is not yet perfect.
Well, Rome wasn't built in a day either...
Thanks for the quick reaction !
Michael.
More information about the Lazarus
mailing list