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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to