On 24 May 2010 18:08, waldo kitty <[email protected]> wrote:
> On 5/24/2010 08:36, Martin wrote:
>
>> What are the opinions. Do you like/dislike the new highlighting of
>> case-labels?
>> e.g
>> case a of
>> *foo* :
>> *bar*, *def*:
>> end;
>>
>> In your opinion, should it be:
>> - off by default
>> - italics
>> - underline
>> - other / color / frame?
>>
>
>
+2 for off by default.
*case* something *of*
MyCondition:
DoSomething(myvar);
AnotherCondition: *begin*
DoThis(thisvar);
DoThat(thatvar);
*end*;
default:
Whatever();
*end*;
is clear enough (in lazarus) and makes sense as it is, imho.
- V
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus