aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.15.0.md
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-02-22 17:09:08 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-02-23 08:48:04 +0000
commit1dafabdb87eb1cf038a86cd84e958607549697d9 (patch)
tree77d3a2e0bbfe969228155d1fa264ecca94276a0f /dist/changes-4.15.0.md
parent3f773cb1e5f2885c420702bc8533a950a78bd229 (diff)
Doc: Describe filtering search results for symbol usage
- Use the current name for the menu item in change log: Find References to Symbol Under Cursor - Update screenshots Task-number: QTCREATORBUG-25162 Change-Id: I3c46561c91c01f2d33039cb4431cd6b88d163e68 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'dist/changes-4.15.0.md')
-rw-r--r--dist/changes-4.15.0.md3
1 files changed, 2 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