From bea4dd861df6a6634a6c8e97cb6295b984956350 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 29 Sep 2022 17:06:55 +0200 Subject: [PATCH] Doc: Describe new locator options - Open as Centered Popup - Triggering all kinds of actions with the "t" filter Task-number: QTCREATORBUG-27876 Change-Id: I6aebe62726fae9ba68d4f841cce6ee4cf7434747 Reviewed-by: Eike Ziller --- doc/qtcreator/src/editors/creator-locator.qdoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/editors/creator-locator.qdoc b/doc/qtcreator/src/editors/creator-locator.qdoc index 06f0be6c1a5..83bb4ff131a 100644 --- a/doc/qtcreator/src/editors/creator-locator.qdoc +++ b/doc/qtcreator/src/editors/creator-locator.qdoc @@ -8,7 +8,9 @@ \title Searching with the Locator - You can find the locator in the bottom left of the \QC window. + By default, you can find the locator in the bottom left of the \QC window. + To open it as a centered popup, click \inlineimage icons/magnifier.png + (\uicontrol Options) in it and select \uicontrol {Open as Centered Popup}. \image qtcreator-locator.png "List of locator filters" @@ -57,8 +59,8 @@ It is also possible to enter only a part of a search string. As you type, the locator shows the occurrences of that string regardless of where in the - name of an component it appears. Some locator filters, such as colon and - \c m, support \e fuzzy matching, which means that you can enter the + name of an component it appears. Some locator filters, such as colon, \c m, + and \c t, support \e fuzzy matching, which means that you can enter the uppercase letters to locate a symbol when using camel case or the letters after the underscore when using snake case. @@ -125,7 +127,7 @@ (\c {git}). For more information, see \l{Using Git}. \endif - \li Triggering menu items from the main menu (\c {t}) + \li Triggering actions (\c {t}) \li Searching for issues from the \l{https://bugreports.qt.io/} {Qt Project Bug Tracker} (\c bug).