From 5b707be2f88ef353ecb5cd1f76977adf7ae07ee6 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 2 Feb 2019 04:38:09 +0100 Subject: [PATCH] nothing --- src/u_synmemo.pas | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/u_synmemo.pas b/src/u_synmemo.pas index 871b8b68..8373b68f 100644 --- a/src/u_synmemo.pas +++ b/src/u_synmemo.pas @@ -653,7 +653,7 @@ begin end; {$ENDREGION} -{$REGION TMixedIndentationDialog} +{$REGION TMixedIndentationDialog -----------------------------------------------} constructor TMixedIndentationDialog.construct(numSpaces, numTabs: integer); var pn: TPanel; @@ -739,7 +739,7 @@ begin end; {$ENDREGION} -{$REGION TSynMemoCache -------------------------------------------------------} +{$REGION TSynMemoCache ---------------------------------------------------------} constructor TSynMemoCache.create(aComponent: TComponent); begin inherited create(nil); @@ -858,7 +858,7 @@ end; {$IFDEF DEBUG}{$R+}{$ENDIF} {$ENDREGION} -{$REGION TSynMemoPositions ---------------------------------------------------} +{$REGION TSynMemoPositions -----------------------------------------------------} constructor TSynMemoPositions.create(memo: TCustomSynEdit); begin fList := TFPList.Create; @@ -914,7 +914,7 @@ begin end; {$ENDREGION --------------------------------------------------------------------} -{$REGION TScrollMemo ---------------------------------------------------------} +{$REGION TScrollMemo -----------------------------------------------------------} constructor TScrollMemo.construct(editor: TDexedMemo); begin inherited create(editor); @@ -3736,7 +3736,7 @@ begin end; {$ENDREGION --------------------------------------------------------------------} -{$REGION debugging/breakpoints -----------------------------------------------------------} +{$REGION debugging/breakpoints -------------------------------------------------} function TDexedMemo.breakPointsCount: integer; var i: integer;