multiple Output windows in Visual Studio 2010

ide, visual-studio-2010

Solution

It is not possible with the built-in Visual Studio settings.

The only workaround would be to develop VS extension which adds an additional custom Output Window maybe.

Problem

Is there a way to have more than one Output window open in Visual Studio at the same time?

Original source