This commit is contained in:
Basile Burg 2019-02-02 04:38:09 +01:00
parent 2624f049cc
commit 5b707be2f8
1 changed files with 5 additions and 5 deletions

View File

@ -653,7 +653,7 @@ begin
end; end;
{$ENDREGION} {$ENDREGION}
{$REGION TMixedIndentationDialog} {$REGION TMixedIndentationDialog -----------------------------------------------}
constructor TMixedIndentationDialog.construct(numSpaces, numTabs: integer); constructor TMixedIndentationDialog.construct(numSpaces, numTabs: integer);
var var
pn: TPanel; pn: TPanel;
@ -739,7 +739,7 @@ begin
end; end;
{$ENDREGION} {$ENDREGION}
{$REGION TSynMemoCache -------------------------------------------------------} {$REGION TSynMemoCache ---------------------------------------------------------}
constructor TSynMemoCache.create(aComponent: TComponent); constructor TSynMemoCache.create(aComponent: TComponent);
begin begin
inherited create(nil); inherited create(nil);
@ -858,7 +858,7 @@ end;
{$IFDEF DEBUG}{$R+}{$ENDIF} {$IFDEF DEBUG}{$R+}{$ENDIF}
{$ENDREGION} {$ENDREGION}
{$REGION TSynMemoPositions ---------------------------------------------------} {$REGION TSynMemoPositions -----------------------------------------------------}
constructor TSynMemoPositions.create(memo: TCustomSynEdit); constructor TSynMemoPositions.create(memo: TCustomSynEdit);
begin begin
fList := TFPList.Create; fList := TFPList.Create;
@ -914,7 +914,7 @@ begin
end; end;
{$ENDREGION --------------------------------------------------------------------} {$ENDREGION --------------------------------------------------------------------}
{$REGION TScrollMemo ---------------------------------------------------------} {$REGION TScrollMemo -----------------------------------------------------------}
constructor TScrollMemo.construct(editor: TDexedMemo); constructor TScrollMemo.construct(editor: TDexedMemo);
begin begin
inherited create(editor); inherited create(editor);
@ -3736,7 +3736,7 @@ begin
end; end;
{$ENDREGION --------------------------------------------------------------------} {$ENDREGION --------------------------------------------------------------------}
{$REGION debugging/breakpoints -----------------------------------------------------------} {$REGION debugging/breakpoints -------------------------------------------------}
function TDexedMemo.breakPointsCount: integer; function TDexedMemo.breakPointsCount: integer;
var var
i: integer; i: integer;