mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 00:46:01 +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/es.po svneol=native#text/plain
|
||||||
debian/po/fr.po svneol=native#text/plain
|
debian/po/fr.po svneol=native#text/plain
|
||||||
debian/po/it.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/pl.po svneol=native#text/plain
|
||||||
debian/po/pt.po svneol=native#text/plain
|
debian/po/pt.po svneol=native#text/plain
|
||||||
debian/po/ru.po svneol=native#text/plain
|
debian/po/ru.po svneol=native#text/plain
|
||||||
|
@ -777,7 +777,6 @@ begin
|
|||||||
LazarusIDE.OpenEditorsOnCodeToolChange:=False;
|
LazarusIDE.OpenEditorsOnCodeToolChange:=False;
|
||||||
with fCTLink do
|
with fCTLink do
|
||||||
try
|
try
|
||||||
CodeTool.CheckDirectoryCache;
|
|
||||||
if CodeTool.DirectoryCache=nil then exit;
|
if CodeTool.DirectoryCache=nil then exit;
|
||||||
if CodeTool.FixIncludeFilenames(Code,SrcCache,FoundIncludeFiles,MissingIncludeFilesCodeXYPos)
|
if CodeTool.FixIncludeFilenames(Code,SrcCache,FoundIncludeFiles,MissingIncludeFilesCodeXYPos)
|
||||||
then begin
|
then begin
|
||||||
|
@ -216,7 +216,6 @@ begin
|
|||||||
UsesNode:=UsesSectionNode;
|
UsesNode:=UsesSectionNode;
|
||||||
if UsesNode=nil then exit(true);
|
if UsesNode=nil then exit(true);
|
||||||
with fCTLink do begin
|
with fCTLink do begin
|
||||||
if not CodeTool.CheckDirectoryCache then exit(false);
|
|
||||||
CodeTool.MoveCursorToUsesStart(UsesNode);
|
CodeTool.MoveCursorToUsesStart(UsesNode);
|
||||||
repeat
|
repeat
|
||||||
// read next unit name
|
// read next unit name
|
||||||
|
Loading…
Reference in New Issue
Block a user