mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
project groups: comments
git-svn-id: trunk@50141 -
This commit is contained in:
parent
3f1c3e00ef
commit
9935d4a262
@ -1,3 +1,8 @@
|
||||
{
|
||||
ToDo:
|
||||
- Build file
|
||||
- build modes of project as nodes with checkboxes
|
||||
}
|
||||
unit ProjectGroup;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user