mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:19:23 +02:00
SynEdit: Publish MarkupInfor for TSynGutterMarks and TSynGutterChanges
(cherry picked from commit 2dd00311d1
)
This commit is contained in:
parent
2eb4295b38
commit
ab9dcf85f8
@ -26,6 +26,7 @@ type
|
|||||||
published
|
published
|
||||||
property ModifiedColor: TColor read GetModifiedColor write SetModifiedColor;
|
property ModifiedColor: TColor read GetModifiedColor write SetModifiedColor;
|
||||||
property SavedColor: TColor read GetSavedColor write SetSavedColor;
|
property SavedColor: TColor read GetSavedColor write SetSavedColor;
|
||||||
|
property MarkupInfo;
|
||||||
property MarkupInfoCurrentLine;
|
property MarkupInfoCurrentLine;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@ type
|
|||||||
// Max amount of marks show in addition to ColumnCount
|
// Max amount of marks show in addition to ColumnCount
|
||||||
property MaxExtraMarksColums: Integer read FMaxExtraMarksColums write FMaxExtraMarksColums;
|
property MaxExtraMarksColums: Integer read FMaxExtraMarksColums write FMaxExtraMarksColums;
|
||||||
property Options: TSynGutterMarksOptions read FOptions write FOptions;
|
property Options: TSynGutterMarksOptions read FOptions write FOptions;
|
||||||
|
property MarkupInfo;
|
||||||
property MarkupInfoCurrentLine;
|
property MarkupInfoCurrentLine;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user