I'm used to Qt Creator for Qt projects.
Now I'm starting with Python and I'm trying to use Qt Creator as my IDE. I've just configured it to run Python scripts (following this). And also set a shortcut key (Ctrl+R) to run it (following this).
To make world perfect I'm missing one thing, Clear old application output on a new run. Actually I would like it to do the same as is done in Qt Projects. Is there someway to accomplish that?
It also will be nice to have auto save before run.