Skip to content

Commit

Permalink
Merge branch 'main' into folding-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 16, 2024
2 parents 1ade41e + 750e490 commit 6cffb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/ScintEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ TScintEdit = class(TWinControl)
write SetAutoCompleteFontName;
property AutoCompleteFontSize: Integer read FAutoCompleteFontSize
write SetAutoCompleteFontSize default 0;
property ChangeHistory: Boolean read FChangeHistory write SetChangeHistory;
property ChangeHistory: Boolean read FChangeHistory write SetChangeHistory default False;
property CodePage: Integer read FCodePage write SetCodePage default CP_UTF8;
property Color;
property FillSelectionToEdge: Boolean read FFillSelectionToEdge write SetFillSelectionToEdge
Expand Down

0 comments on commit 6cffb43

Please sign in to comment.