From d0a10592059b501ae4163c17fdaad1f1f5514b96 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 27 Feb 2024 16:59:33 +0100 Subject: [PATCH] Doc: Describe selecting all text in the terminal Task-number: QTCREATORBUG-30209 Change-Id: I65bd04dac6b81448c326e27e68352faddc8b3065 Reviewed-by: Marcus Tillmanns --- .../creator-only/creator-reference-terminal-view.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/user-interface/creator-only/creator-reference-terminal-view.qdoc b/doc/qtcreator/src/user-interface/creator-only/creator-reference-terminal-view.qdoc index 0f09a773d47..dac80681896 100644 --- a/doc/qtcreator/src/user-interface/creator-only/creator-reference-terminal-view.qdoc +++ b/doc/qtcreator/src/user-interface/creator-only/creator-reference-terminal-view.qdoc @@ -15,9 +15,8 @@ application or the \uicontrol {Open Terminal} button to open a terminal, it opens as an output view. - To open the terminal in a separate window, select \preferences > - \uicontrol Terminal, and deselet the \uicontrol {Use internal terminal} - check box. + To open the terminal in a separate window, go to \preferences > + \uicontrol Terminal, and clear \uicontrol {Use internal terminal}. On Linux and \macos, you can set the terminal to open by selecting \preferences > \uicontrol Environment > \uicontrol System. @@ -39,7 +38,8 @@ . \li To select a word in a terminal, double-click it. To select the whole line, - triple-click it. + triple-click it. To select all text, select \uicontrol {Select All} + in the context menu or press \key {Ctrl+A}. \li To open links in a browser, files in the editor, or folders in the \l Projects view, hover the mouse over them, and press \key Ctrl.