git-svn-id: trunk@18432 -
This commit is contained in:
mattias 2009-01-25 10:17:33 +00:00
parent e49f747043
commit 76c9b75118
2 changed files with 3 additions and 3 deletions

View File

@ -467,7 +467,7 @@ var
begin
{$IFDEF MEM_CHECK}CheckHeap('TBasicCodeTool.BuildTree A '+IntToStr(MemCheck_GetMem_Cnt));{$ENDIF}
{$IFDEF CTDEBUG}
DebugLn('TPascalParserTool.BuildTree A');
DebugLn('TPascalParserTool.BuildTree A ',MainFilename);
{$ENDIF}
ValidateToolDependencies;
if not UpdateNeeded(OnlyInterfaceNeeded) then begin
@ -482,7 +482,7 @@ begin
exit;
end;
ClearLastError;
// DebugLn('TPascalParserTool.BuildTree B OnlyIntf=',dbgs(OnlyInterfaceNeeded),' ',TCodeBuffer(Scanner.MainCode).Filename);
//DebugLn('TPascalParserTool.BuildTree B OnlyIntf=',dbgs(OnlyInterfaceNeeded),' ',TCodeBuffer(Scanner.MainCode).Filename);
//CheckHeap('TBasicCodeTool.BuildTree B '+IntToStr(MemCheck_GetMem_Cnt));
// scan code

View File

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