I am using Delphi XE8 and I have a project group containing lots of projects. Even though the group is already big, I sometimes still need to add existing projects to it.
Now the only way you can add an existing project to a group in Delphi (to the best of my knowledge) is using the group item's context menu in the project group tree view:
When the group is big, like in my case, the project list in the tree view could be scrolled down, so that the group item, which is always at the top, would be out of view. In order to add an existing project to my group, therefore, I would have to scroll up the tree view in order to right-click on the group item.
In contrast, the Add New Project command can be invoked in two ways: from the same context menu as above and using a speed button on the Project Manager's toolbar:
The toolbar is always in view, which makes adding new projects very easy. I would like to have the same kind of convenience for my scenario, but the Project Manager toolbar does not appear to be customisable. Is there a way, perhaps using third-party tools, to edit the toolbar in order to add a button for adding an existing project? Or maybe a different method to make the command more accessible?
The Add existing project command is available for customizing one of the IDE toolbars.