mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 03:19:25 +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;
|
||||
|
||||
var
|
||||
i, idx: Integer;
|
||||
idx: Integer;
|
||||
RSect: TRunSectionInfo;
|
||||
HL: TSynCustomHighlighter;
|
||||
dummy: PChar;
|
||||
@ -1405,7 +1405,7 @@ procedure TSynMultiSyn.SetLine({$IFDEF FPC}const {$ENDIF}NewValue: string;
|
||||
VLines: TSynHLightMultiVirtualLines;
|
||||
HL: TSynCustomHighlighter;
|
||||
s: TSynHLightMultiVirtualSection;
|
||||
i, idx, x1, x2, tx1, tx2: Integer;
|
||||
idx, x1, x2, tx1, tx2: Integer;
|
||||
begin
|
||||
FRunSectionInfo[ASchemeIdx].SectionIdx := -1;
|
||||
if ASchemeIdx > 0 then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user