Doc: Describe new Terminal features

Task-number: QTCREATORBUG-29392
Change-Id: I00aaf4cad1ec521e42f5c55bb236d0c3cb04a4d6
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2023-10-30 10:27:01 +01:00
parent 1341a75c78
commit edea408026
5 changed files with 15 additions and 4 deletions

View File

@@ -299,6 +299,8 @@ Terminal
* Added support for Windows Terminal schemes
* Fixed `Ctrl+C/V` on Windows
([Documentation](https://doc-snapshots.qt.io/qtcreator-12.0/creator-reference-terminal-view.html))
Version Control Systems
-----------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -52,6 +52,8 @@
\li To open terminal preferences, select \inlineimage icons/settings.png
(\uicontrol Configure).
\li To keep \QC keyboard shortcuts from interfering in the terminal,
select \inlineimage icons/shortcuts.png.
\endlist
Most of the \QC keyboard shortcuts are disabled in the terminal, except the
@@ -79,12 +81,18 @@
\row
\li \uicontrol {Send escape key to terminal}
\li Send the escape key to the terminal instead of closing the terminal.
\row
\li \uicontrol {Block shortcuts in terminal}
\li Keep \QC keyboard shortcuts from interfering in the terminal.
\row
\li \uicontrol {Audible bell}
\li Play an audible bell when the a bell character is received.
\row
\li \uicontrol {Allow blinking cursor}
\li Allow the cursor to blink.
\row
\li \uicontrol {Enable mouse tracking}
\li Enable mouse tracking in the terminal.
\row
\li \uicontrol {Font}
\li Select the \uicontrol {Font family} and \uicontrol Size for the text
@@ -96,6 +104,10 @@
\li Set colors for the \uicontrol Terminal pane \uicontrol Foreground,
\uicontrol Background, \uicontrol Selection, and
\uicontrol {Find match}.
To use an existing color scheme, select \uicontrol {Load Theme}.
To revert color changes, select \uicontrol {Reset Theme}.
\row
\li \uicontrol {Default shell}
\li Set the full path to the default terminal executable in
@@ -103,8 +115,5 @@
in \uicontrol {Shell arguments}.
\endtable
To use an existing color scheme, select \uicontrol {Load Theme}. To revert
color changes, select \uicontrol {Reset Theme}.
\sa {View output}
\sa {View output}, {Keyboard Shortcuts}
*/