mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
SynCompletion, commented verbose DebugLn
git-svn-id: trunk@28317 -
This commit is contained in:
parent
c6a4b465a2
commit
1ca8c0c336
@ -902,7 +902,7 @@ end;
|
||||
|
||||
procedure TSynBaseCompletionForm.UTF8KeyPress(var UTF8Key: TUTF8Char);
|
||||
begin
|
||||
debugln('TSynBaseCompletionForm.UTF8KeyPress A UTF8Key="',DbgStr(UTF8Key),'" ',dbgsName(TObject(TMethod(OnUTF8KeyPress).Data)));
|
||||
//debugln('TSynBaseCompletionForm.UTF8KeyPress A UTF8Key="',DbgStr(UTF8Key),'" ',dbgsName(TObject(TMethod(OnUTF8KeyPress).Data)));
|
||||
if UTF8Key=#8 then
|
||||
begin
|
||||
// backspace
|
||||
|
Loading…
Reference in New Issue
Block a user