judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

[Feature Request] Have optional setting which combines stdout, stderr and compiler output into a single window #34

Closed zangman closed 4 years ago

zangman commented 4 years ago

Having a single output reduces clicks and makes it more similar to a bash terminal.

hermanzdosilovic commented 4 years ago

I will add this in the next release. This will require some work on Judge0 API.

Until then, you can now reorder all the panes (drag and drop). Hope that helps for now.

hermanzdosilovic commented 4 years ago

Hey @zangman,

this feature is now available. Go to "Settings" and check "Redirect stderr to stdout". :)