project groups: author

git-svn-id: trunk@50465 -
This commit is contained in:
mattias 2015-11-21 13:41:20 +00:00
parent f6efd4fc4a
commit f30c8dce33
2 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<Package Version="4">
<Name Value="lazprojectgroups"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Michael Van Canneyt"/>
<Author Value="Mattias Gaertner, Michael Van Canneyt"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
@ -13,7 +13,7 @@
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
<License Value="Same as IDEIntf.
Modified LGPL-2."/>
<Version Minor="1"/>
<Version Minor="2"/>
<Files Count="6">
<Item1>
<Filename Value="projectgroupintf.pp"/>

View File

@ -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;