[Lazarus] Syntax highlighting anomalies

Martin lazarus at mfriebe.de
Fri Oct 8 20:41:21 CEST 2010


  On 08/10/2010 19:23, Bernd Kreuss wrote:
> Hi,
>
> is it only me ore are there others who find the following behaviors of
> the pascal syntax highlighter in lazarus strange and inconsistent and
> sometimes even annoying?
>
> * some types (String and AnsiString)  are highlighted, all other types
> (built in or not) are not highlighted. IMHO no type names should be
> highlighted.
string is a keyword, integer not (both are build in types)

you can do:
   var
     integer: byte;

but you can not do:
   var
     string: byte;

Martin




More information about the Lazarus mailing list