mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 12:59:40 +01:00
remove debugln
git-svn-id: trunk@47302 -
This commit is contained in:
parent
a257e58d2a
commit
bcbbc83311
@ -1428,8 +1428,8 @@ begin
|
||||
end;
|
||||
|
||||
if (i < NextInsertIdx) then begin
|
||||
DebugLn(['Replacing match at idx=', i, ' Back:', FFindInsertIndex-i, ' y=', FFindLineY,
|
||||
' x1=', FMatches.StartPoint[i].X, ' x2=', MatchBegin-FFindLineText+1, ' with longer. Len=', Len]);
|
||||
//DebugLn(['Replacing match at idx=', i, ' Back:', FFindInsertIndex-i, ' y=', FFindLineY,
|
||||
// ' x1=', FMatches.StartPoint[i].X, ' x2=', MatchBegin-FFindLineText+1, ' with longer. Len=', Len]);
|
||||
FMatches.StartPoint[i] := Point(MatchBegin-FFindLineText+1, FFindLineY);
|
||||
FMatches.EndPoint[i] := Point(MatchBegin-FFindLineText+1+Len, FFindLineY);
|
||||
if i + 1 < FFindInsertIndex then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user