It will be great if the next release of BDS provides some sort of grouping of namespaces within the Project Manager. For example, each segment in the namespace could be represented as a folder that can expand and collapse. And the contents of the folder would be the final unit name or additional namespaces contained within. In other words, the Project Manager would look something like this when the following units are included:
Units:
WhitePeakSoftware.Data.DataProvider.pas
WhitePeakSoftware.Data.Providers.SqlProvider.pas
WhitePeakSoftware.Data.Providers.SqliteProvider.pas
WhitePeakSoftware.Net.MailClient.pas
Project Manager:
ProjectGroup
- MyProgram.exe
+ References
- WhitePeakSoftware
- Data
- Providers
- SqlProvider.pas
- SqliteProvider.pas
- DataProvider.pas
- Net
- MailClient.pas
There is already a feature request in the QC that asks for namespace grouping. Please vote for this feature if you are using namespaces in Delphi and you would like to see some type of namespace grouping. posted by Kirby | 25-Oct-2006 12:01 PM | comments (2)
Since I am doing ONLY Win32 in Delphi, I have not even looked into namespaces yet. And, until I can do DotNet 2.0+, I do not see the need to learn.
posted by Mike | October 29 05:19 PMI'm using them and they work really well. I even started using namespaces with a new Win32 project I started last week. Still, I wish the BDS Project Manager had some type of namespace grouping feature.
posted by Kirby Turner | October 30 04:59 AMAdd Your Comment
