IDE: debugging

git-svn-id: trunk@24671 -
This commit is contained in:
mattias 2010-04-17 16:00:31 +00:00
parent 9e62a61131
commit 5aa3161301

View File

@ -2157,7 +2157,7 @@ begin
end;
{$ENDIF}
if FCodeBuffer=nil then exit;
//DebugLn(['TSourceEditor.UpdateCodeBuffer ',FileName]);
//DebugLn(['TSourceEditor.UpdateCodeBuffer ',FCodeBuffer.FileName]);
IncreaseIgnoreCodeBufferLock;
SynEditor.BeginUpdate;
FCodeBuffer.Assign(SynEditor.Lines);