aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-4.15.0.md3
-rw-r--r--doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.pngbin0 -> 7483 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-refactoring-find.pngbin9887 -> 6988 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-refactoring-replace.pngbin70727 -> 18222 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-search-cpp-symbols.pngbin8088 -> 8730 bytes
-rw-r--r--doc/qtcreator/src/editors/creator-code-refactoring.qdoc6
6 files changed, 8 insertions, 1 deletions
diff --git a/dist/changes-4.15.0.md b/dist/changes-4.15.0.md
index 8c9140cd2f..1ae6ebcdb4 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 0000000000..c2ad158b18
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-find-references-to-symbol-under-cursor.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-refactoring-find.png b/doc/qtcreator/images/qtcreator-refactoring-find.png
index d2524de7ec..5cf396361e 100644
--- a/doc/qtcreator/images/qtcreator-refactoring-find.png
+++ b/doc/qtcreator/images/qtcreator-refactoring-find.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-refactoring-replace.png b/doc/qtcreator/images/qtcreator-refactoring-replace.png
index d0fa9dec47..3ef3359acc 100644
--- a/doc/qtcreator/images/qtcreator-refactoring-replace.png
+++ b/doc/qtcreator/images/qtcreator-refactoring-replace.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png b/doc/qtcreator/images/qtcreator-search-cpp-symbols.png
index 9f34e8f621..f5aade540c 100644
--- a/doc/qtcreator/images/qtcreator-search-cpp-symbols.png
+++ b/doc/qtcreator/images/qtcreator-search-cpp-symbols.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 e619491870..23f7d69063 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.