Hi,
I tried to change the folding color frame color (usually red framed), and the changed code color (which is usually yellow) of the pascal highlighter. But couldn't do it.
the attributes of the highlighter doesn't have this option
for i := 0 to synedit1.Highlighter.AttrCount - 1 do
begin
memo1.Lines.Add(format('%d-%d-%d-%d',[i,synedit1.Highlighter.Attribute[i].Background,synedit1.Highlighter.Attribute[i].Foreground,synedit1.Highlighter.Attribute[i].FrameColor]));
end;
Any ideas?
thanks