mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 23:39:08 +02:00
project groups: comments
git-svn-id: trunk@50451 -
This commit is contained in:
parent
84a93d3f69
commit
0c78058cbb
@ -3,3 +3,4 @@ Project Groups allows to build groups of projects with a few mouse clicks.
|
|||||||
|
|
||||||
Original code from Michael Van Canneyt.
|
Original code from Michael Van Canneyt.
|
||||||
|
|
||||||
|
Author: Mattias Gaertner mattias@freepascal.org
|
||||||
|
@ -4,6 +4,17 @@
|
|||||||
- run external tool
|
- run external tool
|
||||||
- update files when project/package changes in IDE
|
- update files when project/package changes in IDE
|
||||||
- update dependencies when changed 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;
|
unit ProjectGroup;
|
||||||
|
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
- activate project when project is opened
|
- activate project when project is opened
|
||||||
- deactivate project when project is closed
|
- deactivate project when project is closed
|
||||||
- show active build mode
|
- show active build mode
|
||||||
- compile a single build mode
|
|
||||||
- Is Activate needed?
|
|
||||||
- Is New button needed?
|
|
||||||
}
|
}
|
||||||
unit ProjectGroupEditor;
|
unit ProjectGroupEditor;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user