SynEdit: Publish MarkupInfor for TSynGutterMarks and TSynGutterChanges

This commit is contained in:
Martin 2025-07-23 20:53:32 +02:00
parent 8150066174
commit 2dd00311d1
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;