Hi,Is there a 'Projects Manager' where you can manage a number of related projects in one place in Lazarus?For example you want to see your main application project and then the test application project in the same management interface.Even something simple where you can just register a project and then quickly switch from one project to another would be a start.If not Lazarus needs it. Lazarus is a powerful development framework, but needs to become more Enterprise developer friendly.Thanks,Siegfried
I would be interested in something like this to help me manage the various branches of my main program project.Feature set inclusion / exclusion, size limitations, etc ...Example: Enterprise version, Large version, small version, demo version, ...
Even something simple where you can just register a project and then quickly switch from one project to another would be a start.
Yeah build modes are powerful and very useful for debug and release modes (after you configure, you don't need to change params anytime)