mirror of https://gitlab.com/basile.b/dexed.git
better dcd completion if receipt us subpackage-oriented
This commit is contained in:
parent
60f9e4e984
commit
e73d226dba
|
@ -1374,6 +1374,8 @@ begin
|
|||
begin
|
||||
lst.Clear;
|
||||
listFiles(lst, pth, true);
|
||||
if lst.Count > 0 then
|
||||
fImportPaths.Add(pth);
|
||||
for abs in lst do
|
||||
if isDlangCompilable(abs.extractFileExt) then
|
||||
fSrcs.Add(patchPlateformPath(ExtractRelativepath(fBasePath, abs)));
|
||||
|
@ -1884,9 +1886,9 @@ procedure TDubProject.updateFields;
|
|||
begin
|
||||
updatePackageNameFromJson;
|
||||
udpateConfigsFromJson;
|
||||
updateImportPathsFromJson;
|
||||
updateSourcesFromJson;
|
||||
updateTargetKindFromJson;
|
||||
updateImportPathsFromJson;
|
||||
updateOutputNameFromJson;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue