How to clear text in Qt Creator terminal
-
Need to clear text in Qt Creator terminal, without re-opening project
CTRL+A + DEL does the trick -
C Christian Ehrlicher moved this topic from General and Desktop on
-
Need to clear text in Qt Creator terminal, without re-opening project
CTRL+A + DEL does the trick@JacobNovitsky What exactly do you mean by "Qt Creator terminal"?
-
Need to clear text in Qt Creator terminal, without re-opening project
CTRL+A + DEL does the trick@JacobNovitsky If you mean the Application Output pane then there's a Clear button with a broom icon on its toolbar.
-
@JacobNovitsky If you mean the Application Output pane then there's a Clear button with a broom icon on its toolbar.
Also the shortcut
Ctrl+L
, which is standard in terminals for clearing the screen.