How to make the visual window of the window output editable

I use visual studio to compile java programs through an external tool. Studio visual output window shows the results. But I can not enter any data through the output window, for example, in cmd. How to make the output window editable? If I try to give input, it shows read-only.

+3
source share
1 answer

I would say this is read-only by design . You cannot change it, you need to fix the tool.

+3
source