Re: [Lazarus] Auto-identation

2010-05-27 Thread dmitry boyarintsev
On Thu, May 27, 2010 at 11:39 PM, dmitry boyarintsev wrote: > Ok. It does work now. I mean that in both cases for i:=1 to 10 do begin| and for i:=1 to 10 do begin| a new line is indented by 2 spaces. thanks, dmitry -- ___ Lazarus mailing list Lazaru

Re: [Lazarus] Auto-identation

2010-05-27 Thread dmitry boyarintsev
On Thu, May 27, 2010 at 1:51 PM, Mattias Gaertner wrote: >> However if I type >> for i:=1 to N do >> begin| <-- press enter >> >> I have no indentation, and the cursor is placed right under "b" >> Why does it happen? > > It should be the same and it works here. Can you update to svn rev > 25683 an

Re: [Lazarus] Auto-identation

2010-05-27 Thread dmitry boyarintsev
On Thu, May 27, 2010 at 1:51 PM, Mattias Gaertner wrote: > It should be the same and it works here. Can you update to svn rev > 25683 and try again? > If it still does that, can you compile the IDE clean with > -dVerboseIndenter? This will write to stdout why it indents. Thank you. I'll test it l

Re: [Lazarus] Auto-identation

2010-05-27 Thread Mattias Gaertner
On Thu, 27 May 2010 12:07:08 +0400 dmitry boyarintsev wrote: > Hello Developers > > Need your help and suggestion. I can't switch off the auto-identation. > I've the option off in Editor->General->Indent and Tabs->"Auto indent" > > But, whenever I'm typing: > > for i:=1 to N do begin| <-- pre

[Lazarus] Auto-identation

2010-05-27 Thread dmitry boyarintsev
Hello Developers Need your help and suggestion. I can't switch off the auto-identation. I've the option off in Editor->General->Indent and Tabs->"Auto indent" But, whenever I'm typing: for i:=1 to N do begin| <-- press enter I'm getting a new line indented 2 spaces (under "r"), instead of plac