Re: [Lazarus] C++ syntax highlighting not working

2009-01-30 Thread Lord Satan
On Fri, 30 Jan 2009 13:54:16 + Martin Friebe 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, PCha

Re: [Lazarus] C++ syntax highlighting not working

2009-01-30 Thread Martin Friebe
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 su

[Lazarus] C++ syntax highlighting not working

2009-01-30 Thread Lord Satan
As the subject says. See Environment->Options->Editor->Colors. Set Language to C++ and no highlighting at all (the same is true for Python, Unix Shell Script, PHP, Perl, SQL), but only for C++ I know that it used to work. Just wanted to verify that it is not only my problem before filing a bug re