mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:40:52 +02:00
clean up
git-svn-id: trunk@18432 -
This commit is contained in:
parent
e49f747043
commit
76c9b75118
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user