From 727d1afa6db4e34deb4dd0684f3fa2705aaa117a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 18 Nov 2021 16:58:39 +0100 Subject: [PATCH] Doc: Describe "Find References with Access Type" Task-number: QTCREATORBUG-26278 Change-Id: I08dbea1dd505f818ba2e4e5809e9ca6f37409750 Reviewed-by: Eike Ziller --- doc/qtcreator/src/editors/creator-code-refactoring.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc index d0e569543ec..00114ade7bc 100644 --- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc +++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc @@ -57,6 +57,10 @@ \image qtcreator-find-references-to-symbol-under-cursor.png "Search results for finding references to symbols" + To view the same results color-coded according to the access type, such as + read, write, or declaration, select \uicontrol Tools > \uicontrol {C++} > + \uicontrol {Find References with Access Type}. + \note You can also select \uicontrol Edit > \uicontrol {Find/Replace} > \uicontrol {Advanced Find} > \uicontrol {C++ Symbols} to search for classes, functions, enums, and declarations (including type aliases) either