mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 01:59:10 +02:00
projectgroups: removed dependency on codetools
git-svn-id: trunk@56680 -
This commit is contained in:
parent
283894c63d
commit
59ab7244a8
@ -16,7 +16,7 @@
|
|||||||
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
||||||
<License Value="Same as IDEIntf.
|
<License Value="Same as IDEIntf.
|
||||||
Modified LGPL-2."/>
|
Modified LGPL-2."/>
|
||||||
<Version Minor="2"/>
|
<Version Minor="7"/>
|
||||||
<Files Count="6">
|
<Files Count="6">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="projectgroupintf.pp"/>
|
<Filename Value="projectgroupintf.pp"/>
|
||||||
@ -48,13 +48,10 @@ Modified LGPL-2."/>
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="1">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="CodeTools"/>
|
|
||||||
</Item1>
|
|
||||||
<Item2>
|
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="IDEIntf"/>
|
||||||
</Item2>
|
</Item1>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
- activate project when project is opened
|
- activate project when project is opened
|
||||||
- deactivate project when project is closed
|
- deactivate project when project is closed
|
||||||
- show active build mode
|
- show active build mode
|
||||||
|
- auto load last group on IDE start when option enabled
|
||||||
}
|
}
|
||||||
unit ProjectGroupEditor;
|
unit ProjectGroupEditor;
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{ Register IDE items
|
||||||
|
}
|
||||||
unit RegProjectGroup;
|
unit RegProjectGroup;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
@ -44,7 +46,7 @@ begin
|
|||||||
PGEditMenuSectionAddRemove:=MnuSection;
|
PGEditMenuSectionAddRemove:=MnuSection;
|
||||||
RegisterMenuCmd(MnuCmdTargetAdd,MnuSection,'TargetAdd',lisTargetAdd);
|
RegisterMenuCmd(MnuCmdTargetAdd,MnuSection,'TargetAdd',lisTargetAdd);
|
||||||
RegisterMenuCmd(MnuCmdTargetRemove,MnuSection,'TargetRemove',lisTargetRemove);
|
RegisterMenuCmd(MnuCmdTargetRemove,MnuSection,'TargetRemove',lisTargetRemove);
|
||||||
// ToDo: re-add
|
// ToDo: undo
|
||||||
|
|
||||||
MnuSection:=RegisterIDEMenuSection(MnuRoot,'Use');
|
MnuSection:=RegisterIDEMenuSection(MnuRoot,'Use');
|
||||||
PGEditMenuSectionUse:=MnuSection;
|
PGEditMenuSectionUse:=MnuSection;
|
||||||
|
Loading…
Reference in New Issue
Block a user