forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user