mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:09:21 +02:00
SynEdit: Added ability for highlighter to specify color for the area past the "end of line". Based on a patch by Brad Campbell
git-svn-id: trunk@20244 -
This commit is contained in:
parent
b57eb768dc
commit
c73fc17107
@ -3023,6 +3023,8 @@ var
|
|||||||
FillBCol := Attr.Background;
|
FillBCol := Attr.Background;
|
||||||
FillFrame := Attr.FrameColor;
|
FillFrame := Attr.FrameColor;
|
||||||
FillStyle := Attr.Style;
|
FillStyle := Attr.Style;
|
||||||
|
if FillFCol = clNone then FillFCol := Font.Color;
|
||||||
|
if FillBCol = clNone then FillBCol := colEditorBG;
|
||||||
end else begin
|
end else begin
|
||||||
FillFCol := Font.Color;
|
FillFCol := Font.Color;
|
||||||
FillBCol := colEditorBG;
|
FillBCol := colEditorBG;
|
||||||
|
Loading…
Reference in New Issue
Block a user