mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 08:58:25 +02:00
IDE: fixed compilation
git-svn-id: trunk@41555 -
This commit is contained in:
parent
fd298c3dcf
commit
35f0478c14
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3599,7 +3599,7 @@ debian/po/de.po svneol=native#text/plain
|
||||
debian/po/es.po svneol=native#text/plain
|
||||
debian/po/fr.po svneol=native#text/plain
|
||||
debian/po/it.po svneol=native#text/plain
|
||||
debian/po/ja.po -text svneol=native#text/plain
|
||||
debian/po/ja.po svneol=native#text/plain
|
||||
debian/po/pl.po svneol=native#text/plain
|
||||
debian/po/pt.po svneol=native#text/plain
|
||||
debian/po/ru.po svneol=native#text/plain
|
||||
|
@ -777,7 +777,6 @@ begin
|
||||
LazarusIDE.OpenEditorsOnCodeToolChange:=False;
|
||||
with fCTLink do
|
||||
try
|
||||
CodeTool.CheckDirectoryCache;
|
||||
if CodeTool.DirectoryCache=nil then exit;
|
||||
if CodeTool.FixIncludeFilenames(Code,SrcCache,FoundIncludeFiles,MissingIncludeFilesCodeXYPos)
|
||||
then begin
|
||||
|
@ -216,7 +216,6 @@ begin
|
||||
UsesNode:=UsesSectionNode;
|
||||
if UsesNode=nil then exit(true);
|
||||
with fCTLink do begin
|
||||
if not CodeTool.CheckDirectoryCache then exit(false);
|
||||
CodeTool.MoveCursorToUsesStart(UsesNode);
|
||||
repeat
|
||||
// read next unit name
|
||||
|
Loading…
Reference in New Issue
Block a user