aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-04-01 11:16:09 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-04-06 06:18:26 +0000
commit16cb026b8bfd8ff25643c7bc1f552c550773d6e5 (patch)
tree2ee21503c554b9dbcf0ccef04d52a733db7d1ef3
parent7d1d9a000219ffeb39de44d6f3426b90db476fbb (diff)
Doc: Add info about finding type alias definitions
Task-number: QTCREATORBUG-25162 Change-Id: I05f0d602b2949b37edad54e32e9e17cdc3e93154 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qtcreator/images/qtcreator-locator.pngbin15649 -> 13532 bytes
-rw-r--r--doc/qtcreator/src/editors/creator-code-refactoring.qdoc6
-rw-r--r--doc/qtcreator/src/editors/creator-locator.qdoc5
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/qtcreator/images/qtcreator-locator.png b/doc/qtcreator/images/qtcreator-locator.png
index 16b656317d..82fff209d8 100644
--- a/doc/qtcreator/images/qtcreator-locator.png
+++ b/doc/qtcreator/images/qtcreator-locator.png
Binary files differ
diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
index 23f7d69063..05d5554aed 100644
--- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
@@ -55,9 +55,9 @@
\note You can also select \uicontrol Edit > \uicontrol {Find/Replace} >
\uicontrol {Advanced Find} > \uicontrol {C++ Symbols} to search for
- classes, functions, enums, and declarations either from files listed as
- part of the project or from all files that are used by the code, such as
- include files.
+ classes, functions, enums, and declarations (including type aliases) either
+ from files listed as part of the project or from all files that are used by
+ the code, such as include files.
\image qtcreator-search-cpp-symbols.png
\endif
diff --git a/doc/qtcreator/src/editors/creator-locator.qdoc b/doc/qtcreator/src/editors/creator-locator.qdoc
index e351ebc746..cfd44c19de 100644
--- a/doc/qtcreator/src/editors/creator-locator.qdoc
+++ b/doc/qtcreator/src/editors/creator-locator.qdoc
@@ -113,8 +113,9 @@
\li Locating bookmarks (\c {b}).
For more information, see \l{Using Bookmarks}.
- \li Locating class (\c {c}), enum, and function (\c {m}) definitions in
- your project or anywhere referenced from your project (\c {:})
+ \li Locating class (\c {c}), enum, function (\c {m}), and type alias
+ definitions in your project or anywhere referenced from your
+ project (\c {:})
\endif
\li Locating QML methods (\c {m})