Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-21 Thread el_es via Lazarus
On 20/07/17 16:09, Michael Van Canneyt via Lazarus wrote: > > > On Thu, 20 Jul 2017, Juha Manninen via Lazarus wrote: > >> On Thu, Jul 20, 2017 at 2:39 PM, Ondrej Pokorny via Lazarus >> wrote: >>> IMO we should give the Lazarus foundation more importance/advertisement. >> >> It should be the ot

[Lazarus] Collapsible try...finally...except...end blocks idea

2018-07-17 Thread el_es via Lazarus
Hi, this idea may need further refining, but it may be easier to handle in Lazarus source editor, than in the compiler, where it was originally posted. In short, to have the nested try...finally/except...end; blocks display in a single tier flatter manner, like try try code block 1; fi

Re: [Lazarus] Collapsible try...finally...except...end blocks idea

2018-07-18 Thread el_es via Lazarus
On 17/07/18 10:43, Martin Frb via Lazarus wrote: > On 17/07/2018 10:34, el_es via Lazarus wrote: >> In short, to have the nested try...finally/except...end; blocks display >> in a single tier flatter manner, like >> >> try >>    try >> code bloc