Doc: Describe new keyboard shortcut for function tooltips

Task-number: QTCREATORBUG-24529
Change-Id: I34237f0f4c0d47588bfebc368a712eb38f205b60
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2020-10-08 09:52:29 +02:00
parent 65ca1301de
commit fff49421ce
2 changed files with 7 additions and 0 deletions

View File

@@ -47,6 +47,9 @@
is not available, the tooltip displays type information for the is not available, the tooltip displays type information for the
symbol. symbol.
\li To display tooltips for function signatures regardless of the
cursor position in the function call, press \key {Ctrl+Shift+D}.
\li To display the full help on a Qt class or function, press \key F1 or \li To display the full help on a Qt class or function, press \key F1 or
select \uicontrol {Context Help} in the context menu. select \uicontrol {Context Help} in the context menu.
The documentation is displayed in a The documentation is displayed in a

View File

@@ -310,6 +310,10 @@
\row \row
\li Trigger a completion in this scope \li Trigger a completion in this scope
\li Ctrl+Space \li Ctrl+Space
\row
\li Display tooltips for function signatures regardless of the
cursor position in the function call
\li Ctrl+Shift+D
\row \row
\li Copy line \li Copy line
\li Ctrl+Ins \li Ctrl+Ins