[Lazarus] constant-highlight ? [Re: quick opinion poll / pascal highlighting "case"]

Jürgen Hestermann juergen.hestermann at gmx.de
Mon May 24 17:52:17 CEST 2010



> Which one / What is highlighting same as constant?
> const Foo = 1; // Foo is not highlighted:

Then if Foo is a constand in a case statement it should be treated the same and not highlighted.

> literal constant:
> 'a' => blue by default

If constants in the case statement are characters then they should also be blue by default.

> 123 => dark(er) blue (navy) by default

Yes, if the case constant is a number then it should also be in this color.
 
> Does this answer mean => case labels to be highlighted by color?

I think they should be treated in the same as in a constant declaration.





More information about the Lazarus mailing list