From f30c8dce3358f1e6e7da3c640a7cde52d59d8d2f Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 21 Nov 2015 13:41:20 +0000 Subject: [PATCH] project groups: author git-svn-id: trunk@50465 - --- components/projectgroups/lazprojectgroups.lpk | 4 ++-- components/projectgroups/projectgroup.pp | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/projectgroups/lazprojectgroups.lpk b/components/projectgroups/lazprojectgroups.lpk index 6cfd9a05de..3f1bd89edf 100644 --- a/components/projectgroups/lazprojectgroups.lpk +++ b/components/projectgroups/lazprojectgroups.lpk @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/components/projectgroups/projectgroup.pp b/components/projectgroups/projectgroup.pp index 6f4ef3101d..aa4c0b5cf3 100644 --- a/components/projectgroups/projectgroup.pp +++ b/components/projectgroups/projectgroup.pp @@ -3,16 +3,17 @@ - update files when project/package/file changes in IDE - update dependencies when changed in IDE - re-add removed targets - - update items when project/package changes in IDE - show active build mode, active project - find in files - - find references in files - - action to easily install/uninstall a package - - clean function, like the Run / Clean up and buold dialog - "New" button to create a package/project/file and add to project groups + - clean function, like the Run / Clean up and build dialog - drag and drop within the editor + - order targets + - move targets between sub groups + - move file to another project - save session in project group, allowing to quickly switch the active project - load sub projects in IDE to use code navigation for files not in the active project + - find references in files } unit ProjectGroup;