Python Forum
Problem with Spyder IDE: Clear console doesn't actually clear the console - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Problem with Spyder IDE: Clear console doesn't actually clear the console (/thread-4694.html)



Problem with Spyder IDE: Clear console doesn't actually clear the console - GalacticStarfish - Sep-03-2017

There seem to be some problems with the Spyder IDE. I would have filed a bug report with them, but they don't seem to have the means to do such a thing on their website, and I don't think their Github page supports it.

If a user clears the IPython console, it doesn't actually clear it, it only scrolls down. This is a problem when testing programs which have even a moderate number of print statements. Sometimes I want to scroll up to the top of the output, but I can't tell where the output from a previous run ends and where the new output begins. This problem has been around for many years in other languages, which is why clear console commands exist; scrolling down to "clear" the console is not sufficient.

Any advice on how I can contact the developers about this? Alternatively, are there better Python IDEs?




RE: Problem with Spyder IDE: Clear console doesn't actually clear the console - dvs1 - Sep-03-2017

It seems to work as expected with 3.2.1

Quote:I would have filed a bug report with them, but they don't seem to have the means to do such a thing on their website, and I don't think their Github page supports it.

github.com/spyder-ide/spyder/issues


RE: Problem with Spyder IDE: Clear console doesn't actually clear the console - dvs1 - Sep-03-2017

It looks like it was a qtconsole issue.

-> https://github.com/spyder-ide/spyder/issues/5063
-> https://github.com/jupyter/qtconsole/issues/223