On 13/08/2011 22:34, Graeme Geldenhuys wrote:
There were plenty of reports (some by you IIRC Graeme) like "deprecated"
being highlighted in the wrong place.
That seems to work fine in my copy of MSEide, and my syntax
highlighting scheme. I don't use default syntax highlighting schemes
in Lazarus or MSEide.  Attached is two examples in MSEide where
deprecated is correctly highlighted.


Those are examples of it in the right place.
the reported trouble was for something like this

procedure Deprecated;
procedure Foo(deprecated: Boolean);

type
  deprecated = boolean;
var
  a: deprecated;


etc.

MSE-ide appears to highlight quite some of them.


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

Reply via email to