mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 07:19:59 +01:00
synedit: clean up
git-svn-id: trunk@25063 -
This commit is contained in:
parent
78eb50a8d5
commit
6eef1804d4
@ -1209,7 +1209,7 @@ procedure TSynMultiSyn.Next;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
i, idx: Integer;
|
idx: Integer;
|
||||||
RSect: TRunSectionInfo;
|
RSect: TRunSectionInfo;
|
||||||
HL: TSynCustomHighlighter;
|
HL: TSynCustomHighlighter;
|
||||||
dummy: PChar;
|
dummy: PChar;
|
||||||
@ -1405,7 +1405,7 @@ procedure TSynMultiSyn.SetLine({$IFDEF FPC}const {$ENDIF}NewValue: string;
|
|||||||
VLines: TSynHLightMultiVirtualLines;
|
VLines: TSynHLightMultiVirtualLines;
|
||||||
HL: TSynCustomHighlighter;
|
HL: TSynCustomHighlighter;
|
||||||
s: TSynHLightMultiVirtualSection;
|
s: TSynHLightMultiVirtualSection;
|
||||||
i, idx, x1, x2, tx1, tx2: Integer;
|
idx, x1, x2, tx1, tx2: Integer;
|
||||||
begin
|
begin
|
||||||
FRunSectionInfo[ASchemeIdx].SectionIdx := -1;
|
FRunSectionInfo[ASchemeIdx].SectionIdx := -1;
|
||||||
if ASchemeIdx > 0 then begin
|
if ASchemeIdx > 0 then begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user