mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 13:59:26 +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;
|
||||
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