I am testing the latest Lazarus snapshot and try to get my old indenting behavior back. I don't use the automatic complete blocks feature.

In Lazarus 0.9.28, when I type

   if a = b then begin
   ^

and then press return, the cursor is placed below the i (marked with ^). Now, in Lazarus 0.9.29 the cursor is placed additionally two characters to the right.

   if a = b then begin
     ^

Disabling auto indenting does not change the behavior. The cursor is still indented. I think this is a bug. Or am I doing something wrong?

Regards, Bernd.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to