add console window in ide
Closed this issue · 2 comments
Abdur-rahmaanJ commented
code output showed in ide window itself
tthuma1 commented
I don't think if that's possible, because the output is directly printed and not stored as string so it can't be displayed in a new window. And storing text to string every time we print something will take too much additional lines with hardcoding.
Abdur-rahmaanJ commented
actually it's possible, we just have to either capture stdout or return strings in greenBerry.py then print them in the text console