projectgroups: removed dependency on codetools

git-svn-id: trunk@56680 -
This commit is contained in:
mattias 2017-12-09 15:39:48 +00:00
parent 283894c63d
commit 59ab7244a8
3 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
<License Value="Same as IDEIntf.
Modified LGPL-2."/>
<Version Minor="2"/>
<Version Minor="7"/>
<Files Count="6">
<Item1>
<Filename Value="projectgroupintf.pp"/>
@ -48,13 +48,10 @@ Modified LGPL-2."/>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs Count="2">
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="CodeTools"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -3,6 +3,7 @@
- activate project when project is opened
- deactivate project when project is closed
- show active build mode
- auto load last group on IDE start when option enabled
}
unit ProjectGroupEditor;

View File

@ -1,3 +1,5 @@
{ Register IDE items
}
unit RegProjectGroup;
{$mode objfpc}{$H+}
@ -44,7 +46,7 @@ begin
PGEditMenuSectionAddRemove:=MnuSection;
RegisterMenuCmd(MnuCmdTargetAdd,MnuSection,'TargetAdd',lisTargetAdd);
RegisterMenuCmd(MnuCmdTargetRemove,MnuSection,'TargetRemove',lisTargetRemove);
// ToDo: re-add
// ToDo: undo
MnuSection:=RegisterIDEMenuSection(MnuRoot,'Use');
PGEditMenuSectionUse:=MnuSection;