[Lazarus] quick opinion poll / pascal highlighting "case"

Vannus vannus at gmail.com
Mon May 24 20:13:35 CEST 2010


On 24 May 2010 18:08, waldo kitty <wkitty42 at windstream.net> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20100524/4f198d12/attachment-0004.html>


More information about the Lazarus mailing list