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
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
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