project groups: comments

git-svn-id: trunk@50451 -
This commit is contained in:
mattias 2015-11-20 21:41:57 +00:00
parent 84a93d3f69
commit 0c78058cbb
3 changed files with 12 additions and 3 deletions

View File

@ -3,3 +3,4 @@ Project Groups allows to build groups of projects with a few mouse clicks.
Original code from Michael Van Canneyt.
Author: Mattias Gaertner mattias@freepascal.org

View File

@ -4,6 +4,17 @@
- run external tool
- update files when project/package 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
- drag and drop within the editor
- 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
}
unit ProjectGroup;

View File

@ -3,9 +3,6 @@
- activate project when project is opened
- deactivate project when project is closed
- show active build mode
- compile a single build mode
- Is Activate needed?
- Is New button needed?
}
unit ProjectGroupEditor;