mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:39:28 +02:00
Converter: update DirectoryCache
git-svn-id: trunk@41484 -
This commit is contained in:
parent
411a8864be
commit
da18117842
@ -768,8 +768,10 @@ begin
|
||||
MissingIncludeFilesCodeXYPos:=Nil;
|
||||
OldChange:=LazarusIDE.OpenEditorsOnCodeToolChange;
|
||||
LazarusIDE.OpenEditorsOnCodeToolChange:=False;
|
||||
with fCTLink do
|
||||
try
|
||||
with fCTLink do
|
||||
CodeTool.CheckDirectoryCache;
|
||||
if CodeTool.DirectoryCache=nil then exit;
|
||||
if CodeTool.FixIncludeFilenames(Code,SrcCache,FoundIncludeFiles,MissingIncludeFilesCodeXYPos)
|
||||
then begin
|
||||
if Assigned(FoundIncludeFiles) then begin
|
||||
|
Loading…
Reference in New Issue
Block a user