mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:50:18 +02:00
IDE: auto create fpdoc directory: use relative lazdoc path
git-svn-id: trunk@22153 -
This commit is contained in:
parent
329861f95c
commit
32306cd763
@ -895,6 +895,8 @@ function TCodeHelpManager.DoCreateFPDocFileForSource(const SrcFilename: string;
|
||||
function SelectNewLazDocPaths(const Title, BaseDir: string): string;
|
||||
begin
|
||||
Result:=LazSelectDirectory('Choose LazDoc directory for '+Title,BaseDir);
|
||||
if (Result<>'') then
|
||||
Result:=CreateRelativePath(Result,BaseDir);
|
||||
end;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user