From 2dd00311d1bc3e8abd16323f4d00c2907e2f7f08 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 23 Jul 2025 20:53:32 +0200 Subject: [PATCH] SynEdit: Publish MarkupInfor for TSynGutterMarks and TSynGutterChanges --- components/synedit/syngutterchanges.pas | 1 + components/synedit/synguttermarks.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/components/synedit/syngutterchanges.pas b/components/synedit/syngutterchanges.pas index e30ef52640..d4afad72ca 100644 --- a/components/synedit/syngutterchanges.pas +++ b/components/synedit/syngutterchanges.pas @@ -26,6 +26,7 @@ type published property ModifiedColor: TColor read GetModifiedColor write SetModifiedColor; property SavedColor: TColor read GetSavedColor write SetSavedColor; + property MarkupInfo; property MarkupInfoCurrentLine; end; diff --git a/components/synedit/synguttermarks.pp b/components/synedit/synguttermarks.pp index 3fa8c266e6..39483cfe60 100644 --- a/components/synedit/synguttermarks.pp +++ b/components/synedit/synguttermarks.pp @@ -70,6 +70,7 @@ type // Max amount of marks show in addition to ColumnCount property MaxExtraMarksColums: Integer read FMaxExtraMarksColums write FMaxExtraMarksColums; property Options: TSynGutterMarksOptions read FOptions write FOptions; + property MarkupInfo; property MarkupInfoCurrentLine; end;