project groups: comments

git-svn-id: trunk@50141 -
This commit is contained in:
mattias 2015-10-22 17:34:14 +00:00
parent 3f1c3e00ef
commit 9935d4a262
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
{
ToDo:
- Build file
- build modes of project as nodes with checkboxes
}
unit ProjectGroup;
{$mode objfpc}{$H+}

View File

@ -54,6 +54,7 @@ begin
// ToDo: clean ... -> clean up dialog
// ToDo: compile all from here
// ToDo: compile all clean from here
// ToDo: set build mode of all projects
Section:=RegisterIDEMenuSection(Root,'AddRemove');
PGEditMenuSectionAddRemove:=Section;
@ -74,6 +75,10 @@ begin
cmdTargetProperties:=RegisterIDEMenuCommand(Section,'TargetProperties',lisTargetProperties);// ToDo
// ToDo: Copy filename
// ToDo: View source (project)
// ToDo: find in files
// ToDo: find references in files
end;
Procedure Register;