SynEdit: Win-IME, ifdef debugln

git-svn-id: trunk@65177 -
This commit is contained in:
martin 2021-06-05 22:33:57 +00:00
parent 67dbe4986f
commit f57d444718

View File

@ -709,7 +709,9 @@ begin
GetMem(p, ImeCount + 2);
try
ImmGetCompositionStringW(imc, GCS_COMPATTR, p, ImeCount + 2);
{$IFDEF WinIMEDebug}
DebugLn(dbgMemRange(PByte( p), ImeCount));
{$ENDIF}
i := 0;
while longword(i) < ImeCount do begin
if ord(p[i]) = ATTR_TARGET_CONVERTED then begin