Hello,
I have two projects in a project group that share same units(mostly all).I use both projects in order to test something I've written.
The problem: When I change a unit that is used by both projects and run the current project,the other one uses the old code in that unit(because its not compiled).
The only possibility I know to compile all projects is via the system menu(Projects->Build all projects).
Currently,when one of the projects is ran(with the delphi debugger),the other project's executable is executed,but not compiled.
How do I compile both projects with a hotkey(like Shift+F9 for one project)?