From 59ab7244a813a6d996c0251c2faa3ff100f14730 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 9 Dec 2017 15:39:48 +0000 Subject: [PATCH] projectgroups: removed dependency on codetools git-svn-id: trunk@56680 - --- components/projectgroups/lazprojectgroups.lpk | 9 +++------ components/projectgroups/projectgroupeditor.pas | 1 + components/projectgroups/regprojectgroup.pp | 4 +++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/projectgroups/lazprojectgroups.lpk b/components/projectgroups/lazprojectgroups.lpk index 1d2df1ab99..4c0eddde51 100644 --- a/components/projectgroups/lazprojectgroups.lpk +++ b/components/projectgroups/lazprojectgroups.lpk @@ -16,7 +16,7 @@ - + @@ -48,13 +48,10 @@ Modified LGPL-2."/> - + - - - - + diff --git a/components/projectgroups/projectgroupeditor.pas b/components/projectgroups/projectgroupeditor.pas index 43f1a09302..d4e54d954e 100644 --- a/components/projectgroups/projectgroupeditor.pas +++ b/components/projectgroups/projectgroupeditor.pas @@ -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; diff --git a/components/projectgroups/regprojectgroup.pp b/components/projectgroups/regprojectgroup.pp index 224ffc208d..f332582dcc 100644 --- a/components/projectgroups/regprojectgroup.pp +++ b/components/projectgroups/regprojectgroup.pp @@ -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;