diff --git a/components/synedit/syngutterchanges.pas b/components/synedit/syngutterchanges.pas index c583f4616b..dcf5462f71 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 7d04ce4f4b..bfdc7cae93 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;