mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-30 01:07:22 +01:00
project groups: author
git-svn-id: trunk@50465 -
This commit is contained in:
parent
f6efd4fc4a
commit
f30c8dce33
@ -3,7 +3,7 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="lazprojectgroups"/>
|
<Name Value="lazprojectgroups"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<Author Value="Michael Van Canneyt"/>
|
<Author Value="Mattias Gaertner, Michael Van Canneyt"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
||||||
<License Value="Same as IDEIntf.
|
<License Value="Same as IDEIntf.
|
||||||
Modified LGPL-2."/>
|
Modified LGPL-2."/>
|
||||||
<Version Minor="1"/>
|
<Version Minor="2"/>
|
||||||
<Files Count="6">
|
<Files Count="6">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="projectgroupintf.pp"/>
|
<Filename Value="projectgroupintf.pp"/>
|
||||||
|
|||||||
@ -3,16 +3,17 @@
|
|||||||
- update files when project/package/file changes in IDE
|
- update files when project/package/file changes in IDE
|
||||||
- update dependencies when changed in IDE
|
- update dependencies when changed in IDE
|
||||||
- re-add removed targets
|
- re-add removed targets
|
||||||
- update items when project/package changes in IDE
|
|
||||||
- show active build mode, active project
|
- show active build mode, active project
|
||||||
- find in files
|
- 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
|
- "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
|
- 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
|
- 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
|
- load sub projects in IDE to use code navigation for files not in the active project
|
||||||
|
- find references in files
|
||||||
}
|
}
|
||||||
unit ProjectGroup;
|
unit ProjectGroup;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user