removed unimplemented add packages

This commit is contained in:
Basile Burg 2015-02-03 04:08:58 +01:00
parent 3780e76078
commit 4fb2794763
1 changed files with 0 additions and 22 deletions

View File

@ -31,7 +31,6 @@ type
private
fCol: TCollection;
procedure setCol(const aValue: TCollection);
procedure addDubPackages;
protected
procedure afterLoad; override;
published
@ -77,27 +76,6 @@ begin
fCol.assign(aValue);
end;
procedure TLibraryManager.addDubPackages;
//var
//path: string;
begin
if not exeInSysPath('dub' + exeExt) then exit;
//
//path := getUserDocPath + 'dub' + DirectorySeparator + 'packages';
{
get folders
foreach folder in folders
begin
if find src/import/source then
add libman entry with this folder (dcd completion, static explorer will use this)
if find lib with matching libname then
add lib file to the new libman item (runnable module can use it, alias can be specified in project)
end
set the dubpackage entries readonly, since they'll be regenerated for each cession
}
end;
procedure TLibraryManager.updateDCD;
var
itm: TLibraryItem;