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