[Lazarus] Console App Development
Martin
lazarus at mfriebe.de
Sun Aug 14 00:02:27 CEST 2011
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.
More information about the Lazarus
mailing list