Re: [Lazarus] IDE makes not nice wrap of long line

2018-08-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Aug 2018 21:48:08 +0300 AlexeyT via Lazarus wrote: > On 28.08.2018 21:26, Mattias Gaertner via Lazarus wrote: > > Tools / Options / Codetools / Line splitting > > Thanks. but then Preview- here- works incorrect - it shows always ); at > then end of line, even if I have "[ ] Bracket

Re: [Lazarus] IDE makes not nice wrap of long line

2018-08-28 Thread AlexeyT via Lazarus
On 28.08.2018 21:26, Mattias Gaertner via Lazarus wrote: Tools / Options / Codetools / Line splitting Thanks. but then Preview- here- works incorrect - it shows always ); at then end of line, even if I have "[ ] Brackets". Picture. -- Regards, Alexey --

Re: [Lazarus] IDE makes not nice wrap of long line

2018-08-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Aug 2018 21:06:23 +0300 AlexeyT via Lazarus wrote: > From my options I get sometimes such wrapped line (of auto inserted > method implementation when I press "complete class" hotkey) > > procedure TfmMain.EditKeyDown(Sender: TObject; var Key: Word; Shift: > TShiftState >   ); > be

[Lazarus] IDE makes not nice wrap of long line

2018-08-28 Thread AlexeyT via Lazarus
From my options I get sometimes such wrapped line (of auto inserted method implementation when I press "complete class" hotkey) procedure TfmMain.EditKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState   ); begin My wish: don't wrap ');' to next line, always keep at at prev line. -- R