mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
IDE: code help: resolving lazdoc path macros
git-svn-id: trunk@22155 -
This commit is contained in:
parent
cfd8171a4a
commit
08748087fa
@ -959,6 +959,8 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
IDEMacros.CreateAbsoluteSearchPath(LazDocPaths,BaseDir);
|
||||||
|
|
||||||
p:=1;
|
p:=1;
|
||||||
repeat
|
repeat
|
||||||
NewPath:=GetNextDirectoryInSearchPath(LazDocPaths,p);
|
NewPath:=GetNextDirectoryInSearchPath(LazDocPaths,p);
|
||||||
@ -1254,7 +1256,7 @@ var
|
|||||||
begin
|
begin
|
||||||
if Paths='' then exit;
|
if Paths='' then exit;
|
||||||
if not IDEMacros.CreateAbsoluteSearchPath(Paths,BaseDir) then exit;
|
if not IDEMacros.CreateAbsoluteSearchPath(Paths,BaseDir) then exit;
|
||||||
//DebugLn(['SearchInPath START ',Paths]);
|
DebugLn(['SearchInPath START ',Paths]);
|
||||||
if Paths='' then exit;
|
if Paths='' then exit;
|
||||||
p:=1;
|
p:=1;
|
||||||
repeat
|
repeat
|
||||||
|
Loading…
Reference in New Issue
Block a user