[Lazarus] C++ syntax highlighting not working

Lord Satan reimgrab at web.de
Fri Jan 30 17:13:51 CET 2009


On Fri, 30 Jan 2009 13:54:16 +0000
Martin Friebe <lazarus at mfriebe.de> wrote:

> you are righjt,
> 
> I also found where it was introduced.
> I will fix it tonight.
> 
> 
> In the meantime Synedit.pp ;line 3309
>         if (FFoldedLinesView.Ranges[CurLine] = nil) then begin
>           DrawHiLightMarkupToken(nil, PChar(Pointer(sLine)), Length(sLine));
>         end
> 
> You may simply remove the surrounding if condition
This was not as simple as it sounded. But replacing FFoldedLinesView.Ranges[CurLine] = nil with false did the trick. Thanks.

Btw it looks like you have problems reading my signature. Perhaps a problem of your mail client or mine. ;)
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



More information about the Lazarus mailing list