forked from qt-creator/qt-creator
Doc: Describe what to do if Ctrl+Shift+U stops finding references
Task-number: QTCREATORBUG-29134 Change-Id: I7c6816b692ae9decdad42c1a8ec73418735d0019 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
|
||||
// **********************************************************************
|
||||
@@ -433,6 +433,8 @@
|
||||
\row
|
||||
\li Find references to symbol under cursor
|
||||
\li Ctrl+Shift+U
|
||||
\note If this keyboard shortcut does not work on Linux, see
|
||||
\l {Editing Issues}.
|
||||
\row
|
||||
\li Follow symbol under cursor
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
|
||||
// **********************************************************************
|
||||
@@ -68,6 +68,23 @@
|
||||
|
||||
\li Code completion does not support typedefs for nested classes.
|
||||
|
||||
\li When developing on Linux, the \key {Ctrl+Shift+U} keyboard shortcut
|
||||
might not work because it conflicts with a shortcut of the
|
||||
Intelligent Input Bus (ibus). You can change the shortcut for finding
|
||||
references to the symbol under the cursor either in \QC or in ibus.
|
||||
|
||||
To set another \l {Keyboard Shortcuts}{keyboard shortcut}
|
||||
in \QC, select \uicontrol Edit > \uicontrol Preferences >
|
||||
\uicontrol Environment > \uicontrol Keyboard.
|
||||
|
||||
To change the shortcut in ibus, enter the following command on the
|
||||
command line to start ibus setup:
|
||||
\badcode
|
||||
ibus-setup
|
||||
\endcode
|
||||
|
||||
Then, change the unicode code point shortcut in the \uicontrol Emoji
|
||||
tab to something else than \key {<Control><Shift>u}.
|
||||
\endlist
|
||||
|
||||
\section1 Projects Issues
|
||||
|
Reference in New Issue
Block a user