mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 14:49:13 +02:00
SynEdit: remove debug output from syncro edit
This commit is contained in:
parent
6cc25dbb6d
commit
fe839fa1a1
@ -841,8 +841,7 @@ var
|
||||
if (we^.Count = 2) and (we^.LineIdx >= 0) then begin
|
||||
if FScanModes * [spssWithCase, spssCtxWithCase] <> [] then begin
|
||||
//Wrd := Copy(ViewedTextBuffer[we^.LineIdx], we^.BytePos, ALen);
|
||||
DebugLn(['TSynPluginSyncroEdit.Scan: Wrd=', Wrd,
|
||||
', UTF8LowerCase(Wrd)=', UTF8LowerCase(Wrd), ', LWrd=', LWrd]);
|
||||
//DebugLn(['TSynPluginSyncroEdit.Scan: Wrd=', Wrd, ', UTF8LowerCase(Wrd)=', UTF8LowerCase(Wrd), ', LWrd=', LWrd]);
|
||||
//Assert(UTF8LowerCase(Wrd) = LWrd, 'AddWordToHash: UTF8LowerCase(Wrd) <> LWrd');
|
||||
|
||||
if spssWithCase in FScanModes then
|
||||
|
Loading…
Reference in New Issue
Block a user