IDE: code help: resolving lazdoc path macros

git-svn-id: trunk@22155 -
This commit is contained in:
mattias 2009-10-13 21:25:53 +00:00
parent cfd8171a4a
commit 08748087fa

View File

@ -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