diff --git a/dist/changes-4.15.0.md b/dist/changes-4.15.0.md index 8c9140cd2f2..1ae6ebcdb4a 100644 --- a/dist/changes-4.15.0.md +++ b/dist/changes-4.15.0.md @@ -36,7 +36,8 @@ Editing * Added `Create Getter and Setter Member Functions` refactoring action (QTCREATORBUG-1532) * Added `Generate Constructor` refactoring action -* Added filtering of `Find Usages` based on access type (QTCREATORBUG-19373) +* Added filtering of `Find References to Symbol Under Cursor` based on access + type (QTCREATORBUG-19373) * Added `Open in Editor` and `Open Type Hierarchy` to context menu on items in type hierarchy * Added highlighting of previous class when navigating in type hierarchy diff --git a/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png new file mode 100644 index 00000000000..c2ad158b183 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png differ diff --git a/doc/qtcreator/images/qtcreator-refactoring-find.png b/doc/qtcreator/images/qtcreator-refactoring-find.png index d2524de7ec1..5cf396361e2 100644 Binary files a/doc/qtcreator/images/qtcreator-refactoring-find.png and b/doc/qtcreator/images/qtcreator-refactoring-find.png differ diff --git a/doc/qtcreator/images/qtcreator-refactoring-replace.png b/doc/qtcreator/images/qtcreator-refactoring-replace.png index d0fa9dec475..3ef3359acc3 100644 Binary files a/doc/qtcreator/images/qtcreator-refactoring-replace.png and b/doc/qtcreator/images/qtcreator-refactoring-replace.png differ diff --git a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png b/doc/qtcreator/images/qtcreator-search-cpp-symbols.png index 9f34e8f621c..f5aade540c9 100644 Binary files a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png and b/doc/qtcreator/images/qtcreator-search-cpp-symbols.png differ diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc index e6194918701..23f7d690639 100644 --- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc +++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc @@ -51,6 +51,8 @@ \uicontrol {C++} > \uicontrol {Find References to Symbol Under Cursor} or press \key {Ctrl+Shift+U}. + \image qtcreator-find-references-to-symbol-under-cursor.png "Search results for finding references to symbols" + \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 @@ -100,6 +102,10 @@ \li To expand and collapse the list of all instances, click the \inlineimage qtcreator-expand.png (\uicontrol {Expand All}) button. + \li To filter the search results for the usage of symbols according to + access type, such as read, write, or declaration, click the + \inlineimage filtericon.png + (\uicontrol {Filter Tree}) button and select the access type. \li To clear the search results, click the \inlineimage clean_pane_small.png (\uicontrol Clear) button.